ports/60423: fix port: net/net-snmp
Yen-Ming Lee
leeym at utopia.leeym.com
Sat Dec 20 11:40:27 UTC 2003
>Number: 60423
>Category: ports
>Synopsis: fix port: net/net-snmp
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Dec 20 03:40:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Yen-Ming Lee
>Release: FreeBSD 5.2-RC i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.2-RC FreeBSD 5.2-RC #7: Thu Dec 18 09:21:26 CST 2003 root at utopia.leeym.com:/mnt3/obj/usr/src/sys/UTOPIA i386
>Description:
fix PLIST
>How-To-Repeat:
http://bento.freebsd.org/errorlogs/i386-5-latest-logs/net-snmp-5.1.log
>Fix:
--- net-snmp.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/net-snmp/Makefile,v
retrieving revision 1.95
diff -u -r1.95 Makefile
--- Makefile 18 Nov 2003 03:18:02 -0000 1.95
+++ Makefile 20 Dec 2003 11:36:00 -0000
@@ -51,7 +51,7 @@
snmpbulkget.1 snmpbulkwalk.1 snmpcmd.1 snmpconf.1 \
snmpdelta.1 snmpdf.1 snmpget.1 snmpgetnext.1 snmpinform.1 \
snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \
- snmptranslate.1 snmptrap.1 snmpusm.1 snmpwalk.1
+ snmptranslate.1 snmptrap.1 snmpusm.1 snmpvacm.1 snmpwalk.1
MAN3= add_mibdir.3 add_module_replacement.3 default_store.3 \
get_module_node.3 init_mib.3 init_mib_internals.3 mib_api.3 \
netsnmp_agent.3 netsnmp_bulk_to_next.3 netsnmp_debug.3 \
@@ -76,7 +76,14 @@
snmp_sess_read.3 snmp_sess_select_info.3 \
snmp_sess_send.3 snmp_sess_session.3 snmp_sess_timeout.3 \
snmp_set_mib_warnings.3 snmp_set_save_descriptions.3 \
- snmp_timeout.3 snmp_trap_api.3
+ snmp_timeout.3 snmp_trap_api.3 \
+ netsnmp_Container_iterator.3 netsnmp_baby_steps.3 \
+ netsnmp_cache_handler.3 netsnmp_container.3 \
+ netsnmp_deprecated.3 netsnmp_iterator_info_s.3 \
+ netsnmp_leaf.3 netsnmp_mfd_pdu_context_s.3 \
+ netsnmp_row_merge.3 netsnmp_scalar_group_group.3 \
+ netsnmp_stash_cache.3 netsnmp_utilities.3
+
.if !defined(WITHOUT_PERL)
MAN3PERL= NetSNMP::default_store.3 NetSNMP::ASN.3 NetSNMP::OID.3 \
NetSNMP::agent::default_store.3 \
@@ -119,7 +126,7 @@
pre-install:
-@[ -f ${STARTUP_FILE} ] && \
- (echo "Remove old ${STARTUP_FILE} before install." && exit 1)
+ (${ECHO} "Remove old ${STARTUP_FILE} before install." && exit 1)
post-install:
@( cd ${PREFIX}/bin && ${STRIP_CMD} ${BIN} )
@@ -132,7 +139,7 @@
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
-
# Dependency:
# lang/php4,net/braa,net/docsis,net/ethereal,net/mbrowse,net/tethereal,net/zabbix,security/libfwbuilder
+
+.include <bsd.port.post.mk>
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/net-snmp/pkg-plist,v
retrieving revision 1.32
diff -u -r1.32 pkg-plist
--- pkg-plist 18 Nov 2003 03:18:02 -0000 1.32
+++ pkg-plist 20 Dec 2003 11:36:01 -0000
@@ -175,15 +175,22 @@
lib/libnetsnmpmibs.a
lib/libnetsnmpmibs.so
lib/libnetsnmpmibs.so.%%shlib%%
+lib/libnetsnmptrapd.a
+lib/libnetsnmptrapd.so
+lib/libnetsnmptrapd.so.%%shlib%%
sbin/snmpd
sbin/snmptrapd
+share/snmp/mib2c.access_functions.conf
share/snmp/mib2c.array-user.conf
+share/snmp/mib2c.check_values.conf
+share/snmp/mib2c.check_values_local.conf
share/snmp/mib2c.column_defines.conf
share/snmp/mib2c.column_enums.conf
share/snmp/mib2c.conf
share/snmp/mib2c.create-dataset.conf
share/snmp/mib2c.int_watch.conf
share/snmp/mib2c.iterate.conf
+share/snmp/mib2c.iterate_access.conf
share/snmp/mib2c.old-api.conf
share/snmp/mib2c.scalar.conf
share/snmp/mibs/AGENTX-MIB.txt
@@ -298,4 +305,5 @@
%%WITHPERL%%@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true
%%WITHPERL%%@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true
%%WITHPERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP/agent
+%%WITHPERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP
%%WITHPERL%%@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/NetSNMP 2>/dev/null || true
--- net-snmp.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list