pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/irrd Make gzip be found by configure again, instea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb4b1f48aa3f
branches:  trunk
changeset: 517174:fb4b1f48aa3f
user:      kim <kim%pkgsrc.org@localhost>
date:      Sun Aug 06 07:09:51 2006 +0000

description:
Make gzip be found by configure again, instead of setting it to an empty
string.

diffstat:

 net/irrd/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r f86b699c2bc9 -r fb4b1f48aa3f net/irrd/Makefile
--- a/net/irrd/Makefile Sun Aug 06 05:20:40 2006 +0000
+++ b/net/irrd/Makefile Sun Aug 06 07:09:51 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2006/05/29 16:14:25 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2006/08/06 07:09:51 kim Exp $
 
 DISTNAME=      irrd2.2.8
 PKGNAME=       irrd-2.2.8
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  http://www.irrd.net/ \
                ftp://ftp.merit.edu/radb/irrd/ \
@@ -25,7 +25,6 @@
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-thread
-CONFIGURE_ENV+=                ac_cv_path_GZIP_PATH=${GZIP_CMD:Q}
 
 BUILD_DEFS+=           USE_INET6
 



Home | Main Index | Thread Index | Old Index