summaryrefslogtreecommitdiff
path: root/lang/python23
AgeCommit message (Collapse)AuthorFilesLines
2005-10-23Added a @comment line to PLIST.Darwin. Removed trailing empty lines fromrillig4-7/+6
patch-af and patch-bb.
2005-10-01Add a patch for CAN-2005-2491 (uffer overflow vulnerability in the PCRErecht5-3/+106
library) from ubuntu Linux (via gentoo). For details see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491 Bump PKGREVISION's.
2005-09-21Allow Python 2.3 to build dynamic modules on DragonFly.joerg2-18/+26
2005-08-02Add the libpython2.3.dylib.kristerw2-2/+3
Bump PKGREVISION.
2005-07-29make the fcntl selftest recognize "netbsd3" so that the rightdrochner2-4/+4
structure padding is used not application relevant, so I abstain from bumping PKGREVISION
2005-07-03Add devel/gettext-lib as dependency to avoid problems with the locale module ↵recht4-18/+37
not being built. - fix suggested by Simon Kuhn in PR 29735 Add a patch from Antoine Reilles submitted in PR 30466 to fix the buid of some modules on OS X 10.4. Bump PKGREVISION
2005-06-30Backport from Python-2.4 a configure condition that preventsminskim2-13/+25
_POSIX_C_SOURCE from being defined on Darwin-8.x. This makes the package build on Darwin-8.x.
2005-06-16Add missing RCS Id tag to patch-dc.hira2-2/+4
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-07add LDFLAGS when linking libpython. Needed to find -ldb4dmcmahill2-17/+20
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-15update to 2.3.5drochner8-213/+41
This is a bug-fix release. It contains the fix for http://www.python.org/security/PSF-2005-001/ which we added in 2.3.4nb7.
2005-02-04apply the security fix fromdrochner3-3/+86
http://www.python.org/security/PSF-2005-001/ This disables hierarchical object lookups in SimpleXMLRPCServer. Unfortunately, this breaks some applications (eg kenosis). Don't shoot me for this. bump PKGREVISION
2005-01-30Convert the python packages to use the alternatives system to install ajmmv2-2/+5
bin/python wrapper. Bump their PKGREVISION to 1. Also remove the python package. In order to preserve a similar behavior to this one using the new framework, start by installing pkg_alternatives. Then just open its manpage, scroll down to the EXAMPLES section, Applying filters subsection, and follow the (rather short) directions given there.
2005-01-24Sync DESCR with reality -- python* is now build with thread support.recht1-2/+0
2005-01-24Really enable threads for python23.recht1-3/+7
Noted by: Jeffery Lee ravenix2 <at> yahoo <dot> com Bump PKGREVISION
2005-01-23Build Python with thread support by default and turn the existingrecht2-3/+3
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.
2005-01-21Build fixes for Interix. (Oy, this file needs a good mopping. :)tv1-2/+8
2005-01-19Fix ld -h argument.tv2-4/+4
2005-01-18First stab at Interix support; --image-base hack not yet used here.tv2-6/+32
2004-12-30Honor LDFLAGS when building shared libraries on Linux. Previously,minskim2-13/+16
python2[34]{,-pth} failed on Linux when Berkeley DB from pkgsrc was used.
2004-12-19all of these use dlopen().grant1-1/+2
2004-11-28Add patches from darwinports/fink to make the posixmodule work on Darwin/recht7-14/+654
OSX and build the libpython as dynamic library. While at it also fix the PLIST for Darwin/OSX.
2004-11-24Make this compile, install and deinstall cleanly under IRIX and IRIX64jschauma7-12/+169
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-11-22USE_LANGUAGES=c c++; remove USE_GCC_SHLIB.wiz1-2/+1
2004-11-15Rework the Berkeley DB detection in buildlink3:jlam1-7/+1
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality exists in the base system, and remove the distinction between "native" and the other Berkeley DB packages -- we now refer to db[1234]. This paves the way for any future databases/db1 package. * USE_DB185 shouldn't need to be set by any packages -- its correct value is now automatically determined by bdb.buildlink3.mk depending on whether we explicitly request db1 or not. By default, if you include bdb.buildlink3.mk, you want DB-1.85 functionality and USE_DB185 defaults to "yes", but if you explicitly remove db1 from the list of acceptable DBs, then USE_DB185 defaults to "no". * Set BDB_LIBS to the library options needed to link against the DB library when bdb.buildlink3.mk is included. * We only add the DB library to the linker command automatically if we want DB-1.85 functionality; otherwise assume that the package configure process can figure out how to probe for the correct headers and libraries. Edit package Makefiles to nuke redundant settings of USE_DB185.
2004-10-30don't override LOWER_OPSYS just to set PY_PLATNAME. fixes broken PLISTgrant1-5/+3
on Solaris. addresses PR pkg/27053 from Robert Lillack.
2004-10-05Do not append OS_VERSION to PY_PLATNAME on Interix; Use LOWER_OPSYS only.minskim1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-28set INSTALL_UNSTRIPPED on darwin so that python modules will builddanw1-1/+6
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-06-15before the SIGINT fix, the PKGREVISION was set to 1 ingrant2-4/+3
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_RESTARTlukem5-2/+85
(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.4recht8-105/+21
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 therecht2-4/+4
issues with modules are sorted out.
2004-05-12- Merge bugfixes from python 2.3 maintenance branch:recht5-4/+89
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 relyrecht3-86/+291
on the variables it sets (eg. BDB_TYPE). While at bl3ify. Thanks to minskim@ for fixes and testing.
2004-04-09Fix patch-aa so that it works with patch -p0.recht2-13/+13
2004-04-05Add missing entry to distinfo for patch-aa.darcy1-1/+2
2004-04-02Move patch to Python directory as that is where the file being patched is.darcy1-0/+86
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-02-04+ USE_LANGUAGES=c c++abs1-1/+2
2004-01-29use ${EGREP} instead of relying on GNU grep features.grant1-2/+2
2004-01-27Add USE_GCC_SHLIB to python2 packages:abs2-2/+4
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