Bug 121375 - [patch] net-mgmt/net-snmp4 broken on freebsd 7
Summary: [patch] net-mgmt/net-snmp4 broken on freebsd 7
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-05 01:20 UTC by Chris Cowart
Modified: 2008-03-05 23:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.10 KB, patch)
2008-03-05 01:20 UTC, Chris Cowart
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cowart 2008-03-05 01:20:01 UTC
When installing the port, it refuses, because BROKEN=YES for 7.0-REL.

Fix: Attached. Had to patch the sources to include the openssl/des.h header.

Patch attached with submission follows:
How-To-Repeat: make -C /usr/ports/net-mgmt/net-snmp4 install
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2008-03-05 22:06:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-05 23:16:15 UTC
ehaupt      2008-03-05 23:16:10 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/net-snmp4   Makefile pkg-plist 
  Added files:
    net-mgmt/net-snmp4/files patch-scapi.c 
  Log:
  Unbreak on 7.0
  
  PR:             121375 (based on)
  Submitted by:   Christopher Cowart <ccowart@rescomp.berkeley.edu>
  
  Revision  Changes    Path
  1.107     +8 -5      ports/net-mgmt/net-snmp4/Makefile
  1.1       +10 -0     ports/net-mgmt/net-snmp4/files/patch-scapi.c (new)
  1.25      +3 -3      ports/net-mgmt/net-snmp4/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 3 Emanuel Haupt freebsd_committer freebsd_triage 2008-03-05 23:16:27 UTC
State Changed
From-To: open->closed

Committed with modifications, thanks! 

Modifications: 
pkg-plist and Makefile needed some adjustments in order to cleanup properly 
after uninstall.