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:           Fri Mar  7 19:38:58 UTC 2008

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

Log Message:
Update to 2.01.01a38:

All:

-       The Schily Makefile system has been enhanced to install
        the profiled version of the archives in a sub-directory "profiled".
        This is done via a new macro SUBINSDIR=

-       New autoconf test checks sizeof(time_t)

-       New autoconf test for the existence of stack_t and siginfo_t in signal.h

-       In order to allow better dealing with Solaris linker Mapfiles,
        a getfp() function (calling abort(3)) is created when it is not
        possible to implement this function because of compiler constraints.

-       Many other enhancements of the autoconfiguration have been a result
        of porting the Bourne Shell into the Schily Makefilesystem.

Libschily:

-       The schily *printf routines now correctly support the %j format 
(intmax_t)

-       getargs now first checks whether an argument can be a combination of
        several singlechar flags before starting to set values.

Libfind:

-       libfind (used by sfind, bsh, star, mkisofs) fixed the -exec {} +
        implementation. Before the fix, it could core dump if the built-in
        xargs(1) would exactly fill up args to the size of ARG_MAX.

Libsiconv:

-       libsiconv/sic_nls.c modified to allow compilation with older GCC
        versions.

Cdrecord:

-       cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord 
file
        with an additional parameter to specify the max. transfer size for a 
device.

-       CDR_FORCESPEED=any now works for cdrecord to switch off DMA speed test 
results

-       Make cdrecord compile again with a K&R compiler

-       Add a "blank emulation" layer to the BluRay driver too.

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt 
heiko%hexco.de@localhost):

-       cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord 
file
        with an additional parameter to specify the max. transfer size for a 
device.

Readcd:

-       cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord 
file
        with an additional parameter to specify the max. transfer size for a 
device.

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric 
Youngdale):

-       Fixed a typo unides -> inodes

-       Mkisofs now gives better warning for files > 4 GB in hope it
        will no direct people to read the documentation.

-       superfluous definition for memmove() on memmove()-less platforms removed


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/sysutils/cdrtools/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/cdrtools/patches/patch-aa

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