Update to 1.11.a40 (which is really a version 2.0 alpha).
This commit is contained in:
parent
6b11c196c9
commit
c79e29b4b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72916
6 changed files with 12 additions and 34 deletions
|
@ -6,13 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME?= cdrtools
|
||||
PORTVERSION?= 1.11.a39
|
||||
PORTVERSION?= 1.11.a40
|
||||
PORTREVISION?= 0
|
||||
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/
|
||||
DISTNAME= cdrtools-1.11a39
|
||||
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/OLD/2.0aX/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/OLD/2.0aX/ \
|
||||
ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/alpha/OLD/2.0aX/
|
||||
DISTNAME= cdrtools-1.11a40
|
||||
|
||||
MAINTAINER= dirk@FreeBSD.org
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (cdrtools-1.11a39.tar.gz) = 611cc52c2325d2bba20021c4c76ac02a
|
||||
MD5 (cdrtools-1.11a40.tar.gz) = b19f8e1764d51483b5a3f5b169261bee
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- cdrecord/cdrecord.c.orig Sat Oct 19 10:49:00 2002
|
||||
+++ cdrecord/cdrecord.c Sat Oct 19 10:49:14 2002
|
||||
@@ -354,7 +354,7 @@
|
||||
* Try to lock us im memory (will only work for root)
|
||||
* but you need access to root anyway to use /dev/scg?
|
||||
*/
|
||||
-#if defined(HAVE_MLOCKALL) || defined(_POSIX_MEMLOCK)
|
||||
+#if defined(HAVE_MLOCKALL)
|
||||
if (mlockall(MCL_CURRENT|MCL_FUTURE) < 0) {
|
||||
errmsg("WARNING: Cannot do mlockall(2).\n");
|
||||
errmsgno(EX_BAD, "WARNING: This causes a high risk for buffer underruns.\n");
|
|
@ -6,13 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME?= cdrtools
|
||||
PORTVERSION?= 1.11.a39
|
||||
PORTVERSION?= 1.11.a40
|
||||
PORTREVISION?= 0
|
||||
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/
|
||||
DISTNAME= cdrtools-1.11a39
|
||||
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/OLD/2.0aX/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/OLD/2.0aX/ \
|
||||
ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/alpha/OLD/2.0aX/
|
||||
DISTNAME= cdrtools-1.11a40
|
||||
|
||||
MAINTAINER= dirk@FreeBSD.org
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (cdrtools-1.11a39.tar.gz) = 611cc52c2325d2bba20021c4c76ac02a
|
||||
MD5 (cdrtools-1.11a40.tar.gz) = b19f8e1764d51483b5a3f5b169261bee
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- cdrecord/cdrecord.c.orig Sat Oct 19 10:49:00 2002
|
||||
+++ cdrecord/cdrecord.c Sat Oct 19 10:49:14 2002
|
||||
@@ -354,7 +354,7 @@
|
||||
* Try to lock us im memory (will only work for root)
|
||||
* but you need access to root anyway to use /dev/scg?
|
||||
*/
|
||||
-#if defined(HAVE_MLOCKALL) || defined(_POSIX_MEMLOCK)
|
||||
+#if defined(HAVE_MLOCKALL)
|
||||
if (mlockall(MCL_CURRENT|MCL_FUTURE) < 0) {
|
||||
errmsg("WARNING: Cannot do mlockall(2).\n");
|
||||
errmsgno(EX_BAD, "WARNING: This causes a high risk for buffer underruns.\n");
|
Loading…
Reference in a new issue