svn commit: r494442 - head/lang/ruby23

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 2 18:01:00 UTC 2019


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


More information about the svn-ports-all mailing list