ports/165097: [PATCH] Remove dep from irc/xchat

Josh Paetzel jpaetzel at FreeBSD.org
Mon Feb 13 15:10:09 UTC 2012


>Number:         165097
>Category:       ports
>Synopsis:       [PATCH] Remove dep from irc/xchat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 13 15:10:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Josh Paetzel
>Release:        9.0-RELEASE
>Organization:
>Environment:
N/A
>Description:
The net/socks5 port is being deorbited due to license/redistribution issues.  There is net/dante which provides similar functionality but will require this port to be adapted to it.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/irc/xchat/Makefile,v
retrieving revision 1.151
diff -u -r1.151 Makefile
--- Makefile	23 Sep 2011 22:23:34 -0000	1.151
+++ Makefile	13 Feb 2012 07:03:35 -0000
@@ -8,6 +8,7 @@
 
 PORTNAME=	xchat
 PORTVERSION=	2.8.8
+PORTREVISION=	1
 CATEGORIES=	irc gnome ipv6
 MASTER_SITES=	SF/${PORTNAME}/ \
 		http://xchat.org/files/source/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/
@@ -36,8 +37,7 @@
 		NOTIFY "Depend on libnotify for notifications" off \
 		PERL "Enable Perl support" on \
 		PYTHON "Enable Python support" off \
-		TCL "Enable TCL support" off \
-		SOCKS "Build with socks5 support" off
+		TCL "Enable TCL support" off
 
 .if defined(WITH_PYTHON)
 USE_PYTHON=	yes
@@ -113,12 +113,6 @@
 PLIST_SUB+=	TCL="@comment "
 .endif
 
-.if defined(WITH_SOCKS)
-ONLY_FOR_ARCHS=	i386
-BUILD_DEPENDS+=	${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
-CONFIGURE_ARGS+=--enable-socks
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \
 		${WRKSRC}/configure


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



More information about the freebsd-ports-bugs mailing list