diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2012-02-13 14:39:56 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2012-02-13 14:39:56 +0800 |
commit | 2b04fbe9066b258f642e05f60bb4d98d1b1f4a0a (patch) | |
tree | 16114551763d675c7395603646548ea1250bb8f4 /irc/epic4 | |
parent | 35ffcf48405a88d17f89b5d2bcba021903f37323 (diff) | |
download | freebsd-ports-gnome-2b04fbe9066b258f642e05f60bb4d98d1b1f4a0a.tar.gz freebsd-ports-gnome-2b04fbe9066b258f642e05f60bb4d98d1b1f4a0a.tar.zst freebsd-ports-gnome-2b04fbe9066b258f642e05f60bb4d98d1b1f4a0a.zip |
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.
Diffstat (limited to 'irc/epic4')
-rw-r--r-- | irc/epic4/Makefile | 12 |
1 files changed, 1 insertions, 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) |