aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp/Makefile
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-04-07 04:50:32 +0800
committerandreas <andreas@FreeBSD.org>1998-04-07 04:50:32 +0800
commita35a32467cddfe121b3ccf92af28d283bbd3ac44 (patch)
tree155ef8c8adc0e7277ec3a34f195c16621862123e /net-mgmt/net-snmp/Makefile
parente05d95053a83cf224ec22e3c953d5bd4b7f8f06e (diff)
downloadfreebsd-ports-gnome-a35a32467cddfe121b3ccf92af28d283bbd3ac44.tar.gz
freebsd-ports-gnome-a35a32467cddfe121b3ccf92af28d283bbd3ac44.tar.zst
freebsd-ports-gnome-a35a32467cddfe121b3ccf92af28d283bbd3ac44.zip
Committing John Hays patches. Big thanks to him !
Runs fine on stable, on SMP current I still get race conditions very easily, so that tkined says "no Response" on snmp queries, and in the meantime it fills your /var partition with the /var/log/snmp.log file: 1998-04-06 22:35:16 UCD-SNMP version 3.3.1 Opening port(s): 161 system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address and so on. This might be -current and/or SMP related. John Hay says it runs ok on his -current. I'll committ it anyay¸ because it runs on -STABLE and that counts. BTW: added an @unexec in PLIST ...
Diffstat (limited to 'net-mgmt/net-snmp/Makefile')
-rw-r--r--net-mgmt/net-snmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index 7b65fb5c5720..30126749a79d 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 June 1996
# Whom: gpalmer
#
-# $Id: Makefile,v 1.16 1998/04/02 18:04:46 andreas Exp $
+# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $
#
DISTNAME= ucd-snmp-3.3.1
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \
MAINTAINER= gpalmer@FreeBSD.ORG
-GNU_CONFIGURE= yes
+USE_AUTOCONF= yes
.if defined(BATCH)
CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where
.else