Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2017 11:08:58 +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: r438651 - head/lang/ruby23
Message-ID:  <201704161108.v3GB8wJC074430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 16 11:08:58 2017
New Revision: 438651
URL: https://svnweb.freebsd.org/changeset/ports/438651

Log:
  Use BROKEN_SSL

Modified:
  head/lang/ruby23/Makefile

Modified: head/lang/ruby23/Makefile
==============================================================================
--- head/lang/ruby23/Makefile	Sun Apr 16 11:08:54 2017	(r438650)
+++ head/lang/ruby23/Makefile	Sun Apr 16 11:08:58 2017	(r438651)
@@ -23,6 +23,9 @@ BUILD_DEPENDS=	libffi>=0:devel/libffi
 LIB_DEPENDS=	libyaml.so:textproc/libyaml
 RUN_DEPENDS=	libffi>=0:devel/libffi
 
+BROKEN_SSL=	openssl-devel
+BROKEN_SSL_REASON_openssl-devel=does not detect and buid the openssl*.rb bits	
+
 CONFIGURE_ARGS=	${RUBY_CONFIGURE_ARGS} \
 		--disable-rpath \
 		--enable-pthread \
@@ -73,10 +76,6 @@ CPE_UPDATE=	p${RUBY_PATCHLEVEL}
 
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT} == openssl-devel
-BROKEN=		does not detect and buid the openssl*.rb bits.
-.endif
-
 # PORTREVISION/PORTEPOCH hack
 
 .if ${PORTREVISION} != 0



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