Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 08:08:11 +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: r498462 - head/lang/rubinius
Message-ID:  <201904090808.x3988BZx085674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904090808.x3988BZx085674>