Subject: CVS commit: pkgsrc/sysutils/cdrtools
From: Thomas Klausner
Date: 2009-12-08 22:02:44
Message id: 20091208210244.9530F175DD@cvs.netbsd.org

Log Message:
Update to 2.01.01a69:

2.01.01a69:

All:

-	Support for 64 Bit compilation was added for IRIX.
	Call smake CCOM=cc64 or smake CCOM=gcc64 as usual.

-	C++ compilation support fior IRIX was added to the makefile system

-	Schily Makefile rules no longer contain Simple Suffix Rules.
	All default rules are now based on Pattern Matching Rules.
	This speeds up smake.

-	Added autoconf test to distinct Linux ACLs from IRIX ACLs

Libschily:

-	Removed some GCC warnings from libschily/getargs.c

Libfind:

-	let libfind deal with the differences between Linux ACLs and IRIX ACLs

Libscg:

-	Removed some GCC warnings from libscg/scsi-sgi.c

Cdrecord:

-	Work around a bug in the firmware from drives
	developed by PIONEER in November 2009. This affects
	drives labelled "Pioneer", "Plextor" and "TEAC".
	Do no longer call cdr_buffer_cap() before the drive
	buffer was not at least filled once to avoid that
	the the drive throughs away all data.

-	Man page reworked

Cdda2wav (Maintained/enhanced by J

-	Man page reworked

-	Removed some (int) casts before the SNDCTL_DSP_* ioctl()s

Readcd:

-	Man page reworked

Scgcheck:

-	Man page reworked

Btcflash:

-	Man page reworked

Mkisofs (Maintained/enhanced by J

-	Various Cstyle changes

2.01.01a68:

All:

-	VMS rules for libraries not create an archive XXX.olb instead of libXXX.a

-	schily/utypes.h enhanced to allow to define maxint_t which is
	missing on VMS

-	Better autoconf test for union wait vs. int for platforms that
	define union wait but use int as wait() parameter.

-	schily/vfork.h now includes unistd.h as the related definitions
	are there on Solaris

-	Fixed a configure bug with opendir() inherited from GNU autoconf

-	Enhanced the vfork() autoconf test to avoid a hang on VMS

Libschily:

-	libschily/spawn.c now uses vfork()

-	libschily/fexec.c now supports IO redirection on VMS

Libparanoia (Ported/enhanced by J

-	Some #define inline definitions removed as "inline" is already
	handled by schily/mconfig.h

Libfind:

-	Fixed a typo in idcache.c

Libfile:

-	Some changes for better VMS support

Libhfs_iso:

-	Removed a warning from the HP-UX C-compiler about a possible endless loop

Libsiconv:

-	Add the VMS C-compiler to the list of exceptions for not fully C99 compliant
	compilers to allow compilation.

Libscg:

-	changed a include path in libscg/scsi-mac-iokit.c to allow
	compilation on "Snow Leopard"

Cdrecord:

-	Added a workaround for a firmware oddity with DVD+RW on
	'_NEC    ' 'DVD_RW ND-3500AG' with media written from other drives.

Cdda2wav (Maintained/enhanced by J

-	Added a forgotten modification in ringbuff.c that caused an abort due to
	a wrong assert() condition.

Mkisofs (Maintained/enhanced by J

-	Fixed a bug (writing to stdout instead of stderr) recently introduced with better
	RR recognition support.

-	"isoinfo" now supports iconv() based locales for Joliet.

Files:
RevisionActionfile
1.66modifypkgsrc/sysutils/cdrtools/Makefile
1.45modifypkgsrc/sysutils/cdrtools/distinfo
1.3removepkgsrc/sysutils/cdrtools/patches/patch-ae