pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add "USE_LANGUAGES= # none" for pure Ruby packages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c397f1af7928
branches:  trunk
changeset: 439559:c397f1af7928
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 20 15:44:03 2020 +0000

description:
Add "USE_LANGUAGES=     # none" for pure Ruby packages.

diffstat:

 devel/ruby-bond/Makefile        |  4 +++-
 devel/ruby-iruby/Makefile       |  4 +++-
 net/ruby-ffi-rzmq-core/Makefile |  4 +++-
 net/ruby-ffi-rzmq/Makefile      |  4 +++-
 www/ruby-data_uri/Makefile      |  4 +++-
 5 files changed, 15 insertions(+), 5 deletions(-)

diffs (87 lines):

diff -r 96268b2c9eff -r c397f1af7928 devel/ruby-bond/Makefile
--- a/devel/ruby-bond/Makefile  Sun Sep 20 15:42:46 2020 +0000
+++ b/devel/ruby-bond/Makefile  Sun Sep 20 15:44:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/20 05:41:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:03 taca Exp $
 
 DISTNAME=      bond-0.5.1
 CATEGORIES=    devel
@@ -8,5 +8,7 @@
 COMMENT=       Improve autocompletion in Ruby
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 96268b2c9eff -r c397f1af7928 devel/ruby-iruby/Makefile
--- a/devel/ruby-iruby/Makefile Sun Sep 20 15:42:46 2020 +0000
+++ b/devel/ruby-iruby/Makefile Sun Sep 20 15:44:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/20 08:57:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:04 taca Exp $
 
 DISTNAME=      iruby-0.4.0
 CATEGORIES=    devel
@@ -19,6 +19,8 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-ipython>=6.0.0:../../devel/py-ipython
 
+USE_LANGUAGES= # none
+
 SUBST_CLASSES+=                python
 SUBST_STAGE.python=    pre-configure
 SUBST_MESSAGE.python=  Versioned ipython command
diff -r 96268b2c9eff -r c397f1af7928 net/ruby-ffi-rzmq-core/Makefile
--- a/net/ruby-ffi-rzmq-core/Makefile   Sun Sep 20 15:42:46 2020 +0000
+++ b/net/ruby-ffi-rzmq-core/Makefile   Sun Sep 20 15:44:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/20 08:39:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:04 taca Exp $
 
 DISTNAME=      ffi-rzmq-core-1.0.7
 CATEGORIES=    net
@@ -10,6 +10,8 @@
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-ffi-[0-9]*:../../devel/ruby-ffi
 
+USE_LANGUAGES= # none
+
 .include "../../net/zeromq/buildlink3.mk"
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 96268b2c9eff -r c397f1af7928 net/ruby-ffi-rzmq/Makefile
--- a/net/ruby-ffi-rzmq/Makefile        Sun Sep 20 15:42:46 2020 +0000
+++ b/net/ruby-ffi-rzmq/Makefile        Sun Sep 20 15:44:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/20 08:45:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:04 taca Exp $
 
 DISTNAME=      ffi-rzmq-2.0.7
 CATEGORIES=    net
@@ -10,5 +10,7 @@
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-ffi-rzmq-core>=1.0.7:../../net/ruby-ffi-rzmq-core
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 96268b2c9eff -r c397f1af7928 www/ruby-data_uri/Makefile
--- a/www/ruby-data_uri/Makefile        Sun Sep 20 15:42:46 2020 +0000
+++ b/www/ruby-data_uri/Makefile        Sun Sep 20 15:44:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/20 08:50:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:04 taca Exp $
 
 DISTNAME=      data_uri-0.1.0
 CATEGORIES=    www
@@ -8,5 +8,7 @@
 COMMENT=       URI::Data class for parsing RFC2397 data URIs
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index