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.
2008-08-27 Mike Kestner <mkestner@novell.com>
* gnomedesktop/gnomedesktop-sharp.dll.config.in: fix so version.
* gnomepanel/gnome-panel-sharp.dll.config.in: add missing dllmap.
Fixes for 420142 and 420145 from Goetz Waschk.
2008-08-20 Mike Kestner <mkestner@novell.com>
* configure.in: update gtk-sharp requirement to 2.12.1 since the
gnomepanel glue generation doesn't occur using 2.12.0. This breaks
the build since it's expecting a generated.c to be present.
[Fixes#418291]
2008-08-06 Mike Kestner <mkestner@novell.com>
* *: Update to GNOME 2.23.5 API. Add gnome-print-sharp.dll
and gnome-panel-sharp.dll assemblies, along with .pcs to detect
their availability.
This was previously (partially) included in x11/gnome-sharp.
nautilus-burn parts are not enabled because pkgsrc support for
it is too old.
This package provides C# bindings for the GNOME Desktop libraries.