Mon Mar 15 12:10:37 2010 UTC ()
Update to 2.01.01alpha77:

All:

-	Added support for DragonFly/x86_64

-	Support for "pcc" on Solaris x86 was added as a first step.
	The C-Compiler "pcc" http://pcc.ludd.ltu.se/ is based on the
	Portable C-Comppiler from AT&T from the late 1970s. It is
	under BSDl and thus offers compilation with a really free
	build environment.

	Note that due to a pcc bug, the autoconf results for
	Large File support are incorrect. Unless you edit the file
	incs/i386-sunos5-pcc/xconfig.h and manually correct the
	file to contain this:

#define _FILE_OFFSET_BITS 64    /* # of bits in off_t if settable          */

	You will not get working large file support.

	Support for more Operating system will follow after the issues
	in the compiler have been resolved.

Libfind:

-	Fixed a bug in libfind/walk.c (calling strcatl() with last parameter 0
	instead of (char *)0)

Cdrecord:

-	Fixed a bug with INDEX 00 support for CUE files from
	ExactAudioCopy

-	Cdrecord no longer tries to close a session on a BD-RE media.
	This is not supported in the recent MMC Standard and most drives
	return a SCSI error when attempting to close such a session.


(wiz)
diff -r1.71 -r1.72 pkgsrc/sysutils/cdrtools/Makefile
diff -r1.49 -r1.50 pkgsrc/sysutils/cdrtools/distinfo

cvs diff -r1.71 -r1.72 pkgsrc/sysutils/cdrtools/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/cdrtools/Makefile 2010/02/21 13:19:51 1.71
+++ pkgsrc/sysutils/cdrtools/Makefile 2010/03/15 12:10:36 1.72
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.71 2010/02/21 13:19:51 wiz Exp $ 1# $NetBSD: Makefile,v 1.72 2010/03/15 12:10:36 wiz Exp $
2 2
3DISTNAME= cdrtools-2.01.01a76 3DISTNAME= cdrtools-2.01.01a77
4PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/} 4PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/}
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \ 6MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \
7 http://ftp.berlios.de/pub/cdrecord/alpha/ 7 http://ftp.berlios.de/pub/cdrecord/alpha/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= http://cdrecord.berlios.de/old/private/cdrecord.html 11HOMEPAGE= http://cdrecord.berlios.de/old/private/cdrecord.html
12COMMENT= Software for creating ISO9660 images and writing CD/DVD/Blu-ray 12COMMENT= Software for creating ISO9660 images and writing CD/DVD/Blu-ray
13#LICENSE= CDDL.Schily.txt AND gnu-gpl-v2 AND gnu-lgpl-v2.1 13#LICENSE= CDDL.Schily.txt AND gnu-gpl-v2 AND gnu-lgpl-v2.1
14 14
15CONFLICTS= mkisofs-[0-9]* cdrtools-ossdvd-[0-9]* cdrecord-[0-9]* cdrkit-[0-9]* 15CONFLICTS= mkisofs-[0-9]* cdrtools-ossdvd-[0-9]* cdrecord-[0-9]* cdrkit-[0-9]*
16 16

cvs diff -r1.49 -r1.50 pkgsrc/sysutils/cdrtools/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/cdrtools/distinfo 2010/02/21 13:19:51 1.49
+++ pkgsrc/sysutils/cdrtools/distinfo 2010/03/15 12:10:36 1.50
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.49 2010/02/21 13:19:51 wiz Exp $ 1$NetBSD: distinfo,v 1.50 2010/03/15 12:10:36 wiz Exp $
2 2
3SHA1 (cdrtools-2.01.01a76.tar.bz2) = b98df681616483064f235bfac496773be24393d4 3SHA1 (cdrtools-2.01.01a77.tar.bz2) = ac15fefd0089e6125e5bf6198b222522ba94e8f5
4RMD160 (cdrtools-2.01.01a76.tar.bz2) = 991b163f475307321cd37867d278580c9c87de26 4RMD160 (cdrtools-2.01.01a77.tar.bz2) = 0fee3b8c9fab0462f9fd7dd4ed965a013c8f82e0
5Size (cdrtools-2.01.01a76.tar.bz2) = 1923933 bytes 5Size (cdrtools-2.01.01a77.tar.bz2) = 1925222 bytes