summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-12-01 15:37:16 +0000
committertaca <taca@pkgsrc.org>2004-12-01 15:37:16 +0000
commita25c45296ea00ea40969ee127e75b35f272533b8 (patch)
tree68b4def8a37a204994a5cbcb988d96dde92f0253
parente4b2eb54506e09e5372ac9a9e4e058427f727411 (diff)
downloadpkgsrc-a25c45296ea00ea40969ee127e75b35f272533b8.tar.gz
Add USE_BUILDLINK3=yes, make sure to BUILD_DEPNDS to ruby-rdtool and
miscellaneous clean up. This should fix bulkbuild problem.
-rw-r--r--devel/ruby-unit/Makefile8
-rw-r--r--net/ruby-drb/Makefile5
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/ruby-unit/Makefile b/devel/ruby-unit/Makefile
index a629a54f7b7..6910e912ecf 100644
--- a/devel/ruby-unit/Makefile
+++ b/devel/ruby-unit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/28 06:06:11 taca Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/01 15:37:16 taca Exp $
# FreeBSD: ports/devel/ruby-runit/Makefile,v 1.10 2001/01/19 09:41:15 knu Exp
DISTNAME= rubyunit-${VERSION}
@@ -11,8 +11,9 @@ HOMEPAGE= http://homepage1.nifty.com/markey/ruby/rubyunit/index_e.html
COMMENT= Ruby implementation of eXtreme Programming
VERSION= 0.5.6
-RUBY_VERSION= ${RUBY16_VERSION}
+USE_BUILDLINK3= yes
USE_RUBY_INSTALL= yes
+RUBY_VERSION= ${RUBY16_VERSION}
REPLACE_RUBY= bin/c2t.rb bin/runtest.rb
BINS= c2t runtest
@@ -22,8 +23,7 @@ EXAMPLE= sample01.rb sampletestsetup.rb simpletest.rb \
testtestsetup.rb
do-build:
- @cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${RUBY} makehtml.rb
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${RUBY} makehtml.rb
post-install:
.for f in ${BINS}
diff --git a/net/ruby-drb/Makefile b/net/ruby-drb/Makefile
index 52dc9a53bcf..be7ac0ede54 100644
--- a/net/ruby-drb/Makefile
+++ b/net/ruby-drb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/28 06:31:47 taca Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/01 15:38:02 taca Exp $
# FreeBSD: ports/net/ruby-drb/Makefile,v 1.8 2001/01/18 16:57:25 knu Exp
DISTNAME= drb-2.0.4
@@ -11,6 +11,7 @@ HOMEPAGE= http://www2a.biglobe.ne.jp/~seki/ruby/
COMMENT= Distributed Ruby
RUBY_VERSION= ${RUBY16_VERSION}
+USE_BUILDLINK3= yes
USE_RUBY_INSTALL= yes
REPLACE_RUBY_DIRS= ${WRKSRC}/sample
DOCS= acl-ref.rd acl-ref.rd.ja acl.rd acl.rd.ja \
@@ -28,6 +29,6 @@ post-install:
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/drb
${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/drb
-.include "../../textproc/ruby-rdtool/rdversion.mk"
.include "../../lang/ruby/modules.mk"
+.include "../../textproc/ruby-rdtool/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"