aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2012-02-13 05:44:23 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2012-02-13 05:44:23 +0000
commit367d3bedacc3b8610520a5912578152e5e80ef30 (patch)
tree034f5b084f1ac536656f04c355741674e367cf68 /ftp
parent3c2f7c1724541f65aa3aa594db34bddc7c685c76 (diff)
downloadports-367d3bedacc3b8610520a5912578152e5e80ef30.tar.gz
ports-367d3bedacc3b8610520a5912578152e5e80ef30.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ncftp2/Makefile7
-rw-r--r--ftp/ncftp2/files/patch-configure11
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"