<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/pnet, branch pkgsrc_2009Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-07-06T22:17:14Z</updated>
<entry>
<title>NetBSD/amd64 is not supported by the internal libffi, so mark it</title>
<updated>2009-07-06T22:17:14Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-07-06T22:17:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=70d79bdeca3f2fcea767d8add87e893c49845040'/>
<id>urn:sha1:70d79bdeca3f2fcea767d8add87e893c49845040</id>
<content type='text'>
explicitly as disabled.
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:03:28Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T18:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=870ee431b3152f330a121f8399ba6a71540929c1'/>
<id>urn:sha1:870ee431b3152f330a121f8399ba6a71540929c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed redundant .gz suffix for man pages.</title>
<updated>2009-06-12T19:09:35Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2009-06-12T19:09:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fba130e92386261f8255498e03e98484e9d43f1e'/>
<id>urn:sha1:fba130e92386261f8255498e03e98484e9d43f1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it build on DragonFly. Probably incomplete, but at least hello world</title>
<updated>2009-06-02T18:39:20Z</updated>
<author>
<name>hasso</name>
<email>hasso</email>
</author>
<published>2009-06-02T18:39:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9073e9758de2b351d09d69b809b1974d804c3911'/>
<id>urn:sha1:9073e9758de2b351d09d69b809b1974d804c3911</id>
<content type='text'>
compiles and runs.
</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>Marked as MAKE_JOBS_SAFE=no, reported by PR 39616.</title>
<updated>2008-11-02T13:29:38Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2008-11-02T13:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f727ee58096ac7ce3b05fe39a4036cee9a0f4de7'/>
<id>urn:sha1:f727ee58096ac7ce3b05fe39a4036cee9a0f4de7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update dotgnu Portable.Net packages to 0.8.0:</title>
<updated>2008-02-18T16:39:43Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2008-02-18T16:39:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=712d23e66201ce1c1a154acc27e36076e50249e9'/>
<id>urn:sha1:712d23e66201ce1c1a154acc27e36076e50249e9</id>
<content type='text'>
0.8.0 (3 March 2007)

JIT

* JIT_Coder opcodes implementation (Klaus Treichel, Aleksey Demakov,
  Kirill Kononenko)
* On Demand JIT Compilation (Klaus Treichel)
* JIT exception handling (Klaus Treichel, Kirill Kononenko)
* Method Inlining support (Klaus Treichel)
* Inlining internal calls, PInvoke and math (Klaus Treichel)
* Add marshaling support (Kirill Kononenko)
* Local and Thread Local variable support (Klaus Treichel)
* Reflection support (Klaus Treichel)
* Array optimisations (Klaus Treichel)
* Static ctor support (Klaus Treichel, Aleksey Demakov)
* Delegate and Async Delegate support (Klaus Treichel)
* Safepoints and builtin/managed Exceptions (Klaus Treichel)
* Null check reduction (Klaus Treichel)
* Finalizers and GC support (Klaus Treichel)


Runtime Engine

* New Debugger (Radek Polak)
* Typed allocations (Klaus Treichel)
* Array structure optimisations (Klaus Treichel)
* Static cctor manager (Klaus Treichel)
* Watching variables (Radek Polak)
* Spec fixes on String IndexOf and LastIndexOf (Russell Stuart)
* Array.Clear fixes (Radek Polak)
* Handle fixes for JIT support (Klaus Treichel)

...and more, see the NEWS file. This closes PR 31950.
</content>
</entry>
<entry>
<title>PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS</title>
<updated>2008-02-04T20:10:34Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-02-04T20:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=de4c2ded946aa1d41fe971cafe2a961020059f31'/>
<id>urn:sha1:de4c2ded946aa1d41fe971cafe2a961020059f31</id>
<content type='text'>
</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>
