pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ruby23-base
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 20 06:43:32 UTC 2018
Modified Files:
pkgsrc/lang/ruby23-base: Makefile
Log Message:
ruby23: mark as broken on NetBSD-current due to openssl-1.1
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/ruby23-base/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby23-base/Makefile
diff -u pkgsrc/lang/ruby23-base/Makefile:1.13 pkgsrc/lang/ruby23-base/Makefile:1.14
--- pkgsrc/lang/ruby23-base/Makefile:1.13 Mon Feb 19 16:46:26 2018
+++ pkgsrc/lang/ruby23-base/Makefile Tue Feb 20 06:43:32 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/02/19 16:46:26 taca Exp $
+# $NetBSD: Makefile,v 1.14 2018/02/20 06:43:32 wiz Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -26,6 +26,10 @@ WRKSRC= ${RUBY_WRKSRC}
.include "options.mk"
.include "../../lang/ruby/platform.mk"
+.if !empty(MACHINE_PLATFORM:MNetBSD-8.99.[1-9][0-9]-*)
+BROKEN= ruby-2.3 does not support OpenSSL-1.1
+.endif
+
.if !empty(RUBY_SUFFIX)
CONFIGURE_ARGS+= --program-suffix=${RUBY_SUFFIX}
CONFIGURE_ARGS+= --with-soname=${RUBY_NAME}
Home |
Main Index |
Thread Index |
Old Index