summaryrefslogtreecommitdiff
path: root/lang/python23/PLIST.common
AgeCommit message (Collapse)AuthorFilesLines
2004-11-24Make this compile, install and deinstall cleanly under IRIX and IRIX64jschauma1-5/+5
version 6.5 by backporting some patches from Python 2.4 and leaving out some broken modules. This partially addresses PR pkg/28373, too, though fixes particular to older Irix versions still need to be tested and added.
2004-06-02Update to 2.3.4recht1-2/+2
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-01-26fix build and install on Solaris:grant1-4/+4
- use -h instead of -soname= when creating shared objects to appease Solaris linker. - link against librt for fdatasync(). - tweak PLIST for installed modules.
2004-01-24Follow grant@'s lead and use Makefile.common for python23 and python23-pth.recht1-2563/+2563
2003-12-08Update to Python 2.3.2recht1-4/+13
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 inrecht1-2/+2
the PLIST for these.
2003-08-18Split the PLIST into common and os dependent parts. Start with NetBSDrecht1-0/+2554
and Linux. Disable the curses module on Linux.