aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-02-15 14:41:29 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-02-15 14:41:29 +0000
commit3b1875b2736807a51268d6a9fef21304c61a014a (patch)
treec0fc609c6ce59a83f4b63944bcdd0c4ad7f151e8 /ftp
parent365961c7455ed679c9e6b15d68df89774a7679f5 (diff)
downloadports-3b1875b2736807a51268d6a9fef21304c61a014a.tar.gz
ports-3b1875b2736807a51268d6a9fef21304c61a014a.zip
security/openssl-devel: Remove BROKEN from some ports
* databases/freetds: Fixed 2017-02-14 * databases/postgresql10-server: Fixed 2016-09-15 [1] * ftp/lftp: Fixed in 4.8.0 * ftp/proftpd: Fixed in 1.3.5c * ftp/wget: Fixed in 1.19.3 [2] * lang/erlang-runtime20: Fixed in 20.0 * net/socat: Fixed in 1.7.3.2 * security/libssh2: Fixed in 1.8.0 [3] * security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8 * sysutils/bacula9-server: Fixed in 9.0.6 * www/nginx: Fixed in 1.9.14 * Bulk build OK 10.3/11.1 both i386 and amd64: - multimedia/librtmp - net/libvncserver - www/lynx PR: 225875 [1], 225872 [2], 225873 [3]
Notes
Notes: svn path=/head/; revision=461928
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile4
-rw-r--r--ftp/proftpd/Makefile4
-rw-r--r--ftp/wget/Makefile8
3 files changed, 1 insertions, 15 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 69cc920104e9..14f3b0d43080 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -60,8 +60,4 @@ post-install-DOCS-on:
USE_GCC= yes
.endif
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
.include <bsd.port.post.mk>
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 90ff5a675d0d..f85335b252ae 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -176,10 +176,6 @@ CONFIGURE_ARGS+= --with-libraries=${LIBDIRS}
.include <bsd.port.pre.mk>
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
.if !defined(_BUILDING_PROFTPD_MODULE)
.if empty(ICONV_PREFIX)
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index a877b8f93f75..1453f708c96e 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -97,10 +97,4 @@ post-patch-DOCS-off:
-e '/^install-data-am:/ s, install-info-am,,' \
${WRKSRC}/doc/Makefile.in
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>