<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/python22/patches/patch-aa, 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-05-16T20:01:59Z</updated>
<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>update Python22 to 2.2.3</title>
<updated>2003-06-06T17:31:17Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2003-06-06T17:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e6dab7b78a39721d294d1c7a4bd4818c3e67dae1'/>
<id>urn:sha1:e6dab7b78a39721d294d1c7a4bd4818c3e67dae1</id>
<content type='text'>
This is a bugfix release.
Also, use the LINK_ALL_LIBGCC_HACK just introduced to link the
interpreter against libgcc. This should fix PR pkg/16144 in the
Python2.2 (and NetBSD-1.5) case.
</content>
</entry>
<entry>
<title>Add Zoularis/Linux support</title>
<updated>2002-09-24T18:06:22Z</updated>
<author>
<name>tsarna</name>
<email>tsarna</email>
</author>
<published>2002-09-24T18:06:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ae814cab351679ea9a82bc2c97f7c4912ca71d84'/>
<id>urn:sha1:ae814cab351679ea9a82bc2c97f7c4912ca71d84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to 2.2.1</title>
<updated>2002-04-15T12:13:38Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2002-04-15T12:13:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=53aa38c7365a89400c454c28ff64b7746abd5629'/>
<id>urn:sha1:53aa38c7365a89400c454c28ff64b7746abd5629</id>
<content type='text'>
Changes:
-Added new builtin function bool() and new builtin constants True and
  False to ease backporting of code developed for Python 2.3.  In 2.2,
  bool() returns 1 or 0, True == 1, and False == 0.
-C API: A type can now inherit its metatype from its base type.
-Fixes
</content>
</entry>
<entry>
<title>Teach the extension building process about buildlink, and allow passing</title>
<updated>2002-04-09T04:33:18Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2002-04-09T04:33:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0e66c39576d6a417946d7a145729df0119979d30'/>
<id>urn:sha1:0e66c39576d6a417946d7a145729df0119979d30</id>
<content type='text'>
LDFLAGS to the linker command when linking a python extension.  This lets
us pass the right flags to correctly find libraries required for certain
extensions, e.g. zlib.so.
</content>
</entry>
<entry>
<title>-remove hardwired "/usr/local" and "/usr/contrib" library search paths,</title>
<updated>2002-03-22T15:20:23Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2002-03-22T15:20:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9fbf7da4024b9aa6c8a6204cd32463971986fc13'/>
<id>urn:sha1:9fbf7da4024b9aa6c8a6204cd32463971986fc13</id>
<content type='text'>
 as suggested by Johnny Lam
-don't try to build the "locale" module - it doesn't work anyway
-pull up a fix from Python CVS to get more consistent math exceptions
 (eg pow(1e-200,2) vs. math.pow(1e-200,2))
 This will be part of 2.2.1.
</content>
</entry>
<entry>
<title>-don't build modules which don't work on 64-bit platforms</title>
<updated>2002-01-28T09:12:07Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2002-01-28T09:12:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=40b2988c0b648fdacc20e28da2a9aae4e3aebb91'/>
<id>urn:sha1:40b2988c0b648fdacc20e28da2a9aae4e3aebb91</id>
<content type='text'>
-don't even try to build the curses modules - its failure is detected
 during build but this causes a lot of noise
</content>
</entry>
<entry>
<title>initial import of a Python-2.2 pkg</title>
<updated>2002-01-15T17:11:03Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2002-01-15T17:11:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=717f5d88a2c9d3251e875990198aa1e431eabc93'/>
<id>urn:sha1:717f5d88a2c9d3251e875990198aa1e431eabc93</id>
<content type='text'>
</content>
</entry>
</feed>
