From 5efadd7d307ebcc56471e3ff17721b968b317271 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 12 Apr 2009 14:36:52 +0000 Subject: Update to 2.01.01alpha59pre2: NEW features of cdrtools-2.01.01a59: All: - Add -D_GNU_SOURCE to the standard include flags for Linux in order to unhide needed extensions. Cdrecord: - Better error messages when the media size is unknown - Try to work around a firmware bug in the drive: 'HL-DT-ST' 'DVD-RAM GH22NP20' '1.02' that is in effect with DVD+R media. - cdtext.c now checks for empty CD-Text files to prevent a later endless loop in cdrecord while writing the TOC. Thanks to Sebastian Tr Cdda2wav (Maintained/enhanced by J - cdda2wav now supports new parameters for the -output-endianess option. "host" or "machine" represent the actual byte order of the host CPU in the current OS. NEW features of cdrtools-2.01.01a58: All: - New Make rules for Syllable. Syllable is a fork from AtheOS. - New make rules for Haiku - New include file schily/sysexits.h is needed for Haiku - New autoconf test for sysexits.h - Autoconf tests for os2.h and os2me.h moved from cdda2wav to global - config.guess and config.sub now have support for Haiku - New rule support for linux on "sh3", "sh4" and "sh4a" platforms. - autoconf now acts more reliable and more orthogonal with AC_CHECK_TYPE() vs. AC_CHECK_SIZEOF() and carefully includes include files separately based on fine grained tests. - Changed schily/dirent.h to correctly set up NAME_MAX on ATARI MiNT - Changed schily/maxpath.h to correctly set up NAME_MAX on ATARI MiNT Libschily: - fexec now correctly works on Haiku and BeOS - libschily/format.c now supports the %z (size_t) and %t (ptrdiff_t) printf format size modifiers (fixed a typo introdiced in the first attempt) Libscg: - A first version of the SCSI adaptation layer for Syllable has been added. Thanks to Kristian Van Der Vliet for the first implementation. - Haiku is a BeOS clone and thus uses scsi-beos.c as SCSI adaptation layer. IMPORTANT NOTICE: if you like to compile libscg with a current Haiku release you first need to copy a file: cd /boot/develop/headers/os cp device/CAM.h drivers/CAM.h CAM.h was at /boot/develop/headers/os/drivers/CAM.h in BeOS and as CAM has no own hardware, it seems to belong into /boot/develop/headers/os/drivers/ Cdrecord: - Fixed a minor typo in cdrecord - Some better warnings with cdrecord in case that the environment variables 'CDR_FORCERAWSPEED=' or 'CDR_FORCSPEED=' have been specified. Cdda2wav (Maintained/enhanced by J - Cdda2wav now uses an autoconf test to decide whether BEOS clone areas can be used. THis gives Haiku compatibility. - Fixed a bug introduced with introducing support for MD5 Sums. Cdda2wav now disables the MD5 sum output in case -no-infofile has been specified - Autoconf tests for os2.h and os2me.h moved from cdda2wav to global Mkisofs (Maintained/enhanced by J - Mkisofs now reports "Haiku" for the OS platform if on Haiku. - The isoinfo man page now includes the -debug option - Automated support for System ID Haiku, Syllable, AMIGA-OS, ATARI-MiNT - Fixed some Rock Ridge bugs that have been identified when investigating in the OpenSolaris bug 6807009 http://defect.opensolaris.org/bz/show_bug.cgi?id=5385 - Man page description for -abstract -biblio -copyright is now better to understand --- sysutils/cdrtools/Makefile | 6 +++--- sysutils/cdrtools/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'sysutils/cdrtools') diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index fb8a4a9aa4a..8e3e4cac12b 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2009/02/22 15:38:31 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2009/04/12 14:36:52 wiz Exp $ -DISTNAME= cdrtools-2.01.01a58-pre2 -PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre2/.2/} +DISTNAME= cdrtools-2.01.01a59-pre2 +PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/} CATEGORIES= sysutils MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \ http://ftp.berlios.de/pub/cdrecord/alpha/ diff --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo index 806593a3810..7e150702266 100644 --- a/sysutils/cdrtools/distinfo +++ b/sysutils/cdrtools/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.31 2009/02/22 15:38:31 wiz Exp $ +$NetBSD: distinfo,v 1.32 2009/04/12 14:36:52 wiz Exp $ -SHA1 (cdrtools-2.01.01a58-pre2.tar.bz2) = 21113779b5366fc981ba1adcf77be8d5b89e26b3 -RMD160 (cdrtools-2.01.01a58-pre2.tar.bz2) = 3c5706df7c6527d30e92acfb147c92f8a6d5ac92 -Size (cdrtools-2.01.01a58-pre2.tar.bz2) = 1783671 bytes +SHA1 (cdrtools-2.01.01a59-pre2.tar.bz2) = 733455b1dd7f9ca4b57d4474ad87dce926f2d638 +RMD160 (cdrtools-2.01.01a59-pre2.tar.bz2) = 180b8b677c92649be0b56447d496f6e0a3212fad +Size (cdrtools-2.01.01a59-pre2.tar.bz2) = 1784649 bytes SHA1 (patch-aa) = 1f3461ae34071c20672025575bbb0abe7b128ef8 SHA1 (patch-ab) = c5454596c0733601b21219c92d609e4157d897a6 SHA1 (patch-ad) = 08230fc203325916d4604576401da048dc108637 -- cgit v1.2.3