summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-02-20 06:43:14 +0000
committerwiz <wiz@pkgsrc.org>2018-02-20 06:43:14 +0000
commita253fa1c7da52e6ec6f56473a3a4f494d4eb4cf1 (patch)
treeb4e9a07e0508365dfbc80b95223c897c140ecfd1 /lang
parent3d9e5823056f095c87a28e7bc4780cd08771b224 (diff)
downloadpkgsrc-a253fa1c7da52e6ec6f56473a3a4f494d4eb4cf1.tar.gz
ruby22-base: mark as broken on NetBSD-current due to openssl-1.1
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby22-base/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/ruby22-base/Makefile b/lang/ruby22-base/Makefile
index b7c8695f1f2..aa9cd68c3c1 100644
--- a/lang/ruby22-base/Makefile
+++ b/lang/ruby22-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/02/19 16:47:53 taca Exp $
+# $NetBSD: Makefile,v 1.21 2018/02/20 06:43:14 wiz Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -29,6 +29,10 @@ CHECK_INTERPRETER_SKIP+= ${GEM_HOME}/gems/test-unit-3.0.8/test/run-test.rb
.include "options.mk"
.include "../../lang/ruby/platform.mk"
+.if !empty(MACHINE_PLATFORM:MNetBSD-8.99.[1-9][0-9]-*)
+BROKEN= ruby-2.2 does not support OpenSSL-1.1
+.endif
+
.if !empty(RUBY_SUFFIX)
CONFIGURE_ARGS+= --program-suffix=${RUBY_SUFFIX}
CONFIGURE_ARGS+= --with-soname=${RUBY_NAME}