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.01a69:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/461240ba862f
branches:  trunk
changeset: 568238:461240ba862f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 08 21:02:44 2009 +0000

description:
Update to 2.01.01a69:

2.01.01a69:

All:

-       Support for 64 Bit compilation was added for IRIX.
        Call smake CCOM=cc64 or smake CCOM=gcc64 as usual.

-       C++ compilation support fior IRIX was added to the makefile system

-       Schily Makefile rules no longer contain Simple Suffix Rules.
        All default rules are now based on Pattern Matching Rules.
        This speeds up smake.

-       Added autoconf test to distinct Linux ACLs from IRIX ACLs

Libschily:

-       Removed some GCC warnings from libschily/getargs.c


Libfind:

-       let libfind deal with the differences between Linux ACLs and IRIX ACLs

Libscg:

-       Removed some GCC warnings from libscg/scsi-sgi.c

Cdrecord:

-       Work around a bug in the firmware from drives
        developed by PIONEER in November 2009. This affects
        drives labelled "Pioneer", "Plextor" and "TEAC".
        Do no longer call cdr_buffer_cap() before the drive
        buffer was not at least filled once to avoid that
        the the drive throughs away all data.


-       Man page reworked

Cdda2wav (Maintained/enhanced by J

-       Man page reworked

-       Removed some (int) casts before the SNDCTL_DSP_* ioctl()s

Readcd:

-       Man page reworked

Scgcheck:

-       Man page reworked

Btcflash:

-       Man page reworked

Mkisofs (Maintained/enhanced by J

-       Various Cstyle changes

2.01.01a68:

All:

-       VMS rules for libraries not create an archive XXX.olb instead of libXXX.a

-       schily/utypes.h enhanced to allow to define maxint_t which is
        missing on VMS

-       Better autoconf test for union wait vs. int for platforms that
        define union wait but use int as wait() parameter.

-       schily/vfork.h now includes unistd.h as the related definitions
        are there on Solaris

-       Fixed a configure bug with opendir() inherited from GNU autoconf

-       Enhanced the vfork() autoconf test to avoid a hang on VMS

Libschily:

-       libschily/spawn.c now uses vfork()

-       libschily/fexec.c now supports IO redirection on VMS


Libparanoia (Ported/enhanced by J

-       Some #define inline definitions removed as "inline" is already
        handled by schily/mconfig.h

Libfind:

-       Fixed a typo in idcache.c

Libfile:

-       Some changes for better VMS support

Libhfs_iso:

-       Removed a warning from the HP-UX C-compiler about a possible endless loop

Libsiconv:

-       Add the VMS C-compiler to the list of exceptions for not fully C99 compliant
        compilers to allow compilation.

Libscg:

-       changed a include path in libscg/scsi-mac-iokit.c to allow
        compilation on "Snow Leopard"

Cdrecord:

-       Added a workaround for a firmware oddity with DVD+RW on
        '_NEC    ' 'DVD_RW ND-3500AG' with media written from other drives.

Cdda2wav (Maintained/enhanced by J

-       Added a forgotten modification in ringbuff.c that caused an abort due to
        a wrong assert() condition.

Mkisofs (Maintained/enhanced by J

-       Fixed a bug (writing to stdout instead of stderr) recently introduced with better
        RR recognition support.

-       "isoinfo" now supports iconv() based locales for Joliet.

diffstat:

 sysutils/cdrtools/Makefile         |   6 +++---
 sysutils/cdrtools/distinfo         |   9 ++++-----
 sysutils/cdrtools/patches/patch-ae |  17 -----------------
 3 files changed, 7 insertions(+), 25 deletions(-)

diffs (55 lines):

diff -r 16a8303e6158 -r 461240ba862f sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile        Tue Dec 08 20:26:09 2009 +0000
+++ b/sysutils/cdrtools/Makefile        Tue Dec 08 21:02:44 2009 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.65 2009/11/10 16:49:00 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2009/12/08 21:02:44 wiz Exp $
 
-DISTNAME=      cdrtools-2.01.01a67
+DISTNAME=      cdrtools-2.01.01a69
 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/
 EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    wiz%NetBSD.org@localhost
 HOMEPAGE=      http://cdrecord.berlios.de/old/private/cdrecord.html
 COMMENT=       Software for creating ISO9660 images and writing CD/DVD/Blu-ray
 #LICENSE=      CDDL.Schily.txt AND gnu-gpl-v2 AND gnu-lgpl-v2.1
diff -r 16a8303e6158 -r 461240ba862f sysutils/cdrtools/distinfo
--- a/sysutils/cdrtools/distinfo        Tue Dec 08 20:26:09 2009 +0000
+++ b/sysutils/cdrtools/distinfo        Tue Dec 08 21:02:44 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.44 2009/11/10 16:49:00 wiz Exp $
+$NetBSD: distinfo,v 1.45 2009/12/08 21:02:44 wiz Exp $
 
-SHA1 (cdrtools-2.01.01a67.tar.bz2) = 3df25c2bcc8c18360bd864581484956190eb45b3
-RMD160 (cdrtools-2.01.01a67.tar.bz2) = 83909a50e91b1650003cd3d82449826186567a96
-Size (cdrtools-2.01.01a67.tar.bz2) = 1846740 bytes
-SHA1 (patch-ae) = 9b58bfb2e394cd5e710d1fa407a887dbdaacd756
+SHA1 (cdrtools-2.01.01a69.tar.bz2) = 5da138f393b14b478e3df4f95324f3ea1b7a3cc2
+RMD160 (cdrtools-2.01.01a69.tar.bz2) = 1006076aecdf0bc2f467a675b2116c5d51c3c59b
+Size (cdrtools-2.01.01a69.tar.bz2) = 1851038 bytes
diff -r 16a8303e6158 -r 461240ba862f sysutils/cdrtools/patches/patch-ae
--- a/sysutils/cdrtools/patches/patch-ae        Tue Dec 08 20:26:09 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2009/09/13 16:40:22 tron Exp $
-
-Build for for Mac OS X Snow Leopard taken from Mac Ports:
-
-http://trac.macports.org/browser/trunk/dports/sysutils/cdrtools/files/patch-libscg__scsi-mac-iokit.c?rev=56542
-
---- libscg/scsi-mac-iokit.c.orig       2009-09-03 21:47:36.000000000 +0100
-+++ libscg/scsi-mac-iokit.c    2009-09-13 17:34:22.000000000 +0100
-@@ -59,7 +59,7 @@
- #include <Carbon/Carbon.h>
- #include <IOKit/IOKitLib.h>
- #include <IOKit/IOCFPlugIn.h>
--#include <IOKit/scsi-commands/SCSITaskLib.h>
-+#include <IOKit/scsi/SCSITaskLib.h>
- #include <mach/mach_error.h>
- 
- struct scg_if {



Home | Main Index | Thread Index | Old Index