Update of net-snmp nicely intergrates some of patches, but still not all of them Fix: Looked by hand if patches where obsolete and altered them a bit to matchnew line numbers, etc
Responsible Changed From-To: freebsd-ports-bugs->kuriyama Over to maintainer
Hi Rick, It looks like your MUA malformed the patch due to linewrapping. Can you resend it as an attached file or upload it somewhere? Thanks -erwin
Erwin Lansing wrote: >Hi Rick, > >It looks like your MUA malformed the patch due to linewrapping. Can you >resend it as an attached file or upload it somewhere? > > > Here it is, think someone has to hack send-pr, so it will attach files instead of display them in the header, would fix lot of this kind of errors ;-) (eg resending mail ed) Cheerz, Rick
kuriyama 2007-02-28 01:17:16 UTC FreeBSD ports repository Modified files: net-mgmt/net-snmp Makefile distinfo pkg-plist net-mgmt/net-snmp/files patch-configure.in patch-interfaces.c patch-ucd_snmp.h snmpd.sh.in Removed files: net-mgmt/net-snmp/files patch-agent_index.c patch-agent_read_config.c patch-agent_registry.c patch-at.c patch-auto_nlist.c patch-hr_swrun.c patch-master.c patch-master_admin.c patch-oid_stash.c patch-snmpUDPDomain.c patch-snmp_vars.c patch-snmpd.8.def patch-subagent.c patch-sysORTable.c Log: - Upgrade to 5.3.1 [1]. - Add $snmpd_flush_cache knob [2]. - Add conflict with net-snmp-4.* [3]. PR: ports/97673 [1] (but mostly rewritten), ports/106036 [2], ports/103462 [3] Submitted by: Rick van der Zwet <rick@wzoeterwoude.net> [1], "Brian A. Seklecki"<bseklecki@collaborativefusion.com> [2], Mykola Dzham <freebsd@levsha.org.ua> [3] Revision Changes Path 1.138 +7 -5 ports/net-mgmt/net-snmp/Makefile 1.33 +3 -3 ports/net-mgmt/net-snmp/distinfo 1.2 +0 -13 ports/net-mgmt/net-snmp/files/patch-agent_index.c (dead) 1.2 +0 -13 ports/net-mgmt/net-snmp/files/patch-agent_read_config.c (dead) 1.2 +0 -13 ports/net-mgmt/net-snmp/files/patch-agent_registry.c (dead) 1.2 +0 -12 ports/net-mgmt/net-snmp/files/patch-at.c (dead) 1.4 +0 -13 ports/net-mgmt/net-snmp/files/patch-auto_nlist.c (dead) 1.5 +5 -5 ports/net-mgmt/net-snmp/files/patch-configure.in 1.9 +0 -78 ports/net-mgmt/net-snmp/files/patch-hr_swrun.c (dead) 1.5 +4 -140 ports/net-mgmt/net-snmp/files/patch-interfaces.c 1.2 +0 -13 ports/net-mgmt/net-snmp/files/patch-master.c (dead) 1.2 +0 -12 ports/net-mgmt/net-snmp/files/patch-master_admin.c (dead) 1.2 +0 -13 ports/net-mgmt/net-snmp/files/patch-oid_stash.c (dead) 1.2 +0 -11 ports/net-mgmt/net-snmp/files/patch-snmpUDPDomain.c (dead) 1.2 +0 -13 ports/net-mgmt/net-snmp/files/patch-snmp_vars.c (dead) 1.2 +0 -13 ports/net-mgmt/net-snmp/files/patch-snmpd.8.def (dead) 1.2 +0 -13 ports/net-mgmt/net-snmp/files/patch-subagent.c (dead) 1.2 +0 -13 ports/net-mgmt/net-snmp/files/patch-sysORTable.c (dead) 1.3 +5 -10 ports/net-mgmt/net-snmp/files/patch-ucd_snmp.h 1.5 +9 -1 ports/net-mgmt/net-snmp/files/snmpd.sh.in 1.48 +7 -2 ports/net-mgmt/net-snmp/pkg-plist _______________________________________________ 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 Sorry for late. Committed with modification. Thanks!