svn commit: r495212 - branches/2019Q1/lang/ruby23

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 9 22:49:13 UTC 2019


Author: sunpoet
Date: Sat Mar  9 22:49:12 2019
New Revision: 495212
URL: https://svnweb.freebsd.org/changeset/ports/495212

Log:
  MFH: r494442
  
  Mark BROKEN on FreeBSD 12+ with base OpenSSL (1.1.1+)
  
  Reported by:	pkg-fallout
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2019Q1/lang/ruby23/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/lang/ruby23/Makefile
==============================================================================
--- branches/2019Q1/lang/ruby23/Makefile	Sat Mar  9 22:46:55 2019	(r495211)
+++ branches/2019Q1/lang/ruby23/Makefile	Sat Mar  9 22:49:12 2019	(r495212)
@@ -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