svn commit: r438651 - head/lang/ruby23

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 16 11:09:00 UTC 2017


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


More information about the svn-ports-head mailing list