pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/cdrecord-xcdroast Update to 0.98a15.2.01a21. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/303949390c02
branches: trunk
changeset: 465368:303949390c02
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Dec 28 19:22:12 2003 +0000
description:
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:
sysutils/cdrecord-xcdroast/Makefile | 9 +++++----
sysutils/cdrecord-xcdroast/distinfo | 8 ++++----
sysutils/cdrecord-xcdroast/patches/patch-ac | 6 +++---
3 files changed, 12 insertions(+), 11 deletions(-)
diffs (56 lines):
diff -r 5b9a531fcc7d -r 303949390c02 sysutils/cdrecord-xcdroast/Makefile
--- a/sysutils/cdrecord-xcdroast/Makefile Sun Dec 28 17:28:26 2003 +0000
+++ b/sysutils/cdrecord-xcdroast/Makefile Sun Dec 28 19:22:12 2003 +0000
@@ -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@localhost
HOMEPAGE= http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
diff -r 5b9a531fcc7d -r 303949390c02 sysutils/cdrecord-xcdroast/distinfo
--- a/sysutils/cdrecord-xcdroast/distinfo Sun Dec 28 17:28:26 2003 +0000
+++ b/sysutils/cdrecord-xcdroast/distinfo Sun Dec 28 19:22:12 2003 +0000
@@ -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 -r 5b9a531fcc7d -r 303949390c02 sysutils/cdrecord-xcdroast/patches/patch-ac
--- a/sysutils/cdrecord-xcdroast/patches/patch-ac Sun Dec 28 17:28:26 2003 +0000
+++ b/sysutils/cdrecord-xcdroast/patches/patch-ac Sun Dec 28 19:22:12 2003 +0000
@@ -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 @@
#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
Home |
Main Index |
Thread Index |
Old Index