diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-22 15:38:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-22 15:38:31 +0000 |
commit | f885ec67d80a540a475d0d37dcb496c3c8071061 (patch) | |
tree | 8f79440677c2a3122748856a9f613d45a5d7ee8d /sysutils/cdrtools | |
parent | be1b74ed3974048b9c5536296272f86253703241 (diff) | |
download | pkgsrc-f885ec67d80a540a475d0d37dcb496c3c8071061.tar.gz |
Update to 2.01.01alpha58.2:
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
- 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 <vanders@liqwyd.com> 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
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
Diffstat (limited to 'sysutils/cdrtools')
-rw-r--r-- | sysutils/cdrtools/Makefile | 6 | ||||
-rw-r--r-- | sysutils/cdrtools/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index f8a1c1b4894..fb8a4a9aa4a 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2009/02/16 14:13:07 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2009/02/22 15:38:31 wiz Exp $ -DISTNAME= cdrtools-2.01.01a57 -PKGNAME= ${DISTNAME:S/a/./} +DISTNAME= cdrtools-2.01.01a58-pre2 +PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre2/.2/} 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 a8351e31d82..806593a3810 100644 --- a/sysutils/cdrtools/distinfo +++ b/sysutils/cdrtools/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2009/02/16 14:13:07 wiz Exp $ +$NetBSD: distinfo,v 1.31 2009/02/22 15:38:31 wiz Exp $ -SHA1 (cdrtools-2.01.01a57.tar.bz2) = e07ec85d42df24ecf5f15236bb0cc4968be47f98 -RMD160 (cdrtools-2.01.01a57.tar.bz2) = d7e8ea512a1e8ecaf3be6a9c4a782ff16c1d5253 -Size (cdrtools-2.01.01a57.tar.bz2) = 1779673 bytes +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 (patch-aa) = 1f3461ae34071c20672025575bbb0abe7b128ef8 SHA1 (patch-ab) = c5454596c0733601b21219c92d609e4157d897a6 SHA1 (patch-ad) = 08230fc203325916d4604576401da048dc108637 |