Up to [cvs.netbsd.org] / pkgsrc / devel / glib2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 20 15:07:40 2011 UTC (15 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
HEAD
Changes since 1.1: +7 -1
lines
Diff to previous 1.1 (colored)
TOOLS_NOOP is not enough to catch all calls to glib-compile-schemas because some packages deduce the full name to the tool instead of relying on the PATH. Attempt to do better by setting the GLIB_COMPILE_SCHEMAS variable to a non-absolute name during the build, hoping that such packages do define this Makefile variable. This should fix the build of evince as reported in PR pkg/44589.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 18 10:03:59 2011 UTC (16 months ago) by jmmv
Branch: MAIN
Add a schemas.mk file to let packages that install GSettings schemas to rebuild the precompiled database upon install/deinstall. This is mostly a copy/paste of the same logic to deal with gio modules found in modules.mk. No PKGREVISION bump because this does not affect the glib2 package in itself.