diff options
author | wiz <wiz@pkgsrc.org> | 2013-08-15 09:12:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-08-15 09:12:40 +0000 |
commit | 61ed4afc7d03787dfec137f76271b86a5ed7c74a (patch) | |
tree | 0fb67e72c9c061ce43c552960bd588695c2ac0cc /sysutils/cdrtools/distinfo | |
parent | d70ec1910a61bd1198b8503f8e9f5a87d402dada (diff) | |
download | pkgsrc-61ed4afc7d03787dfec137f76271b86a5ed7c74a.tar.gz |
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):
- 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__
Diffstat (limited to 'sysutils/cdrtools/distinfo')
-rw-r--r-- | sysutils/cdrtools/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo index d8f856490dd..fd00f28c433 100644 --- a/sysutils/cdrtools/distinfo +++ b/sysutils/cdrtools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.75 2013/07/11 07:03:58 wiz Exp $ +$NetBSD: distinfo,v 1.76 2013/08/15 09:12:40 wiz Exp $ -SHA1 (cdrtools-3.01a16.tar.bz2) = 733d5f546214ca7997aa129eedbed0e3cbcaa233 -RMD160 (cdrtools-3.01a16.tar.bz2) = e151689365f30839c3c03886085caf68b8e83cf2 -Size (cdrtools-3.01a16.tar.bz2) = 2058899 bytes +SHA1 (cdrtools-3.01a17.tar.bz2) = 68354dea383471b782eaff07ff8169c5045da68b +RMD160 (cdrtools-3.01a17.tar.bz2) = 83b600c708886f2da7b6c3c6de7ef7f792a74d81 +Size (cdrtools-3.01a17.tar.bz2) = 2061522 bytes SHA1 (patch-include_schily_sha2.h) = dab2dd40b20a37f1f2ff8cbd64f8361e800e1753 |