pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools Update to 2.01.01alpha58.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8364f0ba8b7c
branches:  trunk
changeset: 554914:8364f0ba8b7c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 22 15:38:31 2009 +0000

description:
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@localhost> 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:

 sysutils/cdrtools/Makefile |  6 +++---
 sysutils/cdrtools/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r db574bafcfa3 -r 8364f0ba8b7c sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile        Sun Feb 22 15:21:05 2009 +0000
+++ b/sysutils/cdrtools/Makefile        Sun Feb 22 15:38:31 2009 +0000
@@ -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 -r db574bafcfa3 -r 8364f0ba8b7c sysutils/cdrtools/distinfo
--- a/sysutils/cdrtools/distinfo        Sun Feb 22 15:21:05 2009 +0000
+++ b/sysutils/cdrtools/distinfo        Sun Feb 22 15:38:31 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index