pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/inn Don't compile package source "gzip" options i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b577656ab74
branches:  trunk
changeset: 496400:0b577656ab74
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Jun 27 19:11:25 2005 +0000

description:
Don't compile package source "gzip" options into the binaries.
Bump package revision once more.

diffstat:

 news/inn/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 7a981774a60f -r 0b577656ab74 news/inn/Makefile
--- a/news/inn/Makefile Mon Jun 27 19:07:30 2005 +0000
+++ b/news/inn/Makefile Mon Jun 27 19:11:25 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2005/06/24 16:24:23 jlam Exp $
+# $NetBSD: Makefile,v 1.64 2005/06/27 19:11:25 tron Exp $
 
 DISTNAME=              inn-2.4.1
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            news
 MASTER_SITES=          ftp://ftp.isc.org/isc/inn/ \
                        ftp://ftp.sunet.se/pub/news/nntp/inn/ \
@@ -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}"
+CONFIGURE_ENV+=                GZIP="${TOOLS_GZIP_CMD:C/ .*//W}"
 USE_TOOLS+=            awk egrep gzip sed sh sort yacc
 
 PKG_USERS=             ${INN_USER}:${INN_GROUP}::Internet\\ News:${INN_DATA_DIR}:${SH}



Home | Main Index | Thread Index | Old Index