Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2012 06:56:49 GMT
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165086: [PATCH] Remove net/socks5 dep from irc/xchat-gnome
Message-ID:  <201202130656.q1D6un3Z095501@red.freebsd.org>
Resent-Message-ID: <201202130700.q1D70LSs021840@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202130656.q1D6un3Z095501>