pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xcdroast the -L and -P options to mkisofs are...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2a5cbb8f213
branches:  trunk
changeset: 532293:e2a5cbb8f213
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Wed Aug 15 18:34:59 2007 +0000

description:
the -L and -P options to mkisofs are deprecated and have been removed,
add patch-ae to use the new names.

bump the PKG_REVISION

the previous version of cdrtools supported the new option names so no
change in dependency is needed.

update distinfo

diffstat:

 sysutils/xcdroast/Makefile         |   4 ++--
 sysutils/xcdroast/distinfo         |   3 ++-
 sysutils/xcdroast/patches/patch-ae |  22 ++++++++++++++++++++++
 3 files changed, 26 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r 008617de0be2 -r e2a5cbb8f213 sysutils/xcdroast/Makefile
--- a/sysutils/xcdroast/Makefile        Wed Aug 15 18:23:57 2007 +0000
+++ b/sysutils/xcdroast/Makefile        Wed Aug 15 18:34:59 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2006/04/17 13:46:49 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2007/08/15 18:34:59 plunky Exp $
 
 DISTNAME=      xcdroast-${DIST_VER}
 PKGNAME=       xcdroast-${DIST_VER:S/alpha/a/}
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xcdroast/}
 
diff -r 008617de0be2 -r e2a5cbb8f213 sysutils/xcdroast/distinfo
--- a/sysutils/xcdroast/distinfo        Wed Aug 15 18:23:57 2007 +0000
+++ b/sysutils/xcdroast/distinfo        Wed Aug 15 18:34:59 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2005/10/20 18:12:29 wiz Exp $
+$NetBSD: distinfo,v 1.15 2007/08/15 18:34:59 plunky Exp $
 
 SHA1 (xcdroast-0.98alpha15.tar.gz) = f354ea9ffe918c4ec11312d5537e6e245730fecc
 RMD160 (xcdroast-0.98alpha15.tar.gz) = 9198f67659023ce8f508fa2c331df9d9c8b81a8f
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 0beee32a5550646cd360459d90281cb0ec9a826a
 SHA1 (patch-ab) = 085da3b440ba1d6a0e305626e1ac3fba49d2f546
 SHA1 (patch-ad) = 417a82344e14ae2a9f602254b152337c33afae4a
+SHA1 (patch-ae) = 773d1a5b2b2ce5ef0a947cb5d7f67f83985b6e5e
diff -r 008617de0be2 -r e2a5cbb8f213 sysutils/xcdroast/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xcdroast/patches/patch-ae        Wed Aug 15 18:34:59 2007 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.5 2007/08/15 18:34:59 plunky Exp $
+
+--- src/io.c.orig      2007-08-15 17:45:55.000000000 +0100
++++ src/io.c   2007-08-15 17:45:16.000000000 +0100
+@@ -9026,7 +9026,7 @@
+               strcat(tmp2,"-D ");
+       }
+       if (masterparam.opt[7]) {
+-              strcat(tmp2,"-L ");
++              strcat(tmp2,"-allow-leading-dots ");
+       }
+       if (masterparam.opt[8]) {
+               strcat(tmp2,"-d ");
+@@ -9160,7 +9160,7 @@
+       }       
+       if (masterparam.publisher) {
+               strcpy(tmptmp, masterparam.publisher);
+-              g_snprintf(tmp5,MAXLINE,"-P \"%s\" ",
++              g_snprintf(tmp5,MAXLINE,"-publisher \"%s\" ",
+                       convert_escape(tmptmp));
+               strcat(tmp4,tmp5);
+       }       



Home | Main Index | Thread Index | Old Index