ports/165086: [PATCH] Remove net/socks5 dep from irc/xchat-gnome

Josh Paetzel jpaetzel at FreeBSD.org
Mon Feb 13 07:00:22 UTC 2012


>Number:         165086
>Category:       ports
>Synopsis:       [PATCH] Remove net/socks5 dep from irc/xchat-gnome
>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:   Mon Feb 13 07:00:21 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Josh Paetzel
>Release:        9.0-RELEASE
>Organization:
>Environment:
N/A
>Description:
net/socks5 is vanishing from the ports tree...there is a "drop in" replacement in net/dante that more or less works with little to no effort.

This patch removes the option of building with net/socks5
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/irc/xchat-gnome/Makefile,v
retrieving revision 1.174
diff -u -r1.174 Makefile
--- Makefile	23 Sep 2011 22:23:34 -0000	1.174
+++ Makefile	13 Feb 2012 06:50:35 -0000
@@ -47,11 +47,6 @@
 PLIST_SUB+=	DBUS="@comment "
 .endif
 
-.if defined(WITH_SOCKS)
-BUILD_DEPENDS+=	${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
-CONFIGURE_ARGS+=	--enable-socks
-.endif
-
 .if !defined(WITHOUT_IPV6)
 CONFIGURE_ARGS+=	--enable-ipv6
 .endif


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



More information about the freebsd-ports-bugs mailing list