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:           Thu Aug 15 09:12:40 UTC 2013

Modified Files:
        pkgsrc/sysutils/cdrtools: Makefile distinfo

Log Message:
Update to 3.01a17:

All:

-       The Schily Makefilesystem no longer uses CC= for internal tasks.
        People who now set $CC to a different value will fail in a similar
        way as they would fail with other build systems.

-       Added automatic support for ARMv5 and ARMv6. This makes compilation
        on the RaspberryPI also possible with the non-automake aware gmake.

-       Allow "static" compilation (a compilation that does not use the
        dynamic defines from the Schily Makefilesystem) on Linux ARMv6 (which
        is used by RaspberryPI).

-       Allow a "static" compilation (a compilation without using dynamic -I
        Paths) on Linux on ARMv5 and ARMv6 by adding static #includes for
        Linux ARM in:

                include/schily//align.h
                include/schily//archdefs.h
                include/schily//avoffset.h
                include/schily//xconfig.h

        This is needed if you like to install the schily include files
        to /usr/include/schily and allow users to "manually" compile
        programs that use e.g libparanoia.

        To allow this, the autoconf results need to be installed as:

        <schily/armv5l-linux-gcc/*.h>
        and
        <schily/armv6l-linux-gcc/*.h>

-       Many sources have been modified to deal __CYGWIN32__ like __CYGWIN__
        This is neded as newer Cygwin versions that run in 64 Bit mode
        do no longer define __CYGWIN32__ but __CYGWIN__

Libmdigest:

-       Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
        This is neded as newer Cygwin versions that run in 64 Bit mode
        do no longer define __CYGWIN32__ but __CYGWIN__

Libscg:

-       Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
        This is neded as newer Cygwin versions that run in 64 Bit mode
        do no longer define __CYGWIN32__ but __CYGWIN__

Cdrecord:

-       Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
        This is neded as newer Cygwin versions that run in 64 Bit mode
        do no longer define __CYGWIN32__ but __CYGWIN__

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

-       Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
        This is neded as newer Cygwin versions that run in 64 Bit mode
        do no longer define __CYGWIN32__ but __CYGWIN__


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/sysutils/cdrtools/distinfo

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