Bug 97673 - Update port: net-mgmt/net-snmp 5.2.2 -> 5.3.0.1, large patch included
Summary: Update port: net-mgmt/net-snmp 5.2.2 -> 5.3.0.1, large patch included
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-23 04:30 UTC by Rick van der Zwet
Modified: 2007-02-28 01:23 UTC (History)
1 user (show)

See Also:


Attachments
net-snmp.diff (34.94 KB, patch)
2006-05-23 04:30 UTC, Rick van der Zwet
no flags Details | Diff
net-snmp.diff (34.89 KB, patch)
2006-05-23 12:11 UTC, Rick van der Zwet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rick van der Zwet 2006-05-23 04:30:19 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-23 04:36:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2006-05-23 08:06:04 UTC
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
Comment 3 Rick van der Zwet 2006-05-23 12:11:55 UTC
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
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-02-28 01:17:28 UTC
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"
Comment 5 Jun Kuriyama freebsd_committer freebsd_triage 2007-02-28 01:22:24 UTC
State Changed
From-To: open->closed

Sorry for late.  Committed with modification. 

Thanks!