"${PYPKGPREFIX}" was accidentally replace with "py26" by blbump when I
did the recursive bump for graphics/freetype2 and I forgot to change them
back :(.
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.
changes:
Correctly detect the python library on Mac OS X
Fix crash when using gconf.Client()
Make unit tests use the modules from builddir
Make all code Python 2.5 + 64-bit ready
Overview of Changes from gnome-python 2.12.3 to gnome-python 2.12.4
===================================================================
* python gnomevfs methods
- Build problem when installation prefix != /usr fixed.
Overview of Changes from gnome-python 2.12.2 to gnome-python 2.12.3
===================================================================
* python gnomevfs methods
- Again, fix handling of VFS errors from python vfs methods (Eitan Isaacson)
- Don't map VFS method check_same_fs to move_func python method (Eitan)
Overview of Changes from gnome-python 2.12.1 to gnome-python 2.12.2
===================================================================
* gnomecanvas
- Fix crash in gnomecanvas.Item.grab (Xavier Ordoquy, Gustavo)
* gnome.ui
- Make 'custom_icon' arg of icon_lookup optional (Gustavo)
* python gnomevfs methods
- Fix handling of VFS errors from python vfs methods (Eitan Isaacson)
Overview of Changes from gnome-python 2.12.0 to gnome-python 2.12.1
===================================================================
* Fix compilation on Mac OS X (dmacks@netspace.org)
Overview of Changes from gnome-python 2.11.3 to gnome-python 2.12.0
===================================================================
* gnomevfs
- Fix invalid memory access in gnomevfs.async.xfer;
- Add a new example of a GnomeVFS module written in python;
- Install pygnomevfs.h for use by other python extensions;
* gnomecanvas
- Demonstrate how to activate AA in the canvas example.
Overview of Changes from gnome-python 2.11.2 to gnome-python 2.11.3
===================================================================
* gnomecanvas
- Compilation fixes with libgnomecanvas 2.11.x (Murray Cumming, Gustavo)
- Add canvas-curve.py example demonstrating the use bezier objects
* gconf
- Fix crash when passing the wrong number of arguments to
client.get_pair (Gustavo)
* gnomevfs
- New DNS-SD functions wrapped: dns_sd_browse_sync,
dns_sd_resolve_sync, dns_sd_list_browse_domains_sync, and
get_default_browse_domains (Gustavo)
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto