pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Sun Feb 14 15:09:30 UTC 2021
Modified Files:
pkgsrc/devel/ruby-dep: Makefile
pkgsrc/math/ruby-gsl: Makefile
pkgsrc/net/ruby-pcaprub: Makefile
pkgsrc/textproc/ruby-oniguruma: Makefile
pkgsrc/x11/ruby-wxruby: Makefile
Log Message:
Mark these packages Ruby 3.0 incompatible
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-dep/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/ruby-gsl/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ruby-pcaprub/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/ruby-oniguruma/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/ruby-wxruby/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-dep/Makefile
diff -u pkgsrc/devel/ruby-dep/Makefile:1.4 pkgsrc/devel/ruby-dep/Makefile:1.5
--- pkgsrc/devel/ruby-dep/Makefile:1.4 Tue Sep 19 16:36:07 2017
+++ pkgsrc/devel/ruby-dep/Makefile Sun Feb 14 15:09:29 2021
@@ -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 @@ LICENSE= mit
VERS= 1.5.0
+RUBY_VERSIONS_INCOMPATIBLE= 30
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/ruby-gsl/Makefile
diff -u pkgsrc/math/ruby-gsl/Makefile:1.20 pkgsrc/math/ruby-gsl/Makefile:1.21
--- pkgsrc/math/ruby-gsl/Makefile:1.20 Mon Jun 5 14:30:51 2017
+++ pkgsrc/math/ruby-gsl/Makefile Sun Feb 14 15:09:29 2021
@@ -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 @@ LICENSE= gnu-gpl-v2 # OR later
USE_GCC_RUNTIME= yes
+RUBY_VERSIONS_INCOMPATIBLE= 30
+
.include "../../lang/ruby/gem.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/ruby-pcaprub/Makefile
diff -u pkgsrc/net/ruby-pcaprub/Makefile:1.3 pkgsrc/net/ruby-pcaprub/Makefile:1.4
--- pkgsrc/net/ruby-pcaprub/Makefile:1.3 Sun Sep 23 15:55:35 2018
+++ pkgsrc/net/ruby-pcaprub/Makefile Sun Feb 14 15:09:30 2021
@@ -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 @@ LICENSE= gnu-lgpl-v2.1
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"
Index: pkgsrc/textproc/ruby-oniguruma/Makefile
diff -u pkgsrc/textproc/ruby-oniguruma/Makefile:1.10 pkgsrc/textproc/ruby-oniguruma/Makefile:1.11
--- pkgsrc/textproc/ruby-oniguruma/Makefile:1.10 Thu Mar 22 08:14:52 2018
+++ pkgsrc/textproc/ruby-oniguruma/Makefile Sun Feb 14 15:09:30 2021
@@ -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 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Fast regular expression library
LICENSE= modified-bsd
+RUBY_VERSIONS_INCOMPATIBLE= 30
+
USE_GCC_RUNTIME= yes
USE_TOOLS+= pax
Index: pkgsrc/x11/ruby-wxruby/Makefile
diff -u pkgsrc/x11/ruby-wxruby/Makefile:1.36 pkgsrc/x11/ruby-wxruby/Makefile:1.37
--- pkgsrc/x11/ruby-wxruby/Makefile:1.36 Mon Aug 17 20:20:36 2020
+++ pkgsrc/x11/ruby-wxruby/Makefile Sun Feb 14 15:09:30 2021
@@ -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 @@ LICENSE= mit
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