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 | b4cad6d0cb88ce37f29bf80411f68919249df8b3 (patch) | |
| tree | 5372d4e7f6485113e5583330624d566607f65175 /sysutils/cdrtools/Makefile | |
| parent | b267a9ec7e49aafda0c2e4c5ef1c381a12651867 (diff) | |
| download | pkgsrc-b4cad6d0cb88ce37f29bf80411f68919249df8b3.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/cdrtools/Makefile')
| -rw-r--r-- | sysutils/cdrtools/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ \ |
