Path to this page:
Subject: CVS commit: pkgsrc/sysutils/cdrtools
From: Thomas Klausner
Date: 2013-07-11 09:03:58
Message id: 20130711070358.A4C3A96@cvs.netbsd.org
Log Message:
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.
Files: