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:           Wed Sep  9 13:45:13 UTC 2009

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

Log Message:
Update to 2.01.01alpha64:

All:

-       The schily makefilesystem now by default sets all locale related 
envronment
        variables to "C" in order to avoid problems.

-       Make the makefile emulation mode for "non-automake aware" make programs
        like SunPro Make and GNU make more immune against oddities in the tr(1)
        program that are seen with a locale that differs from LC_ALL=C
        Another step to prevent some tr(1) oddities was to replace the call to
        tr(1) by a call to sed(1).

-       Added GMAKE_NOWARN=true to allow to disable the gmake warning

-       Enhanced include/schily/priv.h to distinct Solaris and AIX process 
privileges

-       New include file include/schily/math.h

-       Try to workaound a problem with GCC on newer AIX versions. It seems that
        e.g. gcc on AIX is not C99 compliant and does not support isnan().

        Note that the current solution may compile and run on newer AIX versions
        but does not seem to be the optimal solution as it cannot check whether
        a float is a number or not.

        It is unfortunate, that we do not have an AIX login that would allow
        to implement better AIX support.

Libscg:

-       The low level SCSI transport code for Mac OS X has been reworked.

        The code now supports cdrecord -scanbus

        The code now supports cdrecord's autotarget mode

        The code now supports to communicate with BluRay drives

        The code now prints a longer help text that instructs what to do in 
order
        to work against the "diskarbitrationd" program on Mac OS that tries to
        steal us our hardware.

        If someone is able and willing to help, please send mail!

        I like to be able to tell "diskarbitrationd" to give up specific drives
        and to set up shared access.

Cdrecord:

-       The cdrecord man page now mentions that the -clone mode is a bad idea 
to copy
        audio CDs.

Readcd:

-       The readcd man page now mentions that the -clone mode is a bad idea to 
copy
        audio CDs.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/cdrtools/distinfo
cvs rdiff -u -r0 -r1.6 pkgsrc/sysutils/cdrtools/patches/patch-ac

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