pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add USE_BUILDLINK3=yes, make sure to BUILD_DEPNDS to r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00054a0d2585
branches:  trunk
changeset: 484947:00054a0d2585
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Dec 01 15:37:16 2004 +0000

description:
Add USE_BUILDLINK3=yes, make sure to BUILD_DEPNDS to ruby-rdtool and
miscellaneous clean up.

This should fix bulkbuild problem.

diffstat:

 devel/ruby-unit/Makefile |  8 ++++----
 net/ruby-drb/Makefile    |  5 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (55 lines):

diff -r a4b6ce4e35d7 -r 00054a0d2585 devel/ruby-unit/Makefile
--- a/devel/ruby-unit/Makefile  Wed Dec 01 15:36:07 2004 +0000
+++ b/devel/ruby-unit/Makefile  Wed Dec 01 15:37:16 2004 +0000
@@ -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 @@
 COMMENT=       Ruby implementation of eXtreme Programming
 
 VERSION=               0.5.6
+USE_BUILDLINK3=                yes
+USE_RUBY_INSTALL=      yes
 RUBY_VERSION=          ${RUBY16_VERSION}
-USE_RUBY_INSTALL=      yes
 REPLACE_RUBY=          bin/c2t.rb bin/runtest.rb
 
 BINS=                  c2t runtest
@@ -22,8 +23,7 @@
                        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 -r a4b6ce4e35d7 -r 00054a0d2585 net/ruby-drb/Makefile
--- a/net/ruby-drb/Makefile     Wed Dec 01 15:36:07 2004 +0000
+++ b/net/ruby-drb/Makefile     Wed Dec 01 15:37:16 2004 +0000
@@ -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 @@
 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 @@
        ${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"



Home | Main Index | Thread Index | Old Index