Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CB77163B906 for ; Sat, 31 Oct 2009 00:55:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 71EA363B10C; Sat, 31 Oct 2009 00:55:05 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2E0AA63B10A for ; Sat, 31 Oct 2009 00:55:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0EBEA175DD; Sat, 31 Oct 2009 00:55:04 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 31 Oct 2009 00:55:03 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/sysutils/cdrtools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20091031005504.0EBEA175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sat Oct 31 00:55:03 UTC 2009 Modified Files: pkgsrc/sysutils/cdrtools: Makefile distinfo Removed Files: pkgsrc/sysutils/cdrtools/patches: patch-ac patch-ai patch-ch patch-ci Log Message: Update to 2.01.01alpha66: NEW features of cdrtools-2.01.01a65: All: - *BSD comes with a broken sed(1), so we need to go back to tr(1) based code for GNU make in the Schily Makefilesystem. - Added support for amd64-netbsd-cc.rul to the Schily Makefilesystem - Added support for DragonFly BSD to config.guess and config.sub Libscg: - Added a hack to liscg to allow cdrecord -scanbus to work on NetBSD - Added a hack to liscg to allow cdrecord -scanbus to work on OpenBSD Mkisofs (Maintained/enhanced by J - Avoid signed chars ad parameter to toupper NEW features of cdrtools-2.01.01a66: - Added support for 64 bit compilation on HP-HX using "cc". Use make CCOM=cc64 as usual to switch to 64 bit compilation. Libschily: - libschily/fconv.c reworked to deal with non-C99 compliant systems and to deal with the constraints found in HP-UX-11.11. Libsiconv: - Fixed a problem in libsiconv in case that the the locale is specified as "iconv:name". Libscg: - Make libscg deal with the new error code from HP-UX that is returned for a non-existing ATAPI slave. - Some minor changes in libscg to make scgcheck report less problems with HP-UX Cdrecord: - Better man page with repect to dev= - The cdrecord man page has been restructured. - Fixed a bug in the workaround code for a firmware bug for DVD+R media in HL-DT-ST drives. Cdda2wav (Maintained/enhanced by J - Better man page with repect to dev= - The cdda2wav man page has been restructured. Readcd: - readcd now only send the Plextor specific SCSI commands for the -cxscan option in case that the drive identifies as Plextor. - Better man page with repect to dev= Scgcheck: - Better man page with repect to dev= Btcflash: - Better man page with repect to dev= Mkisofs (Maintained/enhanced by J - mkisofs man page reworked - isoinfo man page reworked - New file mkisofs/rock.h - isodump now prints more information about Rock Ridge attributes to help debugging non-compliant Rock Ridge ISO images. - isoinfo now correctly identifies ISO images made with the Mac OS X program "hdiutil" by e.g. calling: hdiutil makehybrid -iso -hfs -verbose -o xxx.iso some_dir As filesystems that violate the Rock Ridge standard. Check e.g. by "isoinfo -i xxx.iso -d" Interpreting Rock Ridge on such images can be enforced by calling: "isoinfo -i xxx.iso -lR -debug" - mkisofs now ignores the broken Rock Ridge attributes that have been created by the Mac OS X program "hdiutil". To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/cdrtools/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/cdrtools/distinfo cvs rdiff -u -r1.6 -r0 pkgsrc/sysutils/cdrtools/patches/patch-ac cvs rdiff -u -r1.8 -r0 pkgsrc/sysutils/cdrtools/patches/patch-ai cvs rdiff -u -r1.4 -r0 pkgsrc/sysutils/cdrtools/patches/patch-ch \ pkgsrc/sysutils/cdrtools/patches/patch-ci Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.