From a141eb134a7764497102f958499f914efd86a06f Mon Sep 17 00:00:00 2001 From: Josh Paetzel Date: Mon, 13 Feb 2012 06:39:56 +0000 Subject: [PATCH] Remove the option of building against net/socks5, as this port will be leaving the ports tree soon. There is a "drop in" replacement port net/dante that epic will not build against without modifications. --- irc/epic4/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index adf74da4e8c7..2e9fe478743e 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -7,6 +7,7 @@ PORTNAME= epic4 PORTVERSION= 2.10.1 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ @@ -34,7 +35,6 @@ CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} OPTIONS= IPV6 "IPv6 support" on \ TCL "TCL support" on \ PERL "Perl scripting support" on \ - SOCKS5 "Enable SOCKS5 proxy support" off \ SSL "Enable SSL support" on \ TERMCAP "Refuse to use terminfo/ncurses" off @@ -69,16 +69,6 @@ CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VERSION}/mach/CORE CONFIGURE_ARGS+= --without-perl .endif -## WITH_SOCKS5: enable SOCKS5 support -# -.if defined(WITH_SOCKS5) -.if exists(${LOCALBASE}/lib/libdsocks.so) -BROKEN= Optional socks5 support will only build against net/socks5 which conflicts with net/dante -.endif -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+= --with-socks5=${LOCALBASE}/include -.endif - ## WITH_SSL enable SSL support # .if defined(WITH_SSL)