ports/71806: SNMP fix for the FreeRadius port.

YazzY yazzy at yazzy.org
Fri Sep 17 00:50:25 UTC 2004


>Number:         71806
>Category:       ports
>Synopsis:       SNMP fix for the FreeRadius port.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 17 00:50:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     YazzY
>Release:        FreeBSD 5.3-BETA4 i386
>Organization:
YazzY.org 
>Environment:


System: FreeBSD 5.3-BETA4 #13: Mon Sep 13 13:53:22 CEST 2004
    root at lapdance:/usr/obj/usr/src/sys/LAPDANCE



>Description:


FreeRadius with support for snmp uses the "old" version of snmp - net-mgmt/net-snmp4 which cannot coexist with net-mgmt/net-snmp used by other ports, i.e cacti or naggios. Those ports can be too installed with freeradius support and you get port-collision. 


>How-To-Repeat:


Install /net-mgmt/nagios-snmp-plugins and then try to install net/freeradius with snmp support.


>Fix:


--- Makefile begins here ---
--- Makefile.orig	Fri Sep 17 02:21:41 2004
+++ Makefile	Fri Sep 17 02:28:37 2004
@@ -71,7 +71,8 @@
 .endif
 
 .ifdef(WITH_SNMP)
-LIB_DEPENDS+=	snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
+BUILD_DEPENDS+= snmpcheck:${PORTSDIR}/net-mgmt/net-snmp 
+RUN_DEPENDS+=   snmpcheck:${PORTSDIR}/net-mgmt/net-snmp 
 .else
 CONFIGURE_ARGS+=--without-snmp
 .endif
--- Makefile ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list