pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ruby22-base



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 20 06:43:15 UTC 2018

Modified Files:
        pkgsrc/lang/ruby22-base: Makefile

Log Message:
ruby22-base: mark as broken on NetBSD-current due to openssl-1.1


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/ruby22-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/ruby22-base/Makefile
diff -u pkgsrc/lang/ruby22-base/Makefile:1.20 pkgsrc/lang/ruby22-base/Makefile:1.21
--- pkgsrc/lang/ruby22-base/Makefile:1.20       Mon Feb 19 16:47:53 2018
+++ pkgsrc/lang/ruby22-base/Makefile    Tue Feb 20 06:43:14 2018
@@ -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}/gem
 .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}



Home | Main Index | Thread Index | Old Index