<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/py-dbus/buildlink3.mk, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-05-07T01:53:12Z</updated>
<entry>
<title>Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)</title>
<updated>2012-05-07T01:53:12Z</updated>
<author>
<name>dholland</name>
<email>dholland</email>
</author>
<published>2012-05-07T01:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cc1ac695ede7d3d2b8292cbd2a5325c37d1f50a1'/>
<id>urn:sha1:cc1ac695ede7d3d2b8292cbd2a5325c37d1f50a1</id>
<content type='text'>
It turns out there were a lot of these.
</content>
</entry>
<entry>
<title>Recursive bump for pcre-8.30* (shlib major change)</title>
<updated>2012-03-03T00:11:51Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2012-03-03T00:11:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c5c7f9d8352a94df09dedc33b33031df23a57741'/>
<id>urn:sha1:c5c7f9d8352a94df09dedc33b33031df23a57741</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revbump for</title>
<updated>2012-02-06T12:41:29Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2012-02-06T12:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=31e09294d3bc309911923d250ffe183a08fcd09e'/>
<id>urn:sha1:31e09294d3bc309911923d250ffe183a08fcd09e</id>
<content type='text'>
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
</content>
</entry>
<entry>
<title>recursive bump from gettext-lib shlib bump.</title>
<updated>2011-04-22T13:41:54Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2011-04-22T13:41:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c72753b709d1dbe4bf0e5a2bfc68db00290e3e8e'/>
<id>urn:sha1:c72753b709d1dbe4bf0e5a2bfc68db00290e3e8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 0.83.2. Set LICENSE. Remove expat from bl3.mk, since it's not</title>
<updated>2010-12-12T12:18:34Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2010-12-12T12:18:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=13bb39d6c1fb49ea32142c525f73f8531f8615ec'/>
<id>urn:sha1:13bb39d6c1fb49ea32142c525f73f8531f8615ec</id>
<content type='text'>
referenced in Makefile.

D-Bus Python Bindings 0.83.2 (2010-12-02)
=========================================

Dependencies:

* libdbus 1.2 is still supported, but libdbus &gt;= 1.4 is recommended.

Fixes:

* Make BusConnection.list_activatable_names actually call ListActivatableNames,
  not ListNames (Johan Sandelin)

* Don't override CFLAGS when adding compiler warnings
  (Louis-Francis Ratté-Boulianne)

* Fix compilation on platforms where Py_ssize_t is larger than int, like x86-64
  (Elvis Pfützenreuter)

* fd.o #21831: deserialize empty byte arrays with byte_arrays=True as
  ByteArray(''), not ByteArray('None') (Simon McVittie)

* fd.o #23278, #25105: fix crashes when trying to append more struct entries
  than the signature allows with libdbus 1.4 (Simon McVittie)

* fd.o #23831: fix crashes when an embedded Python interpreter imports dbus,
  is finalized, is re-initialized, and re-imports dbus (Simon McVittie)
</content>
</entry>
<entry>
<title>Simply and speed up buildlink3.mk files and processing.</title>
<updated>2009-03-20T19:23:50Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-03-20T19:23:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=405c61d80251d8e80401aed2264d4bede218cb22'/>
<id>urn:sha1:405c61d80251d8e80401aed2264d4bede218cb22</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Include pyversion.mk include the protected part of the buildlink3.mk</title>
<updated>2009-03-20T17:30:09Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-03-20T17:30:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=572cec3939d3a28810a3297ec5ad4a5d7abb3a7e'/>
<id>urn:sha1:572cec3939d3a28810a3297ec5ad4a5d7abb3a7e</id>
<content type='text'>
files, not over and over again.
</content>
</entry>
<entry>
<title>Update to 0.71:</title>
<updated>2006-08-23T09:45:58Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2006-08-23T09:45:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=703621f310bf38525fb939c0597cd0e9993856c4'/>
<id>urn:sha1:703621f310bf38525fb939c0597cd0e9993856c4</id>
<content type='text'>
D-Bus Python Bindings 0.71 (24 July 2006)
==
- Binary modules are now installed in the correct directory
- Distutils exports the dbus and dbus-glib cflags

D-Bus Python Bindings 0.70 (17 July 2006)
==
- First release of bindings split
- Move to a distutils build enviornment
- It is possible to now specify sender_keyword="foo", path_keyword="bar" when
  adding a signal listener
</content>
</entry>
<entry>
<title>Change the format of BUILDLINK_ORDER to contain depth information as well,</title>
<updated>2006-07-08T23:10:35Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-07-08T23:10:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b96729a13e6502c6d9d1c2912a698e23f57d3965'/>
<id>urn:sha1:b96729a13e6502c6d9d1c2912a698e23f57d3965</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Track information in a new variable BUILDLINK_ORDER that informs us</title>
<updated>2006-07-08T22:38:58Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-07-08T22:38:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6e7d67f4b1fea88b6cff1f00142907eca4188add'/>
<id>urn:sha1:6e7d67f4b1fea88b6cff1f00142907eca4188add</id>
<content type='text'>
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
</content>
</entry>
</feed>
