summaryrefslogtreecommitdiff
path: root/lang/python23/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-05-14Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.minskim1-2/+2
2006-05-06The ossaudio module is available on Linux x86_64. Bump PKGREVISION.minskim1-2/+2
2006-04-13Strip of anything after the version number in distutils.util.get_platformjoerg1-2/+2
on DragonFly. Since that version is used e.g. as part of the file name for python eggs, it makes handling easier to match normal pkgsrc platform policy. Bump revisions of all Python packages.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-2/+2
"pkglint --autofix" change.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-16Fix Python's makesetup script to treat -pthread as linker flag.joerg1-2/+2
This is needed for databases/py-psycopg at least to compile properly. Since the installed version changed, bump revision.
2005-10-01Add a patch for CAN-2005-2491 (uffer overflow vulnerability in the PCRErecht1-2/+2
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-08-02Add the libpython2.3.dylib.kristerw1-2/+2
Bump PKGREVISION.
2005-07-03Add devel/gettext-lib as dependency to avoid problems with the locale module ↵recht1-1/+2
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-02-15update to 2.3.5drochner1-3/+2
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 fromdrochner1-2/+2
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 ajmmv1-2/+4
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-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 existingrecht1-1/+2
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-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-10NetBSD 2.0 changes sys.platform to netbsd2 -- catch up with thisrecht1-1/+2
patch by drochner@ in private mail bump PKGREVISION to 1
2004-06-02Update to 2.3.4recht1-3/+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-05-12Add missing patches and disable PKGVIEW installation for now until therecht1-1/+3
issues with modules are sorted out.
2004-05-12- Merge bugfixes from python 2.3 maintenance branch:recht1-2/+2
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-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
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-24Follow grant@'s lead and use Makefile.common for python23 and python23-pth.recht1-91/+3
2004-01-24fix typo in commentgrant1-2/+2
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.3recht1-4/+4
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-19/+55
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-1/+10
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_ ifrecht1-2/+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-1/+2
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 NetBSDrecht1-1/+11
and Linux. Disable the curses module on Linux.
2003-08-18- Fix build for NetBSD <= 1.5.recht1-1/+9
- 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, anddrochner1-2/+7
engage Marc Recht as MAINTAINER.
2003-08-04Extend the Python version zoo by Python-2.3 w/o threads.drochner1-0/+29
Tested with -current on i386 only so far; 3 of the selftests still failing, for reasons NetBSD cannot be blamed for. CVS----------------------------------------------------------------------