svn commit: r426978 - head/net-im/ricochet

John Marino marino at FreeBSD.org
Wed Nov 23 21:18:26 UTC 2016


Author: marino
Date: Wed Nov 23 21:18:25 2016
New Revision: 426978
URL: https://svnweb.freebsd.org/changeset/ports/426978

Log:
  net-im/richochet no longer builds with libressl, IGNORE
  
  Approved by:	SSL blanket

Modified:
  head/net-im/ricochet/Makefile

Modified: head/net-im/ricochet/Makefile
==============================================================================
--- head/net-im/ricochet/Makefile	Wed Nov 23 20:51:48 2016	(r426977)
+++ head/net-im/ricochet/Makefile	Wed Nov 23 21:18:25 2016	(r426978)
@@ -32,6 +32,10 @@ PLIST_FILES=	bin/ricochet \
 
 .include <bsd.port.pre.mk>
 
+.if ${SSL_DEFAULT:Mlibressl*}
+IGNORE= Detected LibreSSL (missing RSA_get0_factors)
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -E 's| -fsanitize=[a-z-]+| |g' \
 		${WRKSRC}/hardened.pri


More information about the svn-ports-all mailing list