aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cdrtools/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-09-17 20:20:04 +0800
committerDirk Froemberg <dirk@FreeBSD.org>1999-09-17 20:20:04 +0800
commit1b4030baf65869ca76a2fec5dd4ee5f2fa213040 (patch)
treec630035a3019f3b6c49a9b9ad662ed59f2d28f53 /sysutils/cdrtools/Makefile
parentf7d4e6e8013e0f919a5c7847f226242a9668a7e2 (diff)
downloadfreebsd-ports-1b4030baf65869ca76a2fec5dd4ee5f2fa213040.tar.gz
freebsd-ports-1b4030baf65869ca76a2fec5dd4ee5f2fa213040.tar.zst
freebsd-ports-1b4030baf65869ca76a2fec5dd4ee5f2fa213040.zip
- 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
Notes
Notes: svn path=/head/; revision=21677
Diffstat (limited to 'sysutils/cdrtools/Makefile')
-rw-r--r--sysutils/cdrtools/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile
index 04462ae1508a..5bab825a2070 100644
--- a/sysutils/cdrtools/Makefile
+++ b/sysutils/cdrtools/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 \