summaryrefslogtreecommitdiffstats
path: root/sysutils/cdrecord
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-09-17 12:20:04 +0000
committerdirk <dirk@FreeBSD.org>1999-09-17 12:20:04 +0000
commit02d540d3118ed32af3793b228eb84c07c7016f19 (patch)
tree7de9a1995ad02ceec3befddce3f2b6240b94407d /sysutils/cdrecord
parent60daf1fb4518fec3ce8dc9c1fc1e6659a9a74bb1 (diff)
downloadFreeBSD-ports-02d540d3118ed32af3793b228eb84c07c7016f19.zip
FreeBSD-ports-02d540d3118ed32af3793b228eb84c07c7016f19.tar.gz
- upgrade to 1.8a28:
highlight from AN-1.8a28: "Now after more then half a year of testing, auinfo.c is included with this distribution. This allows to create bitwise correct audio copies: cdda2wav -B -v255 cdrecord -v -dao -useinfo *.wav When using these commands, the cddb ID is copied, also the start time of the first track, all available ISRC ID's, the MCN, the size of all pregaps between all tracks and all indices if present." - add more MASTER_SITES - use MAKE_ENV instead of a custom do-build - don't link /dev/rworm0.ctl to /dev/scgx in pkg/PLIST according to the docs it isn't even neccessary for non-CAM systems
Diffstat (limited to 'sysutils/cdrecord')
-rw-r--r--sysutils/cdrecord/Makefile10
-rw-r--r--sysutils/cdrecord/distinfo2
-rw-r--r--sysutils/cdrecord/pkg-plist2
3 files changed, 6 insertions, 8 deletions
diff --git a/sysutils/cdrecord/Makefile b/sysutils/cdrecord/Makefile
index 04462ae..5bab825 100644
--- a/sysutils/cdrecord/Makefile
+++ b/sysutils/cdrecord/Makefile
@@ -6,18 +6,18 @@
# $FreeBSD$
#
-DISTNAME= cdrecord-1.8a22
+DISTNAME= cdrecord-1.8a28
CATEGORIES= sysutils audio
-MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/
+MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/ \
+ ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/ \
+ ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/alpha/
MAINTAINER= dirk@FreeBSD.org
WRKSRC= ${WRKDIR}/cdrecord-1.8
MAN1= cdrecord.1 cdda2wav.1
USE_GMAKE= yes
-
-do-build:
- @cd ${WRKSRC} && ${GMAKE} COPTX=-DBSD_SCSI_SENSE_BUG
+MAKE_ENV= COPTX=-DBSD_SCSI_SENSE_BUG
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cdrecord/OBJ/i386-freebsd-cc/cdrecord \
diff --git a/sysutils/cdrecord/distinfo b/sysutils/cdrecord/distinfo
index 1dab606..1feb8ca 100644
--- a/sysutils/cdrecord/distinfo
+++ b/sysutils/cdrecord/distinfo
@@ -1 +1 @@
-MD5 (cdrecord-1.8a22.tar.gz) = 07b962c800788224e61fced0ad3c331d
+MD5 (cdrecord-1.8a28.tar.gz) = 2df21b533db6ba3a2283eb2a2c3241b3
diff --git a/sysutils/cdrecord/pkg-plist b/sysutils/cdrecord/pkg-plist
index 16c9afc..9fcbd40 100644
--- a/sysutils/cdrecord/pkg-plist
+++ b/sysutils/cdrecord/pkg-plist
@@ -1,4 +1,2 @@
bin/cdrecord
bin/cdda2wav
-@unexec rm -f /dev/scgx
-@exec ln -sf /dev/rworm0.ctl /dev/scgx
OpenPOWER on IntegriCloud