pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/cdpack Check for deprecated mkisofs flags. Fi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/95122271f566
branches: trunk
changeset: 535776:95122271f566
user: mishka <mishka%pkgsrc.org@localhost>
date: Wed Nov 28 16:18:01 2007 +0000
description:
Check for deprecated mkisofs flags. Fix found and bump pkgrevision.
diffstat:
pkgtools/cdpack/Makefile | 4 ++--
pkgtools/cdpack/files/cdpack.sh | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (35 lines):
diff -r f00f2fc2fead -r 95122271f566 pkgtools/cdpack/Makefile
--- a/pkgtools/cdpack/Makefile Wed Nov 28 15:12:30 2007 +0000
+++ b/pkgtools/cdpack/Makefile Wed Nov 28 16:18:01 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2007/02/22 19:27:02 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2007/11/28 16:18:01 mishka Exp $
#
DISTNAME= cdpack-1.7
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff -r f00f2fc2fead -r 95122271f566 pkgtools/cdpack/files/cdpack.sh
--- a/pkgtools/cdpack/files/cdpack.sh Wed Nov 28 15:12:30 2007 +0000
+++ b/pkgtools/cdpack/files/cdpack.sh Wed Nov 28 16:18:01 2007 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cdpack.sh,v 1.10 2005/08/01 21:47:43 dmcmahill Exp $
+# $NetBSD: cdpack.sh,v 1.11 2007/11/28 16:18:01 mishka Exp $
#
# Copyright (c) 2001, 2002, 2003, 2005 Dan McMahill, All rights reserved.
#
@@ -634,8 +634,8 @@
# Create the ISO Images
#
volid=PkgsrcDisk
-#mkisofs_flags="-f -l -r -J -L -volset-size $ncds -V $volid "
-mkisofs_flags="-v -v -f -l -r -J -L "
+#mkisofs_flags="-f -l -r -J -allow-leading-dots -volset-size $ncds -V $volid "
+mkisofs_flags="-v -v -f -l -r -J -allow-leading-dots "
echo "Creating the ISO images"
cdn=1
Home |
Main Index |
Thread Index |
Old Index