pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/squid At least the "squid31" package needs "--disa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d78091da7f0
branches:  trunk
changeset: 572027:8d78091da7f0
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Feb 19 17:22:13 2010 +0000

description:
At least the "squid31" package needs "--disable-snmp" as SNMP as enabled
by default. Use that configure option if the "snmp" option is disabled.

diffstat:

 www/squid/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7d2462db0f97 -r 8d78091da7f0 www/squid/options.mk
--- a/www/squid/options.mk      Fri Feb 19 17:15:11 2010 +0000
+++ b/www/squid/options.mk      Fri Feb 19 17:22:13 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2008/10/24 14:14:53 taca Exp $
+# $NetBSD: options.mk,v 1.16 2010/02/19 17:22:13 tron Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.squid
 PKG_SUPPORTED_OPTIONS= snmp ssl \
@@ -113,6 +113,8 @@
 .if !empty(PKG_OPTIONS:Msnmp)
 CONFIGURE_ARGS+=       --enable-snmp
 PLIST.snmp=            yes
+.else
+CONFIGURE_ARGS+=       --disable-snmp
 .endif
 
 .if !empty(PKG_OPTIONS:Mssl)



Home | Main Index | Thread Index | Old Index