svn commit: r498462 - head/lang/rubinius

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


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

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

Modified:
  head/lang/rubinius/Makefile

Modified: head/lang/rubinius/Makefile
==============================================================================
--- head/lang/rubinius/Makefile	Tue Apr  9 08:05:50 2019	(r498461)
+++ head/lang/rubinius/Makefile	Tue Apr  9 08:08:11 2019	(r498462)
@@ -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