Date: Sat, 2 Mar 2019 18:00:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494442 - head/lang/ruby23 Message-ID: <201903021800.x22I0xqq023832@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 2 18:00:59 2019 New Revision: 494442 URL: https://svnweb.freebsd.org/changeset/ports/494442 Log: Mark BROKEN on FreeBSD 12+ with base OpenSSL (1.1.1+) Reported by: pkg-fallout Modified: head/lang/ruby23/Makefile Modified: head/lang/ruby23/Makefile ============================================================================== --- head/lang/ruby23/Makefile Sat Mar 2 17:47:43 2019 (r494441) +++ head/lang/ruby23/Makefile Sat Mar 2 18:00:59 2019 (r494442) @@ -98,6 +98,10 @@ CONFIGURE_ARGS+=--disable-dtrace .endif .endif +.if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base +BROKEN= does not detect and buid the openssl*.rb bits +.endif + # keep in sync with all platforms where libunwind is available .if (${ARCH} == amd64 || ${ARCH} == i386) LIB_DEPENDS+= libunwind.so:devel/libunwind
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903021800.x22I0xqq023832>