pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Nov 25 12:54:07 UTC 2015

Modified Files:
        pkgsrc/www/apache24: Makefile
        pkgsrc/www/emacs-w3m-snapshot: Makefile
        pkgsrc/www/firefox: mozilla-common.mk
        pkgsrc/www/firefox31: mozilla-common.mk
        pkgsrc/www/firefox38: mozilla-common.mk
        pkgsrc/www/haskell-cgi: Makefile
        pkgsrc/www/matcha-sns: Makefile
        pkgsrc/www/w3m: options.mk

Log Message:
Remove mk/find-prefix.mk usage from the www 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.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/apache24/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/emacs-w3m-snapshot/Makefile
cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox31/mozilla-common.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/firefox38/mozilla-common.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/haskell-cgi/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/matcha-sns/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/w3m/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index