Date: Tue, 9 Apr 2019 08:08:51 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r498463 - branches/2019Q2/lang/rubinius Message-ID: <201904090808.x3988pIO085827@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904090808.x3988pIO085827>