pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove USE_RAKE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83810d3bea45
branches:  trunk
changeset: 404866:83810d3bea45
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Nov 18 16:20:22 2019 +0000

description:
Remove USE_RAKE

Remove USE_RAKE.  It was used to control dependency to ruby-rake package
befor ruby 2.0 days.  Now all ruby*-base package contains rake command and
USE_RAKE is already not used in any where.

diffstat:

 devel/hoe/Makefile            |  3 +--
 devel/ruby-eet/Makefile       |  3 +--
 devel/ruby-mkrf/Makefile      |  4 +---
 graphics/ruby-opengl/Makefile |  3 +--
 misc/ruby-launchy/Makefile    |  4 +---
 x11/ruby-wxruby/Makefile      |  3 +--
 6 files changed, 6 insertions(+), 14 deletions(-)

diffs (103 lines):

diff -r 67cb3b614459 -r 83810d3bea45 devel/hoe/Makefile
--- a/devel/hoe/Makefile        Mon Nov 18 16:20:02 2019 +0000
+++ b/devel/hoe/Makefile        Mon Nov 18 16:20:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2019/11/03 10:39:14 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2019/11/18 16:20:22 taca Exp $
 
 DISTNAME=      hoe-3.19.0
 CATEGORIES=    devel
@@ -8,7 +8,6 @@
 COMMENT=       Rake extension to provide full project automation
 LICENSE=       mit
 
-USE_RAKE=              RUN
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"
diff -r 67cb3b614459 -r 83810d3bea45 devel/ruby-eet/Makefile
--- a/devel/ruby-eet/Makefile   Mon Nov 18 16:20:02 2019 +0000
+++ b/devel/ruby-eet/Makefile   Mon Nov 18 16:20:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/09/08 06:25:04 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2019/11/18 16:20:22 taca Exp $
 
 DISTNAME=      ruby-eet-0.1.4
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -11,7 +11,6 @@
 COMMENT=       Ruby module to read and write EET files
 LICENSE=       mit
 
-USE_RAKE=      YES
 USE_TOOLS+=    pkg-config
 
 do-build:
diff -r 67cb3b614459 -r 83810d3bea45 devel/ruby-mkrf/Makefile
--- a/devel/ruby-mkrf/Makefile  Mon Nov 18 16:20:02 2019 +0000
+++ b/devel/ruby-mkrf/Makefile  Mon Nov 18 16:20:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/05/23 19:22:59 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/18 16:20:22 taca Exp $
 
 DISTNAME=      mkrf-0.2.3
 PKGREVISION=   1
@@ -9,8 +9,6 @@
 COMMENT=       Library for generating Rakefiles
 LICENSE=       mit
 
-USE_RAKE=      RUN
-
 SUBST_CLASSES+=                rake
 SUBST_STAGE.rake=      pre-configure
 SUBST_FILES.rake=      lib/mkrf/rakehelper.rb
diff -r 67cb3b614459 -r 83810d3bea45 graphics/ruby-opengl/Makefile
--- a/graphics/ruby-opengl/Makefile     Mon Nov 18 16:20:02 2019 +0000
+++ b/graphics/ruby-opengl/Makefile     Mon Nov 18 16:20:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2019/08/30 18:25:43 nia Exp $
+# $NetBSD: Makefile,v 1.37 2019/11/18 16:20:22 taca Exp $
 
 DISTNAME=      ruby-opengl-0.60.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -12,7 +12,6 @@
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-mkrf>=0.2.0:../../devel/ruby-mkrf
 
-USE_RAKE=      YES
 MAKE_ENV+=     LDSHARED=${COMPILER_RPATH_FLAG}${X11BASE}/lib
 
 pre-configure:
diff -r 67cb3b614459 -r 83810d3bea45 misc/ruby-launchy/Makefile
--- a/misc/ruby-launchy/Makefile        Mon Nov 18 16:20:02 2019 +0000
+++ b/misc/ruby-launchy/Makefile        Mon Nov 18 16:20:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/11/19 14:38:03 taca Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/18 16:20:22 taca Exp $
 
 DISTNAME=      launchy-2.4.3
 CATEGORIES=    misc
@@ -10,7 +10,5 @@
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
 
-USE_RAKE=      YES
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 67cb3b614459 -r 83810d3bea45 x11/ruby-wxruby/Makefile
--- a/x11/ruby-wxruby/Makefile  Mon Nov 18 16:20:02 2019 +0000
+++ b/x11/ruby-wxruby/Makefile  Mon Nov 18 16:20:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/07/21 22:26:04 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2019/11/18 16:20:23 taca Exp $
 #
 
 DISTNAME=      wxruby-2.0.1
@@ -14,7 +14,6 @@
 BUILD_DEPENDS+=        ${RUBY_PKGPREFIX}-redcloth>=4.2.0:../../textproc/ruby-redcloth
 
 BUILD_TARGET=          default html_docs
-USE_RAKE=              YES
 RAKE=                  ${RAKE_NAME} -I "./lib"
 USE_LANGUAGES=         c++
 USE_TOOLS=             pax



Home | Main Index | Thread Index | Old Index