From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 22 06:20:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1420B106564A for ; Wed, 22 Feb 2012 06:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BD6368FC15 for ; Wed, 22 Feb 2012 06:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1M6KASN036835 for ; Wed, 22 Feb 2012 06:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1M6KAja036834; Wed, 22 Feb 2012 06:20:10 GMT (envelope-from gnats) Resent-Date: Wed, 22 Feb 2012 06:20:10 GMT Resent-Message-Id: <201202220620.q1M6KAja036834@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josh Paetzel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E1D2106566B for ; Wed, 22 Feb 2012 06:15:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 64F718FC0A for ; Wed, 22 Feb 2012 06:15:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1M6F3RE028731 for ; Wed, 22 Feb 2012 06:15:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1M6F3di028730; Wed, 22 Feb 2012 06:15:03 GMT (envelope-from nobody) Message-Id: <201202220615.q1M6F3di028730@red.freebsd.org> Date: Wed, 22 Feb 2012 06:15:03 GMT From: Josh Paetzel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165385: [PATCH] irc/bitchx remove dep on net/socks5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2012 06:20:11 -0000 >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: