aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 11:09:03 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 11:09:03 +0000
commitbcea7adf8af686c8643c183388da0c8d1b6ed2ff (patch)
tree25cff6aadf12898d2cb7e3a0b8ac3fff256029e5 /archivers
parent6ad1be11c4226ef01a0af93e297d813374cae6c9 (diff)
downloadports-bcea7adf8af686c8643c183388da0c8d1b6ed2ff.tar.gz
ports-bcea7adf8af686c8643c183388da0c8d1b6ed2ff.zip
MFH: r497708
Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q2/; revision=497709
Diffstat (limited to 'archivers')
-rw-r--r--archivers/xar/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile
index 62e8d2d97fb3..9fb39734f482 100644
--- a/archivers/xar/Makefile
+++ b/archivers/xar/Makefile
@@ -18,8 +18,15 @@ USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= checking for OpenSSL_add_all_ciphers in -lcrypto... no
+BROKEN_FreeBSD_13= checking for OpenSSL_add_all_ciphers in -lcrypto... no
+.endif
+
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>