Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2019 22:49:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r495212 - branches/2019Q1/lang/ruby23
Message-ID:  <201903092249.x29MnCQm045260@repo.freebsd.org>

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



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