View | Details | Raw Unified | Return to bug 248058 | Differences between
and this patch

Collapse All | Expand All

(-)net-snmp/Makefile (-1 / +2 lines)
Lines 294-300 post-install: strip-files install-config-files install-doc-files Link Here
294
	@(cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libnetsnmptrapd.so.${SHLIB_VERSION} libnetsnmptrapd.so)
294
	@(cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libnetsnmptrapd.so.${SHLIB_VERSION} libnetsnmptrapd.so)
295
.if ${PORT_OPTIONS:MNEWSYSLOG}
295
.if ${PORT_OPTIONS:MNEWSYSLOG}
296
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
296
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
297
	${INSTALL_DATA} ${FILESDIR}/net-snmp.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/
297
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
298
	${INSTALL_DATA} ${FILESDIR}/net-snmp.conf ${STAGEDIR}${EXAMPLESDIR}/newsyslog.conf
298
.endif
299
.endif
299
300
300
strip-files:
301
strip-files:
(-)net-snmp/pkg-plist (-1 / +1 lines)
Lines 30-36 bin/snmpvacm Link Here
30
bin/snmpwalk
30
bin/snmpwalk
31
%%WITH_TKMIB%%bin/tkmib
31
%%WITH_TKMIB%%bin/tkmib
32
bin/traptoemail
32
bin/traptoemail
33
%%NEWSYSLOG%%etc/newsyslog.conf.d/net-snmp.conf
33
%%NEWSYSLOG%%@sample share/examples/snmp/newsyslog.conf etc/newsyslog.conf.d/net-snmp.conf
34
include/net-snmp/agent/agent_callbacks.h
34
include/net-snmp/agent/agent_callbacks.h
35
include/net-snmp/agent/agent_handler.h
35
include/net-snmp/agent/agent_handler.h
36
include/net-snmp/agent/agent_index.h
36
include/net-snmp/agent/agent_index.h

Return to bug 248058