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.
This commit is contained in:
parent
db87602da8
commit
a141eb134a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291263
1 changed files with 1 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue