aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-11-29 18:46:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-11-29 18:46:21 +0000
commit703ff6d36176652e995eaf56e44c8637531c23a3 (patch)
tree81e5478fa11645e21ab75a8faa039b5e6d1918c5 /ftp
parent86cfbd0ce0c270d196500fc7ff12a4a238cf18fa (diff)
downloadports-703ff6d36176652e995eaf56e44c8637531c23a3.tar.gz
ports-703ff6d36176652e995eaf56e44c8637531c23a3.zip
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=427389
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile8
-rw-r--r--ftp/proftpd/Makefile4
-rw-r--r--ftp/wget/Makefile8
3 files changed, 18 insertions, 2 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 2cd63afc9dca..4478256ca024 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -64,4 +64,10 @@ post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.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 b9ba7a89b034..0773c22558d9 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -171,6 +171,10 @@ 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 43277ce354e5..efaf2e9d070f 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -78,4 +78,10 @@ post-patch:
${REINPLACE_CMD} -e '/ac_fn_c_check_header_mongrel.*uuid\/uuid.h/ d' \
${WRKSRC}/configure
-.include <bsd.port.mk>
+.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>