Commit graph

12750 commits

Author SHA1 Message Date
dmcmahill
b56c6e1da3 remove misplaced "@" which caused make problems 2000-07-22 17:16:48 +00:00
rh
3d5d0c0899 Update gcombust to 0.1.34. Changes include bugfixes, renaming of files or
directories when creating an image.  Now works with and requires mkisofs
from cdrtools 1.9a03 and later. Shows verbose info about CDs.  -data option
and CDplus options added for multisession.  Addition of a busy pointer.
2000-07-22 16:25:49 +00:00
rh
2d0029dd2a Mark cdrecord-current as superseded by cdrecord 2000-07-22 16:20:37 +00:00
rh
8c74841c09 Update cdrecord to 1.9.
Changes to 1.8.1 are:

All:

-       Fallback code to use the USCSI interface on Solaris
        This should add ATAPI support on Solaris 8 sparc.
        Solaris 8 x86 does support ATAPI with the scg driver
        as Sun fixed the structural bug for thw Intel version.

        Warning: The USCI interface has several drawbacks:

        -       Only finds disk type devices with -scanbus

        -       Cannot open devices that are currently attached
                to the volume management system

        -       The Goldstar ATAPI CD-ROM in a U-10 transfers data
                but the DMA residual count shows that there has
                been no transfer at all.

        Facit: Test by your own if this interface is usable.
        Please report problems!

        To check the difference:

        cdrecord -scanbus               uses the scg driver
        cdrecord -scanbus dev=USCSI     uses the USCSI interface
        cdrecord -toc    dev=1,6,0      uses the scg driver
        cdrecord -toc   dev=USCSI:1,6,0 uses the USCSI interface

        NOTE: If you are using the USCSI interface you will need
                to shut down the volume management for the drives
                you like to use.

-       Linux code in libscg now tries to use new features of the
        Linus sg driver:

        -       Trying to use more then 32 kB for DMA
                The interface for raising the DMA limit from 32 kB
                is a real pain. It needs a lot of code to adopt
                the interface to libscg.

        -       Trying to use the new ioctl() interface if present.
                This interface now supports:

                -       SCSI CDB sizes for vendor unique commands

                -       SCSI status byte

                -       SCSI command transport status

                -       More than 16 bytes of sense data
                        (not yet working!)

                -       DMA residual count
                        (not yet working!)

                -       Arbitrary DMA address pointers !!!

        -       Trying to use the new RESET ioctl()
                (not yet working!)

        All items marked (not yet working!) will turn funtional
        after the Linux kernel starts to support them.

        It seems that my shouting for a better SCSI interface succeeded.
        Linux-2.4 supports or at least includes an interface that may
	support the needed things in future.

        As from now it is unclear whether the code will expose
        any portability problems, please test on different Linux
        versions from 2.0 ... 2.4 if available and report problems.


-       README.macosX added (needed to know how to compile).
        As Apple deliveres an inconsistent OS, you need to follow the
        instuctions in this README file before you may compile
        cdrtools on Mac OS X.

TODO:

-       Better BeOS integration

Cdrecord:

-       include sys/select.h if needed (AIX)

-       Support for Ricoh 9060 CD-RW/DVD-ROM drive

-       Support for Plextor PX-W1210TA (with BURN-Proof)

-       Printing of new features added to -prcap function

-       New Disk manufacturers:

                "WEALTH FAIR INVESTMENT LIMITE"
                "General Magnetics Ld"
                "MPO"

-       DAO now should work with pregapsize == 0 when
        using Sony or Goldstar drives.

        Cdrecord retries with pregaps set to 1

-       New options -shorttrack & -noshorttrack
        will allow to copy CD's with supershort tracks
        in DAO mode if the drive supports it.

-       Fix for a buffer overflow with cdrecord dev=
        This problem did not exist on sparc systems,
        for this reason it has not been detected before.

-       ATIP Decoder now decodes disk sub type for High speed CD-RW

-       Support for 99 minute CD's.

-       Force the user to use -ignsize to allow >= 90 Minutes on CD even
        when the current CD is not in the blank capacity database.

Cdda2wav:

-       support for cds with illegal leadout (like HIM-CD)

-       bugfix for cd-text detection with plextor/Sony command sets

-       should compile and run under Mac-OS-X now

-       bugfix with the -q (quiet) option

-       bugfix use extra libs (like lossaudio for NetBSD)

-       bugfix use the correct sound device for Solaris

-       hardened cdda2wav against illegal ISRC codes

-       more diagnostics for illegal ISRCs

-       use setpriority in favor of nice

-       updated cdda2mp3 script for lame usage (alpha)

Readcd:

-       minor bugfixes with timing

-       New options -noerror & retries=#

-       restructured to be more flexible

-       Support for C2 error pointer scan with MMC drives &
        the Plextor U-Plex 40 CD-ROM


Mkisofs:

-       Now mkhybrid code is completely integrated into mkisofs.
        There is only one binary. To help users of mkhybrid,
        make install creates a hard link from mkhybroid to mkisofs.

