pkgsrc/devel/GConf
joerg 2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
..
files Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the 2007-09-21 12:58:12 +00:00
patches Make sure PKG_SYSCONFDIR/gconf.xml.system is created, and patch up hardcoded 2009-03-17 10:12:25 +00:00
buildlink3.mk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
DESCR Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the 2007-09-21 12:58:12 +00:00
distinfo Make sure PKG_SYSCONFDIR/gconf.xml.system is created, and patch up hardcoded 2009-03-17 10:12:25 +00:00
Makefile Make sure PKG_SYSCONFDIR/gconf.xml.system is created, and patch up hardcoded 2009-03-17 10:12:25 +00:00
Makefile.common Update GConf and GConf-ui to 2.26.0. 2009-03-17 08:54:30 +00:00
PLIST Pull in policykit and enable the GConf defaults system dbus service. Bump 2009-03-06 00:08:08 +00:00
schemas.mk Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the 2007-09-21 12:58:12 +00:00