svn commit: r497707 - branches/2019Q2/net-p2p/zetacoin

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 11:06:37 UTC 2019


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!


More information about the svn-ports-all mailing list