ports/165385: [PATCH] irc/bitchx remove dep on net/socks5

Josh Paetzel jpaetzel at FreeBSD.org
Wed Feb 22 06:20:11 UTC 2012


>Number:         165385
>Category:       ports
>Synopsis:       [PATCH] irc/bitchx remove dep on net/socks5
>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:   Wed Feb 22 06:20:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Josh Paetzel
>Release:        9.0-RELEASE
>Organization:
>Environment:
N/A
>Description:
net/socks5 is being removed from the ports tree due to licensing and redistribution issues.  net/dante is a somewhat drop in replacement.

net/socks5 hasn't been buildable on 9 since the utmp change, and for the most part no one has noticed.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/bitchx/Makefile,v
retrieving revision 1.102
diff -u -r1.102 Makefile
--- Makefile	23 Sep 2011 22:23:32 -0000	1.102
+++ Makefile	21 Feb 2012 22:44:05 -0000
@@ -34,7 +34,6 @@
 		IPV6	"Enable IPv6 support"			off \
 		LATIN	"Recommended for an ISO-8859-1 display"	off \
 		PLUGINS	"Build handful of BitchX plugins"	off \
-		SOCKS5	"Enable SOCKS5 proxy support"		off \
 		SSL	"Enable SSL support"			off \
 		XMMS	"Build XMMS plugin"			off
 
@@ -71,11 +70,6 @@
 CONFIGURE_ARGS+=--enable-ipv6
 .endif
 
-.if defined(WITH_SOCKS5)
-BUILD_DEPENDS+=		${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
-CONFIGURE_ARGS+=	--with-socks5=${LOCALBASE}
-.endif
-
 .if defined(WITH_PLUGINS)
 PLUGINS=\
 abot,acro,arcfour,autocycle,blowfish,encrypt,fserv,hint,pkga,possum,qbx,qmail,scan,wavplay


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



More information about the freebsd-ports-bugs mailing list