pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Nov 25 12:53:10 UTC 2015
Modified Files:
pkgsrc/print/cups15: options.mk
pkgsrc/print/dvipsk: Makefile
pkgsrc/print/foomatic-filters: Makefile
pkgsrc/print/foomatic-filters-cups: Makefile
pkgsrc/print/foomatic-ppds-cups: Makefile
pkgsrc/print/foomatic4-filters: Makefile
pkgsrc/print/kpathsea: texmf.mk
pkgsrc/print/lgrind: Makefile
pkgsrc/print/tex-foiltex: Makefile
pkgsrc/print/tex-pdftools: Makefile
pkgsrc/print/tex-tetex: Makefile format.mk hyphen.mk map.mk
pkgsrc/print/tex-texconfig: Makefile
pkgsrc/print/xdvik: Makefile
pkgsrc/print/xetex: Makefile
Log Message:
Remove mk/find-prefix.mk usage from the print 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.1 -r1.2 pkgsrc/print/cups15/options.mk
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/dvipsk/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/foomatic-filters/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/foomatic-filters-cups/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/foomatic-ppds-cups/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/foomatic4-filters/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/kpathsea/texmf.mk
cvs rdiff -u -r1.34 -r1.35 pkgsrc/print/lgrind/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-foiltex/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-pdftools/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/print/tex-tetex/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-tetex/format.mk \
pkgsrc/print/tex-tetex/hyphen.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-tetex/map.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-texconfig/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/xdvik/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/print/xetex/Makefile
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