mrtg depends on net-mgmt/p5-SNMP_Session and with p5-SNMP_Session-1.12 mrtg issues warnings like this at start: Constant subroutine SNMP_Session::AF_INET6 redefined at /usr/local/lib/perl5/5.10.1/Exporter.pm line 67. at /usr/local/lib/perl5/site_perl/5.10.1/SNMP_Session.pm line 149 net-mgmt/p5-SNMP_Session should be patched to eliminate warnings. The patch taken from http://oss.oetiker.ch/mrtg-trac/changeset/330 follows. Fix: Create ports/net-mgmt/p5-SNMP_Session/files subdirectory and put the patch as "patch-SNMP_Session.pm" there: How-To-Repeat: See above.
Responsible Changed From-To: freebsd-ports-bugs->demon Over to maintainer (via the GNATS Auto Assign Tool)
demon 2011-01-31 14:51:25 UTC FreeBSD ports repository Modified files: net-mgmt/p5-SNMP_Session Makefile distinfo Added files: net-mgmt/p5-SNMP_Session/files patch-SNMP_Session.pm Log: Update to 1.13; Add a patch http://oss.oetiker.ch/mrtg-trac/changeset/330 to eliminate a warning regarding IPv6; PR: 154367 154411 Feature safe: yes Revision Changes Path 1.33 +6 -3 ports/net-mgmt/p5-SNMP_Session/Makefile 1.23 +2 -3 ports/net-mgmt/p5-SNMP_Session/distinfo 1.1 +21 -0 ports/net-mgmt/p5-SNMP_Session/files/patch-SNMP_Session.pm (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Patch committed, thanks!