pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc TOOLS_GZIP_CMD now only holds the path to gzip, so no ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05fcffed050a
branches:  trunk
changeset: 496979:05fcffed050a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jul 18 02:37:22 2005 +0000

description:
TOOLS_GZIP_CMD now only holds the path to gzip, so no need to strip off
arguments anymore.

diffstat:

 news/inn/Makefile          |  4 ++--
 print/magicfilter/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 814eca22e284 -r 05fcffed050a news/inn/Makefile
--- a/news/inn/Makefile Mon Jul 18 02:33:27 2005 +0000
+++ b/news/inn/Makefile Mon Jul 18 02:37:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2005/07/16 19:10:40 jlam Exp $
+# $NetBSD: Makefile,v 1.67 2005/07/18 02:37:22 jlam Exp $
 
 DISTNAME=              inn-2.4.1
 PKGREVISION=           6
@@ -40,7 +40,7 @@
 CONFIGURE_ENV+=                _PATH_SED="${TOOLS_SED}"
 CONFIGURE_ENV+=                _PATH_SH="${TOOLS_SH}"
 CONFIGURE_ENV+=                _PATH_SORT="${TOOLS_SORT}"
-CONFIGURE_ENV+=                GZIP="${TOOLS_GZIP_CMD:Q:C/\\\\ .*//}"
+CONFIGURE_ENV+=                GZIP=${TOOLS_GZIP_CMD:Q}
 USE_TOOLS+=            awk egrep gzip perl:run sed sh sort yacc
 
 PKG_USERS=             ${INN_USER}:${INN_GROUP}::Internet\\ News:${INN_DATA_DIR}:${SH}
diff -r 814eca22e284 -r 05fcffed050a print/magicfilter/Makefile
--- a/print/magicfilter/Makefile        Mon Jul 18 02:33:27 2005 +0000
+++ b/print/magicfilter/Makefile        Mon Jul 18 02:37:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2005/07/07 21:18:08 tron Exp $
+# $NetBSD: Makefile,v 1.42 2005/07/18 02:37:22 jlam Exp $
 
 DISTNAME=      magicfilter-1.2
 PKGREVISION=   4
@@ -18,7 +18,7 @@
 USE_TOOLS+=    gmake gzip
 GNU_CONFIGURE= yes
 CONFIGURE_ENV+=        GHOSTSCRIPT=${LOCALBASE}/bin/gs
-CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:C/ .*//W:Q}
+CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q}
 
 PLIST_SRC=     ${WRKDIR}/PLIST
 



Home | Main Index | Thread Index | Old Index