pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/lang/ruby



On Sat, 15 Mar 2014 21:31:22 +0900, Takahiro Kambe <taca%netbsd.org@localhost> 
wrote:

In message <op.xcra6offcsw9i4@cabos>
        on Sat, 15 Mar 2014 18:26:38 +0900,
        "OBATA Akio" <obata%lins.jp@localhost> wrote:
It break to build devel/ruby-rake.
Conditional reference of _RUBYGEMS_MAJOR and _RUBYGEMS_MINOR had been
moved
before defined them.
Oops, it should be fixed now.

reordering produced other issues.

PRINT_PLIST_AWK was moved after module.mk, and it include rubyversion.mk,
it contains PRINT_PLIST_AWK for replacing GEMHOME (why is it in both gem.mk and 
rubyversion.mk?).
Then, some of PRINT_PLIST_AWK in gem.mk are not worked as expected, because 
part of
GEM_{EXTDIR,LIBDIR,DOCDIR} in printing PLIST are already replaced with 
${GEMHOME}.
(see also diff -r1.3 -r1.4 textproc/ruby-hikidoc/PLIST)

Additionally, GEM_BUILDINFO_DIR is defined in gem.mk, but not used anywhere.
How it should be used? (ignored in print-PLIST)?

--
OBATA Akio / obata%lins.jp@localhost



Home | Main Index | Thread Index | Old Index