<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/python21-pth/patches, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-08-29T10:44:19Z</updated>
<entry>
<title>Extend some checks to also test for netbsd2 as sys.platform.</title>
<updated>2004-08-29T10:44:19Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-08-29T10:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a0b4f819b70e33c49bbe4fa0dceace4a0a58b55f'/>
<id>urn:sha1:a0b4f819b70e33c49bbe4fa0dceace4a0a58b55f</id>
<content type='text'>
Bump PKGREVISIONS accordingly.
</content>
</entry>
<entry>
<title>Build python module for zlib unconditionally.  This makes</title>
<updated>2004-05-16T20:01:59Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-05-16T20:01:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9220338a5bd1da842489fb25bfcd7e89e71452ec'/>
<id>urn:sha1:9220338a5bd1da842489fb25bfcd7e89e71452ec</id>
<content type='text'>
python2[12]{,-pth} build on platforms where zlib.h is not in
/usr/include.
</content>
</entry>
<entry>
<title>add the LINK_ALL_LIBGCC_HACK variable to the interpreter's link line,</title>
<updated>2003-06-06T18:14:09Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2003-06-06T18:14:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e01495d7a5772d9f54feecfad36dfee3f4bdaebc'/>
<id>urn:sha1:e01495d7a5772d9f54feecfad36dfee3f4bdaebc</id>
<content type='text'>
so that dynamic libraries using libgcc functions can be loaded
should fix PR pkg/16144 by Brett Slager
</content>
</entry>
<entry>
<title>Make the fcntl(F_WRLCK) selftest work on alpha etc here as well - not as</title>
<updated>2003-04-15T16:52:28Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2003-04-15T16:52:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4f1e69694ee8bd7c412bfeb5163bf685b28fa045'/>
<id>urn:sha1:4f1e69694ee8bd7c412bfeb5163bf685b28fa045</id>
<content type='text'>
clean as in the Python-2.2 version because 2.1 doesn't have a "long long"
for struct packing, but good enough because these fields are "0" anyway.
</content>
</entry>
<entry>
<title>fix a selftest, so we don't get the impression there is something wrong</title>
<updated>2003-02-11T17:52:50Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2003-02-11T17:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a00f0d043782c931d2880495a58b0fe84c61e8a5'/>
<id>urn:sha1:a00f0d043782c931d2880495a58b0fe84c61e8a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>security fix: don't use guessable temp file names in execvpe()</title>
<updated>2003-01-22T17:05:33Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2003-01-22T17:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2d8e0b95af5bc5c0e8f923f88030a9dd3bec4727'/>
<id>urn:sha1:2d8e0b95af5bc5c0e8f923f88030a9dd3bec4727</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more pth hackery:</title>
<updated>2002-09-06T17:01:08Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2002-09-06T17:01:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c698f2b464c9aaf9929b049b0c60351b2ded59fa'/>
<id>urn:sha1:c698f2b464c9aaf9929b049b0c60351b2ded59fa</id>
<content type='text'>
increase stack size for created threads, and set the JOINABLE attribute
to "false" (nothing will join() them) to avoid a ressource leak
"works better now"
</content>
</entry>
<entry>
<title>the interpreter itself _can_ be built with buildlink2</title>
<updated>2002-09-04T14:25:17Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2002-09-04T14:25:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ec2614847bdee0d56e6242080a96490c4dbeb02c'/>
<id>urn:sha1:ec2614847bdee0d56e6242080a96490c4dbeb02c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build a Python version with thread support. For now, we only have</title>
<updated>2002-08-20T19:58:58Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2002-08-20T19:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8e5e0cb33af338f4b1447e459d10af64d197b3a9'/>
<id>urn:sha1:8e5e0cb33af338f4b1447e459d10af64d197b3a9</id>
<content type='text'>
devel/pth, which tends to coredumps sometimes. But a number of Python
packages insists in threads, so we have to start somewhere.
</content>
</entry>
</feed>
