summaryrefslogtreecommitdiff
path: root/net/net-snmp/options.mk
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-05-11 04:39:54 +0000
committeradam <adam@pkgsrc.org>2010-05-11 04:39:54 +0000
commit70ecc12cb4bfc2b48adcff37ed412efc8b1128b2 (patch)
tree649e2ede4446dfeb936289618f9b194b57e66ffd /net/net-snmp/options.mk
parent45eeeb58545a850cc745f617ab8799d3bca75ff2 (diff)
downloadpkgsrc-70ecc12cb4bfc2b48adcff37ed412efc8b1128b2.tar.gz
Added patches, courtesy of Mike Bowie:
* Address changes in sysctl() storage, which has yielded values such as IP-MIB::ipForwarding.0 invalid. * RAM reporting on 64-bit systems.
Diffstat (limited to 'net/net-snmp/options.mk')
-rw-r--r--net/net-snmp/options.mk15
1 files changed, 7 insertions, 8 deletions
diff --git a/net/net-snmp/options.mk b/net/net-snmp/options.mk
index 85a93cb4943..eb76cf720a5 100644
--- a/net/net-snmp/options.mk
+++ b/net/net-snmp/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2010/03/09 22:52:56 hubertf Exp $
+# $NetBSD: options.mk,v 1.10 2010/05/11 04:39:54 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.net-snmp
PKG_SUPPORTED_OPTIONS= ssl snmp-unprived snmp-nokmem perl
@@ -41,15 +41,14 @@ CONFIGURE_ARGS+= --without-root-access
# can't load the shared libraries from WRKSRC/
# Until this is fixed you can test them after installation by doing
# `make test TEST_TARGET=perltest'
-TEST_TARGET= test
+TEST_TARGET= test
# Enable the perl modules build and installation
-#
-PERL5_CONFIGURE= no
-PERL5_PACKLIST= auto/Bundle/NetSNMP/.packlist
-CONFIGURE_ARGS+= --with-perl-modules=${MAKE_PARAMS:Q}
-CONFIGURE_ENV+= PERLPROG=${PERL5:Q}
-USE_TOOLS+=perl
+USE_TOOLS+= perl
+PERL5_CONFIGURE= no
+PERL5_PACKLIST= auto/Bundle/NetSNMP/.packlist
+CONFIGURE_ARGS+= --with-perl-modules=${MAKE_PARAMS:Q}
+CONFIGURE_ENV+= PERLPROG=${PERL5:Q}
.include "../../lang/perl5/module.mk"
.else # !perl