I just noticed there's a "newer" version of this (from 2008) .. anyone
want to give it a spin? looks like a relatively minor update, the most
notable changes are human-readable messages for sense codes, and it
adds a couple of patches from Bacula.


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/dvd+rw-tools/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    11 Mar 2013 11:41:30 -0000      1.11
+++ Makefile    1 Jun 2013 10:54:37 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=               mastering tools for DVD+RW/+R/-R/-RW
 
-DISTNAME=              dvd+rw-tools-7.0
-REVISION =             1
+DISTNAME=              dvd+rw-tools-7.1
 CATEGORIES=            sysutils
 HOMEPAGE=              http://fy.chalmers.se/~appro/linux/DVD+RW/
 
@@ -21,7 +20,6 @@ CFLAGS+=              -DI_KNOW_ALL_ABOUT_SUDO
 MAKE_FLAGS+=           CFLAGS="${CFLAGS}" \
                        CXXFLAGS="${CXXFLAGS} -fno-exceptions"
 
-USE_GROFF =            Yes
 NO_TEST=               Yes
 
 do-install:
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/dvd+rw-tools/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    26 Jan 2008 02:21:28 -0000      1.4
+++ distinfo    1 Jun 2013 10:54:37 -0000
@@ -1,5 +1,2 @@
-MD5 (dvd+rw-tools-7.0.tar.gz) = LrnCprHmvHxNctO17ONM6w==
-RMD160 (dvd+rw-tools-7.0.tar.gz) = 1SK6U0XrdHBebjlwMoA0o9Ad514=
-SHA1 (dvd+rw-tools-7.0.tar.gz) = Yj/RwiZKXfqnIUScyMx75KwoJLo=
-SHA256 (dvd+rw-tools-7.0.tar.gz) = yf/EasTpcVPxdS8CMqE1665WiKjjXpddI+lYt4WVFCI=
-SIZE (dvd+rw-tools-7.0.tar.gz) = 131259
+SHA256 (dvd+rw-tools-7.1.tar.gz) = +NYPgi6RQSi8vF9k++PtExy/+QRdyn4Sxbd7Ju3ecso=
+SIZE (dvd+rw-tools-7.1.tar.gz) = 140846
Index: patches/patch-mp_h
===================================================================
RCS file: /cvs/ports/sysutils/dvd+rw-tools/patches/patch-mp_h,v
retrieving revision 1.1
diff -u -p -r1.1 patch-mp_h
--- patches/patch-mp_h  7 Feb 2008 01:53:23 -0000       1.1
+++ patches/patch-mp_h  1 Jun 2013 10:54:37 -0000
@@ -1,10 +1,10 @@
 $OpenBSD: patch-mp_h,v 1.1 2008/02/07 01:53:23 jakemsr Exp $
---- mp.h.orig  Wed Feb  6 17:47:13 2008
-+++ mp.h       Wed Feb  6 17:48:11 2008
-@@ -40,7 +40,7 @@ static void *__thread_create(int (*func)(void *),void 
+--- mp.h.orig  Sun Feb 24 17:56:07 2008
++++ mp.h       Sat Jun  1 11:43:15 2013
+@@ -46,7 +46,7 @@ static void *__thread_create(int (*func)(void *),void 
  
      if (pthread_attr_init(&attr)==0 &&
-       pthread_attr_setstacksize(&attr,64*1024)==0 &&
+       pthread_attr_setstacksize(&attr,stack_sz)==0 &&
 -      pthread_attr_setscope(&attr,PTHREAD_SCOPE_SYSTEM)==0 &&
 +      pthread_attr_setscope(&attr,PTHREAD_SCOPE_PROCESS)==0 &&
        pthread_create(&h,&attr,(void *(*)(void *))func,arg)==0 )
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/dvd+rw-tools/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   26 Jan 2005 12:25:59 -0000      1.1.1.1
+++ pkg/PLIST   1 Jun 2013 10:54:37 -0000
@@ -1,8 +1,8 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/26 12:25:59 espie Exp $
-bin/dvd+rw-booktype
-bin/dvd+rw-format
-bin/dvd+rw-mediainfo
-bin/growisofs
+@bin bin/dvd+rw-booktype
+@bin bin/dvd+rw-format
+@bin bin/dvd+rw-mediainfo
+@bin bin/growisofs
 @man man/man1/growisofs.1
 share/doc/dvd+rw-tools/
 share/doc/dvd+rw-tools/index.html

Reply via email to