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:           Mon Nov 18 16:20:23 UTC 2019

Modified Files:
        pkgsrc/devel/hoe: Makefile
        pkgsrc/devel/ruby-eet: Makefile
        pkgsrc/devel/ruby-mkrf: Makefile
        pkgsrc/graphics/ruby-opengl: Makefile
        pkgsrc/misc/ruby-launchy: Makefile
        pkgsrc/x11/ruby-wxruby: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/hoe/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-eet/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-mkrf/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/ruby-opengl/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/ruby-launchy/Makefile
cvs rdiff -u -r1.32 -r1.33 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/hoe/Makefile
diff -u pkgsrc/devel/hoe/Makefile:1.48 pkgsrc/devel/hoe/Makefile:1.49
--- pkgsrc/devel/hoe/Makefile:1.48      Sun Nov  3 10:39:14 2019
+++ pkgsrc/devel/hoe/Makefile   Mon Nov 18 16:20:22 2019
@@ -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 @@ HOMEPAGE=       http://www.zenspider.com/proje
 COMMENT=       Rake extension to provide full project automation
 LICENSE=       mit
 
-USE_RAKE=              RUN
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"

Index: pkgsrc/devel/ruby-eet/Makefile
diff -u pkgsrc/devel/ruby-eet/Makefile:1.19 pkgsrc/devel/ruby-eet/Makefile:1.20
--- pkgsrc/devel/ruby-eet/Makefile:1.19 Fri Sep  8 06:25:04 2017
+++ pkgsrc/devel/ruby-eet/Makefile      Mon Nov 18 16:20:22 2019
@@ -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 @@ HOMEPAGE=     https://code-monkey.de/pages/r
 COMMENT=       Ruby module to read and write EET files
 LICENSE=       mit
 
-USE_RAKE=      YES
 USE_TOOLS+=    pkg-config
 
 do-build:

Index: pkgsrc/devel/ruby-mkrf/Makefile
diff -u pkgsrc/devel/ruby-mkrf/Makefile:1.5 pkgsrc/devel/ruby-mkrf/Makefile:1.6
--- pkgsrc/devel/ruby-mkrf/Makefile:1.5 Thu May 23 19:22:59 2019
+++ pkgsrc/devel/ruby-mkrf/Makefile     Mon Nov 18 16:20:22 2019
@@ -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 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 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

Index: pkgsrc/graphics/ruby-opengl/Makefile
diff -u pkgsrc/graphics/ruby-opengl/Makefile:1.36 pkgsrc/graphics/ruby-opengl/Makefile:1.37
--- pkgsrc/graphics/ruby-opengl/Makefile:1.36   Fri Aug 30 18:25:43 2019
+++ pkgsrc/graphics/ruby-opengl/Makefile        Mon Nov 18 16:20:22 2019
@@ -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 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-mkrf>=0.2.0:../../devel/ruby-mkrf
 
-USE_RAKE=      YES
 MAKE_ENV+=     LDSHARED=${COMPILER_RPATH_FLAG}${X11BASE}/lib
 
 pre-configure:

Index: pkgsrc/misc/ruby-launchy/Makefile
diff -u pkgsrc/misc/ruby-launchy/Makefile:1.14 pkgsrc/misc/ruby-launchy/Makefile:1.15
--- pkgsrc/misc/ruby-launchy/Makefile:1.14      Sat Nov 19 14:38:03 2016
+++ pkgsrc/misc/ruby-launchy/Makefile   Mon Nov 18 16:20:22 2019
@@ -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 @@ LICENSE=      isc
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
 
-USE_RAKE=      YES
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/ruby-wxruby/Makefile
diff -u pkgsrc/x11/ruby-wxruby/Makefile:1.32 pkgsrc/x11/ruby-wxruby/Makefile:1.33
--- pkgsrc/x11/ruby-wxruby/Makefile:1.32        Sun Jul 21 22:26:04 2019
+++ pkgsrc/x11/ruby-wxruby/Makefile     Mon Nov 18 16:20:23 2019
@@ -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 @@ LICENSE=      mit
 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