<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/python24/patches/patch-af, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2007-06-08T14:16:15Z</updated>
<entry>
<title>Update to 2.4.4:</title>
<updated>2007-06-08T14:16:15Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-06-08T14:16:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8d7abb0730127671a01673358c34ce3915379bc9'/>
<id>urn:sha1:8d7abb0730127671a01673358c34ce3915379bc9</id>
<content type='text'>
We are pleased to announce the release of Python 2.4.4 (FINAL), a
bugfix release of Python 2.4, on October 18, 2006.

Important: 2.4.4 includes a security fix (PSF-2006-001) for the
repr() of unicode strings in wide unicode builds (UCS-4) [does not
affect pkgsrc]

Python 2.4 is now in bugfix-only mode; no new features are being
added. At least 80 bugs have been squished since Python 2.4.3,
including a number of bugs and potential bugs found by with the
Coverity and Klocwork static analysis tools. We'd like to offer
our thanks to both these firms for making this available for open
source projects - see their websites if you're interested.
</content>
</entry>
<entry>
<title>On NetBSD, assume that MKYP=no when /usr/bin/ypcat doesn't exist.</title>
<updated>2006-11-03T07:15:41Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-11-03T07:15:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=11d56ab7700eb1eb125ee8a10dcece412ce9b632'/>
<id>urn:sha1:11d56ab7700eb1eb125ee8a10dcece412ce9b632</id>
<content type='text'>
The NIS module is not available in that case.
Call the regen script with RUNSHARED, so that it finds libpython.so,
even in the DESTDIR case.

XXX The call to regen should be moved to the build phase.
</content>
</entry>
<entry>
<title>libpython needs the pkgsrc-provided LDFLAGS to resolve all dependencies</title>
<updated>2006-09-20T12:07:19Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2006-09-20T12:07:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2cdfadaecdfb599421fb51ed5d884553d72223f6'/>
<id>urn:sha1:2cdfadaecdfb599421fb51ed5d884553d72223f6</id>
<content type='text'>
at runtime. Fixes PR 34565.
</content>
</entry>
<entry>
<title>Fix module compilation / libpython build on Darwin. This enables modules</title>
<updated>2006-01-23T08:00:02Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2006-01-23T08:00:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4ece97068624488859e5ce2d80ac649460b55d74'/>
<id>urn:sha1:4ece97068624488859e5ce2d80ac649460b55d74</id>
<content type='text'>
not part of the std. Python install to work again.
Secondly, add a patch from Christoph Ludwig (
http://sourceforge.net/tracker/?func=detail&amp;aid=1324762&amp;group_id=5470&amp;atid=305470
)
which contains the following changes (from the SourceForge post):

1) The configure option --with-cxx is renamed
--with-cxx-main. This was done to avoid surprising the user
by the changed meaning. Furthermore, it is now possible
that CXX has a different value than provided by
--with-cxx-main, so the old name would have been
confusing.

2) The compiler used to translate python's main() function is
stored in the configure / Makefile variable MAINCC. By
default, MAINCC=$(CC). If --with-cxx-main is given (without
an appended compiler name), then MAINCC=$(CXX). If
--with-cxx-main=&lt;compiler&gt; is on the configure command
line, then MAINCC=&lt;compiler&gt;. Additionally, configure sets
CXX=&lt;compiler&gt; unless CXX was already set on the
configure command line.

3) The command used to link the python executable is (as
before) stored in LINKCC. By default, LINKCC='$(PURIFY)
$(MAINCC)', i.e. the linker front-end is the compiler used to
translate main(). If necessary, LINKCC can be set on the
configure command line in which case it won't be altered.

4) If CXX is not set by the user (on the command line or via
--with-cxx-main), then configure tries several likely C++
compiler names. CXX is assigned the first name that refers
to a callable program in the system. (CXX is set even if
python is built with a C compiler only, so distutils can build
C++ extensions.)

5) Modules/ccpython.cc is no longer used and can be
removed.
</content>
</entry>
<entry>
<title>Update to Python 2.4.2</title>
<updated>2005-10-01T21:12:05Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2005-10-01T21:12:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c534224fe9a6d6f500f3c1fbb8ce3ad1bd8676e4'/>
<id>urn:sha1:c534224fe9a6d6f500f3c1fbb8ce3ad1bd8676e4</id>
<content type='text'>
Python 2.4.2 is a bugfix release of Python 2.4 - Python 2.4 is now in
bugfix-only mode, no new features are being added. More than 60 bugs have
been squashed since Python 2.4.1, including bugs that prevented Python working
properly on 64 bit AIX and HP/UX.

For a detailed list of changes see:
http://python.org/2.4.2/NEWS.html
</content>
</entry>
<entry>
<title>include LDFLAGS when linking shared libraries, so they can find their</title>
<updated>2005-08-19T05:22:04Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2005-08-19T05:22:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dc9ced8ae4de4f5631b5acccd96c9ed43db6de4e'/>
<id>urn:sha1:dc9ced8ae4de4f5631b5acccd96c9ed43db6de4e</id>
<content type='text'>
prerequisite libraries at runtime.

fixes build on Solaris (and probably others).
</content>
</entry>
<entry>
<title>update to Python 2.4.1</title>
<updated>2005-05-09T20:37:51Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2005-05-09T20:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e9fb1e6089e34bbb35ea6c2694d01326815e17b1'/>
<id>urn:sha1:e9fb1e6089e34bbb35ea6c2694d01326815e17b1</id>
<content type='text'>
Highlights of this new release include:
  - Bug fixes. According to the release notes, several dozen bugs
    have been fixed, including a fix for the SimpleXMLRPCServer
    security issue (PSF-2005-001).

Also add a patch by Joerg Sonnenberger to add basic support
for DragonFly BSD.

For a detailed list of changes see:
http://python.org/2.4.1/NEWS.html
</content>
</entry>
<entry>
<title>initial import of Python 2.4</title>
<updated>2004-12-05T23:27:28Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-12-05T23:27:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=edab156a4b96af3ca62a9af247c95ccba29f8cf0'/>
<id>urn:sha1:edab156a4b96af3ca62a9af247c95ccba29f8cf0</id>
<content type='text'>
Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.

Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.

This package has been compiled without support for threads.
</content>
</entry>
</feed>
