ports/150559: [PATCH] net/freeradius: Remove net-snmp4 dependency

Renato Botelho garga at FreeBSD.org
Tue Sep 14 17:30:03 UTC 2010


>Number:         150559
>Category:       ports
>Synopsis:       [PATCH] net/freeradius: Remove net-snmp4 dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 14 17:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r212583M: Mon Sep 13 19:11:50 BRT
>Description:
net-snmp4 is marked as DEPRECATED and will be removed soon, remove its
dependency to avoind breaking stuffs when it happens

Port maintainer (rpsfa at rit.edu) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- freeradius-1.1.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/freeradius/Makefile,v
retrieving revision 1.74
diff -u -u -r1.74 Makefile
--- Makefile	3 Apr 2010 00:12:43 -0000	1.74
+++ Makefile	14 Sep 2010 17:24:24 -0000
@@ -56,7 +56,6 @@
 OPTIONS+=	PGSQL		"With PostgreSQL database support" off \
 		UNIXODBC	"With unixODBC database support" off \
 		FIREBIRD	"With Firebird database support (EXPERIMENTAL)" off \
-		SNMP		"With SNMP support" off \
 		EDIR		"With Novell eDirectory support" off \
 		NOPERL		"Do not require perl (use only if necessary)" off \
 		EXPERIMENTAL	"Build experimental modules" off
@@ -93,7 +92,8 @@
 		--without-rlm_sql_freetds \
 		--without-rlm_sql_iodbc \
 		--without-rlm_sql_oracle \
-		--without-rlm_sql_sybase
+		--without-rlm_sql_sybase \
+		--without-snmp
 
 .if ${ARCH} == amd64
 CONFIGURE_ARGS+=	--with-pic
@@ -178,12 +178,6 @@
 WITH_EXPERIMENTAL=	yes
 .endif
 
-.ifdef(WITH_SNMP)
-LIB_DEPENDS+=	snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
-.else
-CONFIGURE_ARGS+=--without-snmp
-.endif
-
 .ifdef(WITH_EXPERIMENTAL)
 USE_PYTHON=	yes
 # hack to get the dependency
--- freeradius-1.1.8.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list