Upgrade to 1.8.
This commit is contained in:
parent
ceb2e15f2c
commit
85fae8dfcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25302
9 changed files with 21 additions and 51 deletions
|
@ -1,23 +1,22 @@
|
|||
# New ports collection makefile for: cdrecord
|
||||
# Version required: 1.8a40
|
||||
# Version required: 1.8
|
||||
# Date created: 2 November 1997
|
||||
# Whom: jmz
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= cdrecord-1.8a40
|
||||
DISTNAME= cdrecord-1.8
|
||||
CATEGORIES= sysutils audio
|
||||
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/
|
||||
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/ \
|
||||
ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/
|
||||
|
||||
MAINTAINER= dirk@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/cdrecord-1.8
|
||||
MAN1= cdrecord.1 cdda2wav.1
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= COPTX="-DBSD_SCSI_SENSE_BUG -DHAVE_SIZE_T"
|
||||
MAKE_ENV= COPTX="-DBSD_SCSI_SENSE_BUG"
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
post-extract:
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (cdrecord-1.8a40.tar.gz) = db64b9d98e86685cc1c01e34b9da6648
|
||||
MD5 (cdrecord-1.8.tar.gz) = ec22b0b1d9a7da2976dee40d2f2cb9e7
|
||||
|
|
|
@ -9,12 +9,3 @@
|
|||
#endif
|
||||
|
||||
#if defined(_SIZE_T) || defined(_T_SIZE_) || defined(_T_SIZE) || \
|
||||
@@ -139,7 +139,7 @@
|
||||
extern int geterrno __PR((void));
|
||||
extern void raisecond __PR((const char *, long));
|
||||
#ifdef HAVE_SIZE_T
|
||||
-extern int snprintf __PR((char *, size_t, const char *, ...));
|
||||
+/*extern int snprintf __PR((char *, size_t, const char *, ...));*/
|
||||
#endif
|
||||
/*extern int sprintf __PR((char *, const char *, ...)); ist woanders falsch deklariert !!!*/
|
||||
extern char *strcatl __PR((char *, ...));
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
# New ports collection makefile for: cdrecord
|
||||
# Version required: 1.8a40
|
||||
# Version required: 1.8
|
||||
# Date created: 2 November 1997
|
||||
# Whom: jmz
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= cdrecord-1.8a40
|
||||
DISTNAME= cdrecord-1.8
|
||||
CATEGORIES= sysutils audio
|
||||
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/
|
||||
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/ \
|
||||
ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/
|
||||
|
||||
MAINTAINER= dirk@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/cdrecord-1.8
|
||||
MAN1= cdrecord.1 cdda2wav.1
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= COPTX="-DBSD_SCSI_SENSE_BUG -DHAVE_SIZE_T"
|
||||
MAKE_ENV= COPTX="-DBSD_SCSI_SENSE_BUG"
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
post-extract:
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (cdrecord-1.8a40.tar.gz) = db64b9d98e86685cc1c01e34b9da6648
|
||||
MD5 (cdrecord-1.8.tar.gz) = ec22b0b1d9a7da2976dee40d2f2cb9e7
|
||||
|
|
|
@ -9,12 +9,3 @@
|
|||
#endif
|
||||
|
||||
#if defined(_SIZE_T) || defined(_T_SIZE_) || defined(_T_SIZE) || \
|
||||
@@ -139,7 +139,7 @@
|
||||
extern int geterrno __PR((void));
|
||||
extern void raisecond __PR((const char *, long));
|
||||
#ifdef HAVE_SIZE_T
|
||||
-extern int snprintf __PR((char *, size_t, const char *, ...));
|
||||
+/*extern int snprintf __PR((char *, size_t, const char *, ...));*/
|
||||
#endif
|
||||
/*extern int sprintf __PR((char *, const char *, ...)); ist woanders falsch deklariert !!!*/
|
||||
extern char *strcatl __PR((char *, ...));
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
# New ports collection makefile for: cdrecord
|
||||
# Version required: 1.8a40
|
||||
# Version required: 1.8
|
||||
# Date created: 2 November 1997
|
||||
# Whom: jmz
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= cdrecord-1.8a40
|
||||
DISTNAME= cdrecord-1.8
|
||||
CATEGORIES= sysutils audio
|
||||
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/
|
||||
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/ \
|
||||
ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/
|
||||
|
||||
MAINTAINER= dirk@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/cdrecord-1.8
|
||||
MAN1= cdrecord.1 cdda2wav.1
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= COPTX="-DBSD_SCSI_SENSE_BUG -DHAVE_SIZE_T"
|
||||
MAKE_ENV= COPTX="-DBSD_SCSI_SENSE_BUG"
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
post-extract:
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (cdrecord-1.8a40.tar.gz) = db64b9d98e86685cc1c01e34b9da6648
|
||||
MD5 (cdrecord-1.8.tar.gz) = ec22b0b1d9a7da2976dee40d2f2cb9e7
|
||||
|
|
|
@ -9,12 +9,3 @@
|
|||
#endif
|
||||
|
||||
#if defined(_SIZE_T) || defined(_T_SIZE_) || defined(_T_SIZE) || \
|
||||
@@ -139,7 +139,7 @@
|
||||
extern int geterrno __PR((void));
|
||||
extern void raisecond __PR((const char *, long));
|
||||
#ifdef HAVE_SIZE_T
|
||||
-extern int snprintf __PR((char *, size_t, const char *, ...));
|
||||
+/*extern int snprintf __PR((char *, size_t, const char *, ...));*/
|
||||
#endif
|
||||
/*extern int sprintf __PR((char *, const char *, ...)); ist woanders falsch deklariert !!!*/
|
||||
extern char *strcatl __PR((char *, ...));
|
||||
|
|
Loading…
Reference in a new issue