summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-11-22 01:27:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-11-22 01:27:13 +0000
commit0c4c115d8126687b703d572eb38d3c133471fb2c (patch)
tree3166f9ec76cae939ac9939dd4eace3ce4681c43a /net-mgmt/net-snmp53
parentDefine MANUAL_PACKAGE_BUILD, as we don't want to install this even (diff)
Mark this port broken, it does not build. If it builds for -current,
please add some sysctl -n kern.osreldate magic, Justin. NFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \ snmptrap.1 snmpstatus.1 MAN3= snmp_api.3 mib_api.3 MAN5= variables.5 snmpd.conf.5 MAN8= snmptrapd.8 snmpd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \ snmpset snmpstatus snmptest snmptranslate \ snmptrap snmptrapd snmpwalk SBIN= snmpd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done @if [ ! -f ${PREFIX}/etc/rc.d/snmpd.sh ]; then \ echo "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/snmpd.sh; \ echo "[ -x /usr/local/sbin/snmpd ] && /usr/local/sbin/snmpd && echo -n ' snmpd'" >> ${PREFIX}/etc/rc.d/snmpd.sh; \ chmod 751 ${PREFIX}/etc/rc.d/snmpd.sh; \ fi .include <bsd.port.mk>
Notes
Notes: svn path=/head/; revision=8748
Diffstat (limited to 'net-mgmt/net-snmp53')
-rw-r--r--net-mgmt/net-snmp53/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
index 73beaa683d41..0b264fb2344e 100644
--- a/net-mgmt/net-snmp53/Makefile
+++ b/net-mgmt/net-snmp53/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 June 1996
# Whom: gpalmer
#
-# $Id: Makefile,v 1.12 1997/07/02 09:39:17 asami Exp $
+# $Id: Makefile,v 1.13 1997/07/03 04:58:40 fenner Exp $
#
DISTNAME= ucd-snmp-3.2
@@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
MAINTAINER= gpalmer@FreeBSD.ORG
+BROKEN= struct ifqueue
GNU_CONFIGURE= yes
.if defined(PACKAGE_BUILDING)
CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where
@@ -43,5 +44,4 @@ post-install:
chmod 751 ${PREFIX}/etc/rc.d/snmpd.sh; \
fi
-
.include <bsd.port.mk>