summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2009-12-08 21:02:44 +0000
committerwiz <wiz>2009-12-08 21:02:44 +0000
commitb4bcdf9750cbe2084eaff7fcb1b5d112c0351444 (patch)
tree851f44c12fd989bf60da13941f748605529ec24f /sysutils
parent1670f08c4cacaf27cd51655828320689adc1994b (diff)
downloadpkgsrc-b4bcdf9750cbe2084eaff7fcb1b5d112c0351444.tar.gz
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 (limited to 'sysutils')
-rw-r--r--sysutils/cdrtools/Makefile6
-rw-r--r--sysutils/cdrtools/distinfo9
-rw-r--r--sysutils/cdrtools/patches/patch-ae17
3 files changed, 7 insertions, 25 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile
index dd2c4f7a45e..c8cc9204558 100644
--- a/sysutils/cdrtools/Makefile
+++ b/sysutils/cdrtools/Makefile
@@ -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
+MAINTAINER= wiz@NetBSD.org
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 --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo
index 311f5326f51..63fb6329414 100644
--- a/sysutils/cdrtools/distinfo
+++ b/sysutils/cdrtools/distinfo
@@ -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 --git a/sysutils/cdrtools/patches/patch-ae b/sysutils/cdrtools/patches/patch-ae
deleted file mode 100644
index 289b32bef8e..00000000000
--- a/sysutils/cdrtools/patches/patch-ae
+++ /dev/null
@@ -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 {