to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
2010-05-11 Mike Kestner <mkestner@novell.com>
* configure.in.in: work around removal of Mono.GetOptions.dll
in mono trunk (2.8).
2009-03-16 Mike Kestner <mkestner@novell.com>
* Makefile.include: parallel make fix.
* gconf/GConf/Makefile.am: parallel make fix.
* gconf/GConf.PropertyEditors/Makefile.am: parallel make fix.
Patch from Peter Alfredsen. [Fixes#483251]
as a pointer, which fails at least on NetBSD-64bit <=5 and -32bit >5.
Unfortunately this assumption is deep in the code, in particular
already in gtk-sharp, so this fix isn't great because it only corrects
the translation of a C structure into C# data.
(With this fix, I can import pictures into f-spot from the filesystem.)
Many thanks to Brian de Alwis for explaining how conditionals can
be done in C#.
bump PKGREVISION
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.
* bootstrap-2.24: add back the POLICY_VERSION entries. Patch from
Scott Peterson.
* gnome/Makefile.am: add a POLICY_VERSION variable to override
the global setting, since gnome-sharp.dll is not compatible with
previous versions due to the gnomeprint and gnomepanel removal.
[Fixes#469663]
2008-08-06 Mike Kestner <mkestner@novell.com>
* *: Update to Gnome 2.23.5 release API. Remove print and panel
APIs from gnome-sharp.dll into their own assemblies now located in
gnome-desktop-sharp.
2008-05-14 Stephane Delcroix <sdelcroix@novell.com>
* gconf/GConf/gconf-sharp.dll.config.in:
* gconf/GConf/ClientBase.cs: use GType.Init () instead of
g_type_init ();