svn commit: r497709 - branches/2019Q2/archivers/xar
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 3 11:09:05 UTC 2019
Author: antoine
Date: Wed Apr 3 11:09:03 2019
New Revision: 497709
URL: https://svnweb.freebsd.org/changeset/ports/497709
Log:
MFH: r497708
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Modified:
branches/2019Q2/archivers/xar/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/archivers/xar/Makefile
==============================================================================
--- branches/2019Q2/archivers/xar/Makefile Wed Apr 3 11:08:33 2019 (r497708)
+++ branches/2019Q2/archivers/xar/Makefile Wed Apr 3 11:09:03 2019 (r497709)
@@ -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>
More information about the svn-ports-branches
mailing list