summaryrefslogtreecommitdiff
path: root/lang/python23-pth
AgeCommit message (Collapse)AuthorFilesLines
2004-01-11remove stacksize from UNLIMIT_RESOURCES. This isn't needed for the buildrecht1-2/+1
and causes more harm than good for the regression tests.
2003-12-23update to 2.3.3recht10-553/+32
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.2recht20-323/+827
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-11-17The dl module isn't built for 64 bit archs and Darwin, so exclude it inrecht2-3/+12
the PLIST for these.
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-09-14Use my NetBSD.org email address.recht1-2/+2
2003-09-14Avoid redefinition of redefinition of wchar_t and wint_ ifrecht3-3/+30
_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 fixrecht4-26/+46
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-09-04Partly override Python's CFLAGS with the ones from pkgsrc.recht1-1/+2
Idea by Adam <adam at albedo dot art dot pl> in private email.
2003-08-18Split the PLIST into common and os dependent parts. Start with NetBSDrecht7-136/+97
and Linux. Disable the curses module on Linux.
2003-08-18- Fix build for NetBSD <= 1.5.recht3-9/+23
- 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-06Add a symlink so that the shared lib can be found as *.so, anddrochner2-3/+9
engage Marc Recht as MAINTAINER.
2003-08-06-add a patch from Marc Recht vie pkgsrc-wip which meddes with thesedrochner4-1/+90
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.2drochner2-5/+14
2003-08-04Python-2.3 with thread support. Tested on -current/i386 only so fardrochner12-0/+2910
(this means, GNU pth support is untested). Suffers from stack shortage problems, thus doesn't get far in its selftest suite.