-       man page cleaned up.

-       Now mkhybrid code is completely integrated into mkisofs.
        There is only one binary. To help users of mkhybrid,
        make install creates a hard link from mkhybroid to mkisofs.

-       New Option -eltorito-alt-boot allows to specify more
        than one Al Torito boot image (up to 63).
        Thanks to Egor Duda (deo@logos-m.ru).

-       fixed a core dump problem in multi.c

-       write.c now uses static buffer to circumvent a problem
        with the stone age Metrowerks C found on BeOS/PPC

-       Allow printing of percentage ready without floatingpoint code
        in printf.

-       apple_driver now compiles, but need to call
        make -f apple_driver.mk
        by hand

-       graft pointers are now really usable:

        -       Graft points are now disabled by default

        -       To enable, specify the -graft-point option

                dir=dir only works if the '=' is not escaped by '\'
                '\\' and '=' must be escaped by a '\\' if
                -graft-points has been specified.

-       Now there is no more a need to specify a command line arg
        if -path-list has been specified.
2000-07-22 16:14:48 +00:00
rh
786810fdc8 Update libole2 to 0.1.6. Changes are bugfixes only. 2000-07-22 15:31:44 +00:00
dmcmahill
8a6b9887fe override HOME during the build otherwise the build system attemts to access
$HOME/.atari800 which may or may not be readable.  In addition, it may not
have correct settings.

This fixes recently noted compile problems.
2000-07-22 12:03:38 +00:00
jlam
76abbc9612 Reinstate stuff removed the last time around "just to please pkglint".
There's no reason to degrade package maintainability just to appease
pkglint.

Also find xpm headers if xpkgwedge is installed.  Closes PR#8373 by
Michael South <msouth@scruz.net>.
2000-07-22 10:05:47 +00:00
jlam
d6efec4c74 INSTALL file containing post-install code factored from package Makefile
and PLIST.
2000-07-22 08:22:59 +00:00
jlam
1693b89d3f Update openssh to 2.1.1p4.
Package changes:
    * Factor out common post-install code from PLIST and package Makefile
      into files/INSTALL.
    * Enhance files/sshd.sh to handle start/stop/restart/status.
    * Check for usable installed version of OpenSSL.  This bit possibly
      closes the following PRs: 10404, 10501, 10593

Changes from 2.1.1p3:
    * allow multiple whitespace but only one '=' between tokens
    * close can fail on AFS
    * allow leading whitespace in configuration files
    * Always create ~/.ssh with mode 700
