summaryrefslogtreecommitdiff
path: root/lang/python23-pth/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-01-23Build Python with thread support by default and turn the existingrecht1-19/+0
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-12-30Honor LDFLAGS when building shared libraries on Linux. Previously,minskim1-2/+2
python2[34]{,-pth} failed on Linux when Berkeley DB from pkgsrc was used.
2004-11-28Add patches from darwinports/fink to make the posixmodule work on Darwin/recht1-3/+6
OSX and build the libpython as dynamic library. While at it also fix the PLIST for Darwin/OSX.
2004-06-14* Add patches to ensure that signal handlers consistently don't set SA_RESTARTlukem1-1/+3
(restartable system calls). (These patches have been submitted back to the python community.). Fixes the bug in NetBSD PR [pkg/24797] that I submitted. * Highlight in the DESCR files what the thread support is for that package. * Bump PKGREVISION.
2004-06-10NetBSD 2.0 changes sys.platform to netbsd2 -- catch up with thisrecht1-2/+3
patch by drochner@ in private mail bump PKGREVISION to 1
2004-06-02Update to 2.3.4recht1-8/+6
This is a bug-fix release for Python 2.3 that fixes a number of bugs, including a couple of weakref bugs and a bug in pickle version 2. There are also a number of fixes to the standard library, and some build fixes - see the release notes ( http://www.python.org/2.3.4/NEWS.html ) for details.
2004-05-12- Merge bugfixes from python 2.3 maintenance branch:recht1-1/+3
o weakref object's garbage collection problem. o save unnecessary startup-time memory allocation of 100KB+ from intobject. via FreeBSD ports - Enable pkgviews installation. Bump PKGREVISION for the bugfixes.
2004-04-13Rework bdb detection: Since we're using buildlink we could save relyrecht1-2/+2
on the variables it sets (eg. BDB_TYPE). While at bl3ify. Thanks to minskim@ for fixes and testing.
2004-04-09Also add python23's cursesmodule fix (patch-aa) here. It's named patch-barecht1-1/+2
here since patch-aa already exists.
2004-03-22Disable db3 and db4 detection in python23 and python23-pth, so as tominskim1-2/+2
prevent them from picking up a wrong db library on systems that have native db3 or db4.
2004-03-01Apply first part (creation of libpython.so) of the patch provided byrecht1-2/+2
Michal Pasternak in PR 24599. Leave the RUNSHARED part for now until it's proven that it's really needed and a cleaner has been found.
2004-01-26use -h instead of -soname= when creating shared objects to appeasegrant1-2/+2
Solaris linker.
2003-12-23update to 2.3.3recht1-11/+6
This is a bug-fix release for Python 2.3 that fixes a number of bugs, including a couple of serious errors with weakrefs and the cyclic garbage collector. There are also a number of fixes to the standard library - see the release notes ( http://www.python.org/2.3.3/NEWS.html )for details.
2003-12-08Update to Python 2.3.2recht1-15/+16
Changes in Python: Quite a few fixes.. See NEWS for details. Changes in the pkg: - add FreeBSD patches from the FreeBSD port - add fix for a fatal bug in type's GC handling causes segfaults (via FreeBSD port) see http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u - always build the db 1.85 module (on all platforms)
2003-09-14Avoid redefinition of redefinition of wchar_t and wint_ ifrecht1-1/+2
_XOPEN_SOURCE_EXTENDED is defined. This fixes py-curses on NetBSD > 1.6T. Bumb PKGREVSION to 2, because of the header change.
2003-09-10Correctly disable POSIX* and XOPEN* macros on < 1.6T. This should fixrecht1-2/+3
py-curses in hubertf's bulk build. Also add a patch from drochner@ for 1.5. Bump PKGREVISION 1, because the This the pyconfig.h header is affected.
2003-08-18Split the PLIST into common and os dependent parts. Start with NetBSDrecht1-2/+2
and Linux. Disable the curses module on Linux.
2003-08-18- Fix build for NetBSD <= 1.5.recht1-2/+2
- Include bzip2's buildlink2.mk to work-around different API versions. - Include db's buildlink2.mk on non-NetBSD platforms to get a similar feature-set on a pkgsrc platforms.
2003-08-06-add a patch from Marc Recht vie pkgsrc-wip which meddes with thesedrochner1-1/+4
XOPEN/POSIX/NetBSD_SOURCE definitions so that it builds on 1.6.x -pull in some GNU-pth related fixes from Python-2.2-pth
2003-08-06oops - forgot a piece of a patch taken over from Python-2.2drochner1-2/+2
2003-08-04Python-2.3 with thread support. Tested on -current/i386 only so fardrochner1-0/+11
(this means, GNU pth support is untested). Suffers from stack shortage problems, thus doesn't get far in its selftest suite.