pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/lang/ruby



In message <20111110161201.GA26027%netbsd.org@localhost>
        on Thu, 10 Nov 2011 16:12:01 +0000,
        David Holland <dholland-pkgchanges%netbsd.org@localhost> wrote:
> I don't know which exact change caused it, but at least as of this
> morning, building ruby19-xz in pbulk does this:
> 
> => Build dependency ruby18-rubygems>=1.1.0: NOT found
> => Verifying /nonexistent for ../../misc/rubygems
> bmake: don't know how to make /nonexistent. Stop
Below change might help?  Internal _RUBY_VERSION_DEFAULT was
deprecated at least.

--- mk/pbulk/pbulk-index.mk.orig        2011-10-05 02:18:36.000000000 +0000
+++ mk/pbulk/pbulk-index.mk
@@ -32,7 +32,7 @@ _PBULK_MULTI_DEFAULT.python=  PYTHON_VERS
 
 _PBULK_MULTI_LIST.ruby=                RUBY_VERSION_SUPPORTED
 _PBULK_MULTI_VAR.ruby=         RUBY_VERSION_REQD
-_PBULK_MULTI_DEFAULT.ruby=     _RUBY_VERSION_DEFAULT
+_PBULK_MULTI_DEFAULT.ruby=     RUBY_VERSION_DEFAULT
 
 .PHONY: pbulk-index pbulk-index-item
 

mk/pbulk/pbulk-index.mk used internal (begining from '_') macro...

-- 
Takahiro Kambe <taca%back-street.net@localhost>



Home | Main Index | Thread Index | Old Index