Date: Wed, 3 Apr 2019 11:09:04 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497709 - branches/2019Q2/archivers/xar Message-ID: <201904031109.x33B94N1068103@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904031109.x33B94N1068103>