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

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

Log:
  Use BROKEN_SSL

Modified:
  head/lang/ruby22/Makefile

Modified: head/lang/ruby22/Makefile
==============================================================================
--- head/lang/ruby22/Makefile	Sun Apr 16 11:08:49 2017	(r438649)
+++ head/lang/ruby22/Makefile	Sun Apr 16 11:08:54 2017	(r438650)
@@ -23,6 +23,8 @@ BUILD_DEPENDS=	libffi>=0:devel/libffi
 LIB_DEPENDS=	libyaml.so:textproc/libyaml
 RUN_DEPENDS=	libffi>=0:devel/libffi
 
+BROKEN_SSL=	openssl-devel
+
 CONFIGURE_ARGS=	${RUBY_CONFIGURE_ARGS} \
 		--disable-rpath \
 		--enable-pthread \
@@ -74,10 +76,6 @@ CPE_UPDATE=	p${RUBY_PATCHLEVEL}
 
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
 # PORTEPOCH/PORTREVISION hack
 
 .if ${PORTEPOCH} != 0



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