Remove the (hopefully) long unused SOCKS5 option, in preparation

of the removal of net/socks5 from the ports tree.

In theory net/dante is a drop in replacement for net/socks5, but in this
case it's not and would require some work on this port to get it to
build against net/dante.
This commit is contained in:
Josh Paetzel 2012-02-13 05:44:23 +00:00
parent 3c2f7c1724
commit 367d3bedac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291243
2 changed files with 1 additions and 17 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= ncftp
PORTVERSION= 2.4.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
@ -24,11 +24,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_getmaxyx=yes ac_cv_lib_readline=yes
MAN1= ncftp2.1
.if defined(WITH_SOCKS)
BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
CONFIGURE_ARGS+=--enable-socks5
.endif
pre-fetch:
@${ECHO} ""
@${ECHO} "Use INSTALL_AS_NCFTP=yes to install ncftp1 as ${PREFIX}/bin/ncftp"

View File

@ -1,11 +0,0 @@
--- configure.orig 1997-06-08 13:25:04.000000000 +0800
+++ configure 2011-12-22 00:11:03.000000000 +0800
@@ -1766,7 +1766,7 @@ else
echo "$ac_t""no" 1>&6
fi
- if test "$ac_cv_lib_socks5" = yes ; then
+ if test "$ac_cv_lib_socks5_SOCKSinit" = yes ; then
nc_cv_socks=no
else
LIBS="$savelibs"