Date: Wed, 3 Apr 2019 11:05:53 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497706 - head/net-p2p/zetacoin Message-ID: <201904031105.x33B5rKv067612@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Apr 3 11:05:53 2019 New Revision: 497706 URL: https://svnweb.freebsd.org/changeset/ports/497706 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/net-p2p/zetacoin/Makefile Modified: head/net-p2p/zetacoin/Makefile ============================================================================== --- head/net-p2p/zetacoin/Makefile Wed Apr 3 10:59:59 2019 (r497705) +++ head/net-p2p/zetacoin/Makefile Wed Apr 3 11:05:53 2019 (r497706) @@ -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?201904031105.x33B5rKv067612>