Subject: CVS commit: pkgsrc/sysutils/cdrtools
To: None <pkgsrc-changes@NetBSD.org>
From: David Sainty <dsainty@netbsd.org>
List: pkgsrc-changes
Date: 08/28/2006 13:56:22
Module Name:	pkgsrc
Committed By:	dsainty
Date:		Mon Aug 28 13:56:22 UTC 2006

Modified Files:
	pkgsrc/sysutils/cdrtools: Makefile distinfo
Added Files:
	pkgsrc/sysutils/cdrtools/patches: patch-cj

Log Message:
isoinfo extracts files at the painful rate of 1 sector at a time.  This patch
speeds up file extraction significantly by using a much larger buffer.

Also avoid crashing under NetBSD by not making the assumption that
fclose(NULL) is legal.

Bump PKGREVISION to 4.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/cdrtools/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/cdrtools/patches/patch-cj

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.