diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-11 07:03:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-11 07:03:58 +0000 |
commit | 9c5b1e8ad35fe9b34beae32ac65277c4fa2693dc (patch) | |
tree | 5372d4e7f6485113e5583330624d566607f65175 /sysutils | |
parent | 6efb46d038787f2d4f63730b7fab9ce64dbdc6f6 (diff) | |
download | pkgsrc-9c5b1e8ad35fe9b34beae32ac65277c4fa2693dc.tar.gz |
Update to 3.01a16:
All:
- The SCCS keyword expansion for "Mocsw" has been limited to
prevent expansion of date '+%Y%m%d%H%M%S'
- Mocsw now sets link mode to -Bdirect for recent OpenCSW rules
- pkgdefs/OCSW/*/checkpkg_override modified to match current OpenCSW
rules.
- Make sure that all schily include files except the primary wrappers
include schily/*.h instead of including the system include files directly.
- Allow a "static" compilation (a compilation without using dynamic -I
Paths) on Linux x86 by adding static #includes for Linux x86 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/i686-linux-gcc/*.h>
and
<schily/x86_64-linux-gcc/*.h>
Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty xiphmont@mit.edu):
- memset() call in i_silence_match() now uses the correct size
instead of sizeof (avec).
Thanks to a hint from Andrew Dudman <ajdudman@sbcglobal.net>
- Use dynamic arrays instead of alloca()/malloc() if available.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrtools/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cdrtools/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 61210d8ca76..3f5efdc849a 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.96 2013/06/03 08:13:13 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2013/07/11 07:03:58 wiz Exp $ -DISTNAME= cdrtools-3.01a15 +DISTNAME= cdrtools-3.01a16 PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/} CATEGORIES= sysutils #MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \ diff --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo index 549527e3a1c..d8f856490dd 100644 --- a/sysutils/cdrtools/distinfo +++ b/sysutils/cdrtools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.74 2013/06/03 08:13:13 wiz Exp $ +$NetBSD: distinfo,v 1.75 2013/07/11 07:03:58 wiz Exp $ -SHA1 (cdrtools-3.01a15.tar.bz2) = b0b9a8184e8c3520b07e5f884f364dd6795e4dc3 -RMD160 (cdrtools-3.01a15.tar.bz2) = 460ab215daa0027e323ad05c9a1669c27a122231 -Size (cdrtools-3.01a15.tar.bz2) = 2058342 bytes +SHA1 (cdrtools-3.01a16.tar.bz2) = 733d5f546214ca7997aa129eedbed0e3cbcaa233 +RMD160 (cdrtools-3.01a16.tar.bz2) = e151689365f30839c3c03886085caf68b8e83cf2 +Size (cdrtools-3.01a16.tar.bz2) = 2058899 bytes SHA1 (patch-include_schily_sha2.h) = dab2dd40b20a37f1f2ff8cbd64f8361e800e1753 |