aboutsummaryrefslogtreecommitdiffstats
path: root/security/distcache
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2019-04-06 16:08:32 +0800
committerantoine <antoine@FreeBSD.org>2019-04-06 16:08:32 +0800
commit516623ff8a39a2cabc9882b6940fff14ec9f8257 (patch)
treef173af2f9f212967e28fe234ca02785c57a021b3 /security/distcache
parentd54517f51d9b88cd2144892340f41c8bdb6774f9 (diff)
downloadfreebsd-ports-gnome-516623ff8a39a2cabc9882b6940fff14ec9f8257.tar.gz
freebsd-ports-gnome-516623ff8a39a2cabc9882b6940fff14ec9f8257.tar.zst
freebsd-ports-gnome-516623ff8a39a2cabc9882b6940fff14ec9f8257.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Diffstat (limited to 'security/distcache')
-rw-r--r--security/distcache/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/distcache/Makefile b/security/distcache/Makefile
index 0e3d53e713bb..42232dc2070d 100644
--- a/security/distcache/Makefile
+++ b/security/distcache/Makefile
@@ -25,6 +25,13 @@ PORTDOCS= ANNOUNCE BUGS CHANGES FAQ README
OPTIONS_DEFINE= DOCS
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= SSL/TLS libraries were missing or unusable
+BROKEN_FreeBSD_13= SSL/TLS libraries were missing or unusable
+.endif
+
post-install:
# INSTALL_TARGET=install-strip isn't working! Brute force it
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
@@ -33,4 +40,4 @@ post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>