svn commit: r497706 - head/net-p2p/zetacoin

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 11:05:54 UTC 2019


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!


More information about the svn-ports-all mailing list