Date: Wed, 23 Nov 2016 21:18:25 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426978 - head/net-im/ricochet Message-ID: <201611232118.uANLIPfs054145@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611232118.uANLIPfs054145>