summaryrefslogtreecommitdiff
path: root/lang/python23-pth
AgeCommit message (Collapse)AuthorFilesLines
2005-01-23Build Python with thread support by default and turn the existingrecht19-916/+21
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,minskim2-14/+17
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/recht6-14/+162
OSX and build the libpython as dynamic library. While at it also fix the PLIST for Darwin/OSX.
2004-06-15before the SIGINT fix, the PKGREVISION was set to 1 ingrant1-2/+1
python23{,-pth}/Makefile. it was then "bumped" to 1 in Makefile.common. really bump it to 2 and leave it in Makefile.common (hi luke!)
2004-06-14* Add patches to ensure that signal handlers consistently don't set SA_RESTARTlukem4-1/+83
(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 thisrecht4-5/+47
patch by drochner@ in private mail bump PKGREVISION to 1
2004-06-02Update to 2.3.4recht7-106/+22
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-23Now that all Python modules have been bl3ified remove the bl2 support.recht1-35/+0
2004-05-12Add missing patches and disable PKGVIEW installation for now until therecht3-1/+84
issues with modules are sorted out.
2004-05-12- Merge bugfixes from python 2.3 maintenance branch:recht2-3/+5
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-23set INSTALL_UNSTRIPPED on Darwin so modules will be able to resolvedanw1-2/+2
symbols in the python binary. Bump PKGREVISION and require the new versions on Darwin. Fixes pkg/25272
2004-04-13Rework bdb detection: Since we're using buildlink we could save relyrecht3-55/+276
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-barecht2-1/+88
here since patch-aa already exists.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz3-4/+6
Buildlink files: RECOMMENDED version changed to current version.
2004-03-22Disable db3 and db4 detection in python23 and python23-pth, so as tominskim2-13/+21
prevent them from picking up a wrong db library on systems that have native db3 or db4.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-5/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-01Apply first part (creation of libpython.so) of the patch provided byrecht2-4/+13
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-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-01-29use ${EGREP} instead of relying on GNU grep features.grant1-2/+2
2004-01-27Add USE_GCC_SHLIB to python2 packages:abs1-1/+2
python20 to python20-2.0.1nb6 python21 to python21-2.1.3nb2 python21-pth to python21-2.1.3nb4 python22 to python22-2.2.3nb1 python22-pth to python22-2.2.3nb1 python23 to python23-2.3.3nb1 python23-pth to python23-2.3.3nb1
2004-01-26use -h instead of -soname= when creating shared objects to appeasegrant2-4/+13
Solaris linker.
2004-01-25Revert python23{,pth} back to buildlink2. The build fails on NetBSD 1.6recht1-2/+2
since BUILDLINK_CPPFLAGS and friends are undefined in db's buildlink3.
2004-01-25* Follow the new buildlink3 standard and append to BUILDLINK_DEPENDS.<pkg>.jlam1-14/+9
* Use BUILDLINK_{INCDIRS,LIBDIRS}.<pkg> instead of using BUILDLINK_{CPPFLAGS,LDFLAGS}.<pkg> since we're just dealing with adding directories to the various search paths.
2004-01-25shorten createbuildlink's generated comment a bitrecht1-5/+1
2004-01-25add buildlink3.mkrecht1-0/+34
2004-01-24bl3ifyrecht1-2/+2
2004-01-24Follow grant@'s lead and use Makefile.common for python23 and python23-pth.recht5-2696/+3
2004-01-24fix typorecht1-2/+2
spotted by grant@
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.