summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-28 19:22:12 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-28 19:22:12 +0000
commit472e52fc1b5815ee53193905feeda5276be99953 (patch)
treed8d2d8cc2c1ca266abbd39588f316f35ad381f0f /sysutils
parent03373c1334609e3f4490b584f7fa5f2938a2b3dd (diff)
downloadpkgsrc-472e52fc1b5815ee53193905feeda5276be99953.tar.gz
Update to 0.98a15.2.01a21. There are too many changes since cdrecord 2.00
to be listed here; the package includes a complete list in all AN-2.01a?? files. What is notable is that it enables xcdroast "audio-on-the-fly support".
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdrecord-xcdroast/Makefile9
-rw-r--r--sysutils/cdrecord-xcdroast/distinfo8
-rw-r--r--sysutils/cdrecord-xcdroast/patches/patch-ac6
3 files changed, 12 insertions, 11 deletions
diff --git a/sysutils/cdrecord-xcdroast/Makefile b/sysutils/cdrecord-xcdroast/Makefile
index 3ce2975a1e7..92ad70115a4 100644
--- a/sysutils/cdrecord-xcdroast/Makefile
+++ b/sysutils/cdrecord-xcdroast/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:53:29 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/28 19:22:12 jmmv Exp $
-DISTNAME= cdrtools-2.00.3
-PKGNAME= cdrecord-xcdroast-0.98a13.2.00.3
+DISTNAME= cdrtools-2.01a21
+PKGNAME= cdrecord-xcdroast-0.98a15.2.01a21
WRKSRC= ${WRKDIR}/${DISTNAME:C/a.*//}
CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/
+MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= lukem@NetBSD.org
HOMEPAGE= http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
diff --git a/sysutils/cdrecord-xcdroast/distinfo b/sysutils/cdrecord-xcdroast/distinfo
index 9a14152e3a0..6b721b72352 100644
--- a/sysutils/cdrecord-xcdroast/distinfo
+++ b/sysutils/cdrecord-xcdroast/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2003/06/05 16:12:11 drochner Exp $
+$NetBSD: distinfo,v 1.5 2003/12/28 19:22:12 jmmv Exp $
-SHA1 (cdrtools-2.00.3.tar.gz) = 744795871f516dd8dc3918d3cf59f880abc73e4c
-Size (cdrtools-2.00.3.tar.gz) = 1638876 bytes
-SHA1 (patch-ac) = 50e13054951073b1fee9cda12abb722fc86adcea
+SHA1 (cdrtools-2.01a21.tar.bz2) = 8ae9b6c792d11df50be9f72643d19e0fe96e2e9d
+Size (cdrtools-2.01a21.tar.bz2) = 1357956 bytes
+SHA1 (patch-ac) = 45c660e3d9f55e161614f29b0e94e177012213aa
SHA1 (patch-ah) = 34ecab01125bcac2a28e295b198edce0de8b8777
SHA1 (patch-ai) = 38f6bc8a9deee6861d5589dcf65dcd4968614457
SHA1 (patch-aj) = 7e8328ad3478a43cc9311158c30b0acfe48fbb7b
diff --git a/sysutils/cdrecord-xcdroast/patches/patch-ac b/sysutils/cdrecord-xcdroast/patches/patch-ac
index 10f54b5736e..5d4b4eee225 100644
--- a/sysutils/cdrecord-xcdroast/patches/patch-ac
+++ b/sysutils/cdrecord-xcdroast/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.2 2003/04/03 12:04:04 wiz Exp $
+$NetBSD: patch-ac,v 1.3 2003/12/28 19:22:12 jmmv Exp $
---- include/btorder.h.orig Mon Dec 10 00:54:27 2001
+--- include/btorder.h.orig 2003-06-15 23:41:22.000000000 +0200
+++ include/btorder.h
@@ -28,6 +28,9 @@
#include <sys/types.h> /* try to load isa_defs.h on Solaris */
@@ -14,7 +14,7 @@ $NetBSD: patch-ac,v 1.2 2003/04/03 12:04:04 wiz Exp $
#include <mconfig.h> /* load bit/byte-oder from xmconfig.h*/
@@ -108,7 +111,7 @@ error Only one of _BIT_FIELDS_LTOH or _
# if defined(__ppc__) || defined(ppc) || defined(__ppc) || \
- defined(__PPC) || defined(powerpc) || defined(__powerpc__)
+ defined(__PPC) || defined(powerpc) || defined(__powerpc__)
-# if defined(__BIG_ENDIAN__)
+# if defined(__BIG_ENDIAN__) || BYTE_ORDER == BIG_ENDIAN