aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-01-09 21:16:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-01-09 21:16:49 +0800
commitf3daf2261fb178366adda1ccfd67d90513f16f2a (patch)
tree263754af5ddd95f1ad55b06c101378a0cf71009b /ftp
parentcc1bd708b05005e884e1cb06113168318d3dbe5a (diff)
downloadfreebsd-ports-gnome-f3daf2261fb178366adda1ccfd67d90513f16f2a.tar.gz
freebsd-ports-gnome-f3daf2261fb178366adda1ccfd67d90513f16f2a.tar.zst
freebsd-ports-gnome-f3daf2261fb178366adda1ccfd67d90513f16f2a.zip
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile9
-rw-r--r--ftp/vsftpd-ext/Makefile9
2 files changed, 0 insertions, 18 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 4478256ca024..02de79bbc458 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -47,15 +47,6 @@ GNUTLS_CONFIGURE_WITH= gnutls
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_USES= pkgconfig
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MOPENSSL}
-. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000015
-WITH_OPENSSL_PORT= yes
-CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
-. endif
-.endif
-
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \
${STAGEDIR}${PREFIX}/etc/lftp.conf.sample
diff --git a/ftp/vsftpd-ext/Makefile b/ftp/vsftpd-ext/Makefile
index 64f9d426d8ee..48379d447ae2 100644
--- a/ftp/vsftpd-ext/Makefile
+++ b/ftp/vsftpd-ext/Makefile
@@ -38,15 +38,6 @@ CONFLICTS= vsftpd-3* vsftpd${SSL_SUFFIX}${PKGNAMESUFFIX2}-3*
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-.if exists(/usr/bin/clang)
-CC= clang
-.else
-BUILD_DEPENDS+= clang33:lang/clang33
-CC= clang33
-.endif
-.endif
-
.if ${PORT_OPTIONS:MRC_SCRIPT}
USE_RC_SUBR= vsftpd
.endif