Date: Wed, 3 Apr 2019 11:06:36 +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: r497707 - branches/2019Q2/net-p2p/zetacoin Message-ID: <201904031106.x33B6ahG067775@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Apr 3 11:06:36 2019 New Revision: 497707 URL: https://svnweb.freebsd.org/changeset/ports/497707 Log: MFH: r497706 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Modified: branches/2019Q2/net-p2p/zetacoin/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/net-p2p/zetacoin/Makefile ============================================================================== --- branches/2019Q2/net-p2p/zetacoin/Makefile Wed Apr 3 11:05:53 2019 (r497706) +++ branches/2019Q2/net-p2p/zetacoin/Makefile Wed Apr 3 11:06:36 2019 (r497707) @@ -97,6 +97,11 @@ EXPIRATION_DATE= 2019-03-15 .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= checking for RAND_egd in -lcrypto... no +BROKEN_FreeBSD_13= checking for RAND_egd in -lcrypto... no +.endif + .if ${SSL_DEFAULT:Mlibressl*} # The configure script will output this message, so save the user the trouble IGNORE= detected LibreSSL: This is NOT supported, and may break consensus compatibility!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904031106.x33B6ahG067775>