diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-13 05:44:23 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-13 05:44:23 +0000 |
commit | 367d3bedacc3b8610520a5912578152e5e80ef30 (patch) | |
tree | 034f5b084f1ac536656f04c355741674e367cf68 /ftp | |
parent | 3c2f7c1724541f65aa3aa594db34bddc7c685c76 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=291243
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ncftp2/Makefile | 7 | ||||
-rw-r--r-- | ftp/ncftp2/files/patch-configure | 11 |
2 files changed, 1 insertions, 17 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index 2328488fd181..676213ae23e1 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -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" diff --git a/ftp/ncftp2/files/patch-configure b/ftp/ncftp2/files/patch-configure deleted file mode 100644 index 5bb66fe12ce3..000000000000 --- a/ftp/ncftp2/files/patch-configure +++ /dev/null @@ -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" |