pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Mark these packages Ruby 3.0 incompatible
details: https://anonhg.NetBSD.org/pkgsrc/rev/80ee5248661f
branches: trunk
changeset: 446942:80ee5248661f
user: taca <taca%pkgsrc.org@localhost>
date: Sun Feb 14 15:09:29 2021 +0000
description:
Mark these packages Ruby 3.0 incompatible
diffstat:
devel/ruby-dep/Makefile | 4 +++-
math/ruby-gsl/Makefile | 4 +++-
net/ruby-pcaprub/Makefile | 4 +++-
textproc/ruby-oniguruma/Makefile | 4 +++-
x11/ruby-wxruby/Makefile | 4 +++-
5 files changed, 15 insertions(+), 5 deletions(-)
diffs (89 lines):
diff -r 4ce4269db0d4 -r 80ee5248661f devel/ruby-dep/Makefile
--- a/devel/ruby-dep/Makefile Sun Feb 14 15:09:19 2021 +0000
+++ b/devel/ruby-dep/Makefile Sun Feb 14 15:09:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/09/19 16:36:07 taca Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/14 15:09:29 taca Exp $
DISTNAME= ruby_dep-${VERS}
PKGNAME= ${RUBY_PKGPREFIX}-dep-${VERS}
@@ -11,5 +11,7 @@
VERS= 1.5.0
+RUBY_VERSIONS_INCOMPATIBLE= 30
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4ce4269db0d4 -r 80ee5248661f math/ruby-gsl/Makefile
--- a/math/ruby-gsl/Makefile Sun Feb 14 15:09:19 2021 +0000
+++ b/math/ruby-gsl/Makefile Sun Feb 14 15:09:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/06/05 14:30:51 taca Exp $
+# $NetBSD: Makefile,v 1.21 2021/02/14 15:09:29 taca Exp $
DISTNAME= gsl-2.1.0.3
CATEGORIES= math
@@ -10,6 +10,8 @@
USE_GCC_RUNTIME= yes
+RUBY_VERSIONS_INCOMPATIBLE= 30
+
.include "../../lang/ruby/gem.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4ce4269db0d4 -r 80ee5248661f net/ruby-pcaprub/Makefile
--- a/net/ruby-pcaprub/Makefile Sun Feb 14 15:09:19 2021 +0000
+++ b/net/ruby-pcaprub/Makefile Sun Feb 14 15:09:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/09/23 15:55:35 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/14 15:09:30 taca Exp $
DISTNAME= pcaprub-0.13.0
CATEGORIES= net
@@ -10,6 +10,8 @@
MAKE_ENV.SunOS+= cppflags="-Du_int32_t=uint32_t"
+RUBY_VERSIONS_INCOMPATIBLE= 30
+
.include "../../net/libpcap/buildlink3.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4ce4269db0d4 -r 80ee5248661f textproc/ruby-oniguruma/Makefile
--- a/textproc/ruby-oniguruma/Makefile Sun Feb 14 15:09:19 2021 +0000
+++ b/textproc/ruby-oniguruma/Makefile Sun Feb 14 15:09:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/03/22 08:14:52 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/02/14 15:09:30 taca Exp $
DISTNAME= oniguruma-1.1.0
PKGREVISION= 3
@@ -9,6 +9,8 @@
COMMENT= Fast regular expression library
LICENSE= modified-bsd
+RUBY_VERSIONS_INCOMPATIBLE= 30
+
USE_GCC_RUNTIME= yes
USE_TOOLS+= pax
diff -r 4ce4269db0d4 -r 80ee5248661f x11/ruby-wxruby/Makefile
--- a/x11/ruby-wxruby/Makefile Sun Feb 14 15:09:19 2021 +0000
+++ b/x11/ruby-wxruby/Makefile Sun Feb 14 15:09:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/08/17 20:20:36 leot Exp $
+# $NetBSD: Makefile,v 1.37 2021/02/14 15:09:30 taca Exp $
#
DISTNAME= wxruby-2.0.1
@@ -13,6 +13,8 @@
BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.2.0:../../textproc/ruby-redcloth
+RUBY_VERSIONS_INCOMPATIBLE= 30
+
BUILD_TARGET= default html_docs
RAKE= ${RAKE_NAME} -I "./lib"
USE_LANGUAGES= c++
Home |
Main Index |
Thread Index |
Old Index