2000-07-22 08:21:59 +00:00
jlam
806f868759 Update dependency on freetype>=1.3.1. Deal with new location of freetype
headers.
2000-07-22 08:14:57 +00:00
jlam
de9976c25d Update freetype to 1.3.1. Shared library bumped its major due to
API changes.  This version has bug fixes and several major enhancements
in loading and displaying TrueType fonts.  This closes PR#10261 by
ORI Manabu <ori@tahoo.org>.
2000-07-22 08:12:39 +00:00
jlam
7960905b4c Find xpm headers if xpkgwedge is installed by using EVAL_PREFIX (I hope I
did this right...documentation about how to use EVAL_PREFIX is scarce).
2000-07-22 06:44:53 +00:00
dmcmahill
463e381f7b make sure automake really rebuilds doc/Makefile.in from the patched
doc/Makefile.am.  This fixes recently noted compile problems.
2000-07-22 02:18:45 +00:00
wiz
de02ce703e Update to 20000710. Extracts from the Changelog:
Fixed the instruction cycle timings in the cpu6502 core.
Cleaned up the per-driver menu interface somewhat.
Started adding support for multilevel per-driver menus.
Started adding menus for the Disk ][ drives (not working yet).
Added preliminary FDS disk write emulation (doesn't save the changed disk,
  but whatever).
Added preliminary FDS timer IRQs (still need write support, but most of my
   test images are playable now).
2000-07-21 19:23:06 +00:00
tron
5cc774de8b Sync checksum for "vnc-latest_doc.tgz" with reality. Fixes PR pkg/10635
by Erich T. Enke.
2000-07-21 17:02:11 +00:00
tron
a51550e063 Don't install dummy server key and certificate which would overwrite the
real certifacte and key during. Fixes PR pkg/10644 by Olaf Seibert.
2000-07-21 16:59:28 +00:00
simonb
8c547b18d1 Upgrade to procmail 3.14.
Major changes are:
 - Some zero-length extractions using \/ could core dump
 - Missed a couple possible overflows
 - Support delivery to maildir mailboxes
 - Support all styles of mailbox for the mail spool
 - Avoid renaming over old messages in directory folders
 - fsync() mailboxes before closing them
 - Overflows at certain times would confuse procmail
 - Root owned lockfiles aren't bogus

Full list of changes are in procmail-3.14/HISTORY.
2000-07-21 14:10:15 +00:00
itojun
2f82e7ec37 use the latest ipv6 patch.
update suggested by Thomas Klausner <wiz@danbala.tuwien.ac.at>
2000-07-21 13:36:00 +00:00
agc
95fcbc6f29 On Solaris, use the right configuration for qt21.
Use a build dependency for egcs.
Pass the g++ pathname down through the environment.
2000-07-21 09:10:17 +00:00
jlam
7e3366fd37 Some NetBSD versions have changed their kernel mmap interface. I think
that 1.5 and >1.5B have the new interface, so use those version numbers
as a test condition.
2000-07-21 07:45:49 +00:00
rh
738f98133b Sync description of REINSTALL with reality. 2000-07-21 06:56:35 +00:00
rh
5df465172e Make REINSTALL=YES useful for 'make update' by explicitly deinstalling
each package before attempting to install it.  Fixes a problem if
'make clean-update' was called at the wrong time.
Make the 'clean-update' target warn about a preserved ${DDIR} and usage
of 'make update REINSTALL=YES' if necessary.
2000-07-21 06:30:04 +00:00
wiz
c0edc2aaa9 Set PATCH_SITES to MASTER_SITES (to find the md5 patch). 2000-07-21 00:21:40 +00:00
hubertf
8a2813b582 Fix y2k bug in logfile handling:
[01:35] Session log "icb.log" started at 7/21/100 1:35am.
                                              ^^^
2000-07-21 00:14:01 +00:00
wiz
740c415773 unify patches; don't patch file twice. 2000-07-20 23:45:35 +00:00
wiz
3f1d32ccce add and enable easytag-0.9.3 2000-07-20 23:12:32 +00:00
wiz
ac597a3b59 Initial import of easytag-0.9.3, a graphical ID3 tag editor (for mp3
files).
2000-07-20 23:11:52 +00:00
wiz
fc7fe48be6 only compare XAW_TYPE if it is defined 2000-07-20 21:56:30 +00:00
wiz
daa7fa6040 add and enable unace 2000-07-20 19:47:21 +00:00
wiz
2650c61443 Initial import of unace-1.2, a tool for listing, verifying and extracting
ACE archives.
2000-07-20 19:46:46 +00:00
dmcmahill
cc17206ba3 don't list 'mipsel' as a port name in the README.html's for the packages.
This is consistent with not listing 'm68k'.
2000-07-20 18:13:51 +00:00
rh
19b33bea07 make the update target work with absolute pathnames in ${DDIR} 2000-07-20 17:46:45 +00:00
tron
ebcef6eadf Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:40:58 +00:00
tron
5ce1af6b37 Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:26:18 +00:00
agc
92c0be7010 Add RCS Id to patch file, and regenerate patch checksum. 2000-07-20 15:25:44 +00:00
drochner
743988555a update location (sourceforge sucks them up all) 2000-07-20 14:33:25 +00:00
drochner
1ad0312b99 regen patch which didn't work after qt update 2000-07-20 14:04:23 +00:00
rh
a775f2e178 Bump version of pkglint to 2.12. (Forgot to include this in previous
commit.)
2000-07-20 13:55:28 +00:00
rh
2fd2be1443 Warn about NO_CDROM and NO_PACKAGE. 2000-07-20 13:53:41 +00:00
rh
15ab860cc3 Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
2000-07-20 13:30:59 +00:00
rh
be656b61f3 Add NO_CDROM to the list of deprecated variables for package restriction. 2000-07-20 12:58:11 +00:00
rh
4def0c7794 Add an FAQ entry about restricted packages noting usage of the new
NO_{SRC,BIN}_ON_{FTP,CDROM} variables.
2000-07-20 12:56:13 +00:00
hubertf
f22ce9af74 Fix by setting TEXFORMATS properly (why did that work before?) 2000-07-20 12:34:32 +00:00
rh
c2118f4461 Introduce NO_{SRC,BIN}_ON_{FTP,CDROM}. Warn about placing files on CD-ROM
or ftp during 'make package' or 'make mirror-distfiles'.
2000-07-20 12:33:43 +00:00
agc
78567412d0 Update the paths in the patched Makefiles to reflect the fact that the
location of the sam package has been changed to be under the editors
category.
2000-07-20 11:12:07 +00:00
agc
376f90e91c Specify qt1 directory properly to configure 2000-07-20 08:25:42 +00:00
kim
7d8cac437e Give information about Time::HiRes. 2000-07-20 03:25:12 +00:00
kim
d9ee9ec33a Y2K 2000-07-20 01:45:22 +00:00
hubertf
aaf2a12879 fix illegal name/version different 2000-07-20 00:33:19 +00:00
hubertf
333fc62f64 Use "reinstall" as default for DEPENDS_TARGET, to use any pkg already
built and possible deinstalled as dependency. Addresses PR 10629 by
Erich.T.Enke@wheaton.edu.

(If that's not enough, we can still introduce a "make clean ; make install"-
type target, but for now i'd prefer not to was the cycles)
2000-07-19 22:57:31 +00:00