svn commit: r498463 - branches/2019Q2/lang/rubinius

Antoine Brodin antoine at FreeBSD.org
Tue Apr 9 08:08:52 UTC 2019


Author: antoine
Date: Tue Apr  9 08:08:50 2019
New Revision: 498463
URL: https://svnweb.freebsd.org/changeset/ports/498463

Log:
  MFH: r498462
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/lang/rubinius/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/lang/rubinius/Makefile
==============================================================================
--- branches/2019Q2/lang/rubinius/Makefile	Tue Apr  9 08:08:11 2019	(r498462)
+++ branches/2019Q2/lang/rubinius/Makefile	Tue Apr  9 08:08:50 2019	(r498463)
@@ -68,6 +68,11 @@ LLVM_CONFIG_PATH=	${LOCALBASE}/bin/llvm-config${LLVM_D
 
 .include <bsd.port.pre.mk>
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	checking for OpenSSL_add_all_digests() in -lcrypto... no
+BROKEN_FreeBSD_13=	checking for OpenSSL_add_all_digests() in -lcrypto... no
+.endif
+
 .if ${ARCH} == "sparc64"
 BROKEN=		Does not compile on sparc64
 .elif ${ARCH} == "amd64"


More information about the svn-ports-all mailing list