Subject: CVS commit: pkgsrc/lang
From: Jonathan Perkin
Date: 2015-11-25 13:51:17
Message id: 20151125125117.C69F898@cvs.netbsd.org

Log Message:
Remove mk/find-prefix.mk usage from the lang category.

The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.

Files:
RevisionActionfile
1.68modifypkgsrc/lang/gauche/Makefile
1.27modifypkgsrc/lang/gcc3/Makefile.common
1.23modifypkgsrc/lang/gcc34/buildlink3.mk
1.11modifypkgsrc/lang/gcc44/buildlink3.mk
1.8modifypkgsrc/lang/gcc45/buildlink3.mk
1.9modifypkgsrc/lang/gcc46/buildlink3.mk
1.2modifypkgsrc/lang/gcc46-libs/Makefile
1.10modifypkgsrc/lang/gcc47/buildlink3.mk
1.22modifypkgsrc/lang/gcc47-libs/Makefile
1.8modifypkgsrc/lang/gcc48/buildlink3.mk
1.21modifypkgsrc/lang/gcc48-libs/Makefile
1.3modifypkgsrc/lang/gcc49/buildlink3.mk
1.5modifypkgsrc/lang/gcc49-libs/Makefile
1.2modifypkgsrc/lang/gcc5/buildlink3.mk
1.3modifypkgsrc/lang/gcc5-libs/Makefile
1.33modifypkgsrc/lang/oo2c/Makefile
1.57modifypkgsrc/lang/perl5/buildlink3.mk
1.3modifypkgsrc/lang/ruby/gem-vars.mk
1.36modifypkgsrc/lang/ruby/modules.mk
1.26modifypkgsrc/lang/scm/Makefile
1.27modifypkgsrc/lang/tcl/buildlink3.mk
1.3modifypkgsrc/lang/tcl85/buildlink3.mk