pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/cdrtools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec  8 21:02:44 UTC 2009

Modified Files:
        pkgsrc/sysutils/cdrtools: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/cdrtools/patches: patch-ae

Log Message:
Update to 2.01.01a69:

2.01.01a69:

All:

-       Support for 64 Bit compilation was added for IRIX.
        Call smake CCOM=cc64 or smake CCOM=gcc64 as usual.

-       C++ compilation support fior IRIX was added to the makefile system

-       Schily Makefile rules no longer contain Simple Suffix Rules.
        All default rules are now based on Pattern Matching Rules.
        This speeds up smake.

-       Added autoconf test to distinct Linux ACLs from IRIX ACLs

Libschily:

-       Removed some GCC warnings from libschily/getargs.c

Libfind:

-       let libfind deal with the differences between Linux ACLs and IRIX ACLs

Libscg:

-       Removed some GCC warnings from libscg/scsi-sgi.c

Cdrecord:

-       Work around a bug in the firmware from drives
        developed by PIONEER in November 2009. This affects
        drives labelled "Pioneer", "Plextor" and "TEAC".
        Do no longer call cdr_buffer_cap() before the drive
        buffer was not at least filled once to avoid that
        the the drive throughs away all data.

-       Man page reworked

Cdda2wav (Maintained/enhanced by J

-       Man page reworked

-       Removed some (int) casts before the SNDCTL_DSP_* ioctl()s

Readcd:

-       Man page reworked

Scgcheck:

-       Man page reworked

Btcflash:

-       Man page reworked

Mkisofs (Maintained/enhanced by J

-       Various Cstyle changes

2.01.01a68:

All:

-       VMS rules for libraries not create an archive XXX.olb instead of 
libXXX.a

-       schily/utypes.h enhanced to allow to define maxint_t which is
        missing on VMS

-       Better autoconf test for union wait vs. int for platforms that
        define union wait but use int as wait() parameter.

-       schily/vfork.h now includes unistd.h as the related definitions
        are there on Solaris

-       Fixed a configure bug with opendir() inherited from GNU autoconf

-       Enhanced the vfork() autoconf test to avoid a hang on VMS

Libschily:

-       libschily/spawn.c now uses vfork()

-       libschily/fexec.c now supports IO redirection on VMS

Libparanoia (Ported/enhanced by J

-       Some #define inline definitions removed as "inline" is already
        handled by schily/mconfig.h

Libfind:

-       Fixed a typo in idcache.c

Libfile:

-       Some changes for better VMS support

Libhfs_iso:

-       Removed a warning from the HP-UX C-compiler about a possible endless 
loop

Libsiconv:

-       Add the VMS C-compiler to the list of exceptions for not fully C99 
compliant
        compilers to allow compilation.

Libscg:

-       changed a include path in libscg/scsi-mac-iokit.c to allow
        compilation on "Snow Leopard"

Cdrecord:

-       Added a workaround for a firmware oddity with DVD+RW on
        '_NEC    ' 'DVD_RW ND-3500AG' with media written from other drives.

Cdda2wav (Maintained/enhanced by J

-       Added a forgotten modification in ringbuff.c that caused an abort due to
        a wrong assert() condition.

Mkisofs (Maintained/enhanced by J

-       Fixed a bug (writing to stdout instead of stderr) recently introduced 
with better
        RR recognition support.

-       "isoinfo" now supports iconv() based locales for Joliet.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/cdrtools/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/sysutils/cdrtools/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index