aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:30 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:30 +0000
commita28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch)
treebaf6ab0b133f634d778359bdbf4c920166db5b76 /ftp
parentc285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff)
downloadports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.tar.gz
ports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.zip
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=436247
Diffstat (limited to 'ftp')
-rw-r--r--ftp/bsdftpd-ssl/Makefile2
-rw-r--r--ftp/gftp/Makefile3
-rw-r--r--ftp/pavuk/Makefile3
-rw-r--r--ftp/proftpd/Makefile2
-rw-r--r--ftp/tnftp/Makefile3
-rw-r--r--ftp/urlgfe/Makefile3
-rw-r--r--ftp/wget/Makefile2
-rw-r--r--ftp/yafc/Makefile3
8 files changed, 8 insertions, 13 deletions
diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile
index 02c98f277413..bf1d56b5c36c 100644
--- a/ftp/bsdftpd-ssl/Makefile
+++ b/ftp/bsdftpd-ssl/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://www.sourcefiles.org/System/Daemons/FTP/ \
MAINTAINER= skynick@mail.sc.ru
COMMENT= Secure FTP client/server with TLS/SSL support
-USE_OPENSSL= yes
+USES= ssl
MAKE_ENV+= OBJFORMAT=elf
MAKE_JOBS_UNSAFE= yes
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
index a7522b5d3057..551722073df5 100644
--- a/ftp/gftp/Makefile
+++ b/ftp/gftp/Makefile
@@ -12,10 +12,9 @@ COMMENT= Free multithreaded GTK-based FTP and SFTP client
LICENSE= GPLv2
-USES= pathfix pkgconfig tar:bzip2
+USES= pathfix pkgconfig tar:bzip2 ssl
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk20
-USE_OPENSSL= yes
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile
index e02dd327d2e2..bdb4ebd7d42a 100644
--- a/ftp/pavuk/Makefile
+++ b/ftp/pavuk/Makefile
@@ -13,8 +13,7 @@ COMMENT= HTTP, FTP, and Gopher mirroring tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= localbase tar:bzip2
-USE_OPENSSL= yes
+USES= localbase tar:bzip2 ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-locale-dir=${PREFIX}/share/locale \
--disable-debug --disable-gnome --disable-js \
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 0126d80dea49..349c3b91ab03 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -53,7 +53,7 @@ USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
.if !defined(_BUILDING_PROFTPD_MODULE)
-USE_OPENSSL= yes
+USES+= ssl
USE_RC_SUBR= proftpd
.endif
diff --git a/ftp/tnftp/Makefile b/ftp/tnftp/Makefile
index b989bb22a833..5014997cebb7 100644
--- a/ftp/tnftp/Makefile
+++ b/ftp/tnftp/Makefile
@@ -9,9 +9,8 @@ MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
MAINTAINER= danilo@FreeBSD.org
COMMENT= Enhanced ftp client from NetBSD
-USES= ncurses
+USES= ncurses ssl
GNU_CONFIGURE= yes
-USE_OPENSSL= yes
PLIST_FILES= bin/tnftp man/man1/tnftp.1.gz
diff --git a/ftp/urlgfe/Makefile b/ftp/urlgfe/Makefile
index adb4a7d91266..4b43a535a3cc 100644
--- a/ftp/urlgfe/Makefile
+++ b/ftp/urlgfe/Makefile
@@ -13,9 +13,8 @@ COMMENT= Download manager
LIB_DEPENDS= libcurl.so:ftp/curl
GNU_CONFIGURE= yes
-USES= dos2unix libtool pkgconfig
+USES= dos2unix libtool pkgconfig ssl
USE_GNOME= gtk20
-USE_OPENSSL= yes
OPTIONS_DEFINE= DOCS NLS
NLS_USES= gettext
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index e16d05122cdf..dbf085dfca85 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -53,7 +53,7 @@ PSL_LIB_DEPENDS= libpsl.so:dns/libpsl
CONFIGURE_ARGS+=--with-included-libunistring
.if ${PORT_OPTIONS:MOPENSSL}
-USE_OPENSSL= yes
+USES+= ssl
CONFIGURE_ARGS+=--with-ssl=openssl --with-libssl-prefix=${OPENSSLBASE}
CPPFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile
index 5fc94dfe00c8..16bfa63a132f 100644
--- a/ftp/yafc/Makefile
+++ b/ftp/yafc/Makefile
@@ -15,8 +15,7 @@ LICENSE= GPLv2+
OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE
OPTIONS_DEFAULT=BASH SSH
-USES= gmake tar:xz
-USE_OPENSSL= yes
+USES= gmake tar:xz ssl
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_ipv6=yes
CONFIGURE_ARGS= --with-socks=no --with-socks5=no --with-krb4=no \