svn commit: r497708 - head/archivers/xar

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 11:08:34 UTC 2019


Author: antoine
Date: Wed Apr  3 11:08:33 2019
New Revision: 497708
URL: https://svnweb.freebsd.org/changeset/ports/497708

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/archivers/xar/Makefile

Modified: head/archivers/xar/Makefile
==============================================================================
--- head/archivers/xar/Makefile	Wed Apr  3 11:06:36 2019	(r497707)
+++ head/archivers/xar/Makefile	Wed Apr  3 11:08:33 2019	(r497708)
@@ -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-head mailing list