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 Jul 11 07:03:58 UTC 2013
Modified Files:
pkgsrc/sysutils/cdrtools: Makefile distinfo
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@localhost):
- 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@localhost>
- Use dynamic arrays instead of alloca()/malloc() if available.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -u -r1.74 -r1.75 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