summaryrefslogtreecommitdiff
path: root/lang/python24/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2010-09-17Share distfile related information for each python variants withobache1-7/+4
srcdist.mk to make update simplicity.
2010-01-21Added LICENSE information for Python. The license was approved by OSIheinz1-1/+2
so I added it to the acceptable set of licenses.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-09-12remove assignments to the LIBS env var -- this should have been donedrochner1-2/+1
earlier, but there became no-ops due to my change to db4/bl3 and thus didn't do harm. Now that part of that change was backed out they became harmful again and thus need to go.
2009-09-09Fix a possibly long-standing issue, but also possibly fallout from the db4dsainty1-2/+2
changes. The "dbm" module could fail to build correctly, erroring out with: *** WARNING: renaming "dbm" since importing it failed: build/lib.linux-i686-2.4/dbm.so: undefined symbol: dbm_firstkey In this case, the "dbm" module has accidentally linked with "databases/gdbm", which happens to be installed, but was never buildlinked in. It may be relevant that /usr/include/gdbm/ndbm.h is installed on this system. Remove the "gdbm" test from the "dbm" module configuration, leaving the "ndbm" support, and the fall-back "bdb" support (which will likely fall back to db4). Bump PKGREVISION - the package would still install, but with missing functionality.
2009-09-08bump PKGREVs for Python pkgs, as suggested by David Sainty -- at leastdrochner1-2/+2
on Linux one can't build some extensions against an old Python (with spurious -ldb4 linkage) anymore also sync the bl3 files of the non-default versions with python25 for consistency
2009-07-22Remove empty PLIST.common_end.wiz1-2/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2008-08-05add patches from upstream svn rev.65333, fix integer overflows indrochner1-2/+2
memory allocation (CVE-2008-2315)
2008-07-14Always build depend on readline, so that devel/py-readline can pick upjoerg1-1/+6
the right config. Bump revision.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam1-26/+18
through PLIST_SUBST to the plist module.
2008-04-11update to 2.4.5drochner1-5/+4
This release includes just a small number of fixes, primarily preventing crashes of the interpreter in certain boundary cases.
2008-04-11fix possible buffer overflow by negative atguments to zlib.flush(),drochner1-2/+2
from upstream CVS, bump PKGREVISION
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-16Fix builds on Darwinadrianp1-1/+2
2007-12-15Fix build problems under Mac OS X Leopard.tron1-1/+11
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-3/+2
2007-10-28Don't force su-clean on DESTDIR users.joerg1-2/+2
2007-07-02s/PRIVILEGED_STAGE/PRIVILEGED_STAGES/g as it could refer to multipleadrianp1-3/+2
stages in the future. Suggested by rillig@
2007-07-01Add PRIVILEGED_STAGE+= clean (NetBSD only)adrianp1-1/+6
2007-06-15repair build on SunOS-5.9dmcmahill1-1/+2
2007-06-08We have to use GNU make under Mac OS X because the "configure" scripttron1-3/+4
generates a GNU make specific makefile on this platform.
2007-06-08Update to 2.4.4:wiz1-6/+5
We are pleased to announce the release of Python 2.4.4 (FINAL), a bugfix release of Python 2.4, on October 18, 2006. Important: 2.4.4 includes a security fix (PSF-2006-001) for the repr() of unicode strings in wide unicode builds (UCS-4) [does not affect pkgsrc] Python 2.4 is now in bugfix-only mode; no new features are being added. At least 80 bugs have been squished since Python 2.4.3, including a number of bugs and potential bugs found by with the Coverity and Klocwork static analysis tools. We'd like to offer our thanks to both these firms for making this available for open source projects - see their websites if you're interested.
2007-04-22correct installation and plist on hpuxtnn1-1/+9
2006-11-03On NetBSD, assume that MKYP=no when /usr/bin/ypcat doesn't exist.joerg1-3/+13
The NIS module is not available in that case. Call the regen script with RUNSHARED, so that it finds libpython.so, even in the DESTDIR case. XXX The call to regen should be moved to the build phase.
2006-08-26Don't use the Python platform variable to check for OSS support onjoerg1-3/+2
FreeBSD, but OPSYS directly. We ignore FreeBSD < 4 anyway, so simply the handling for newer FreeBSD versions.
2006-06-19Add a missing file to PLIST.Darwin. Bump PKGREVISION.minskim1-2/+2
2006-06-01Inspecting the setup.py file, one can see that python23 and python24jlam1-21/+26
only build certain modules if the platform is *not* 64-bit. Correct the PLIST for those cases. This should fix the build on non-64bit, non-x86 platforms, e.g. powerpc.
2006-05-07Allow use of C++ support on all platforms for consistency, by settingtv1-2/+4
USE_LANGUAGES. Fixes PR pkg/33430.
2006-04-13Strip of anything after the version number in distutils.util.get_platformjoerg1-1/+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-04-12update python24 to 2.4.3drochner1-5/+5
Python 2.4 is now in bugfix-only mode, no new features are being added. At least 50 bugs have been squashed since Python 2.4.2, including a number of bugs and potential bugs found by Coverity.
2006-03-13Fixed the interpreter paths of some installed Python programs. Bumpedrillig1-2/+9
PKGREVISION.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-23Fix module compilation / libpython build on Darwin. This enables modulesrecht1-5/+14
not part of the std. Python install to work again. Secondly, add a patch from Christoph Ludwig ( http://sourceforge.net/tracker/?func=detail&aid=1324762&group_id=5470&atid=305470 ) which contains the following changes (from the SourceForge post): 1) The configure option --with-cxx is renamed --with-cxx-main. This was done to avoid surprising the user by the changed meaning. Furthermore, it is now possible that CXX has a different value than provided by --with-cxx-main, so the old name would have been confusing. 2) The compiler used to translate python's main() function is stored in the configure / Makefile variable MAINCC. By default, MAINCC=$(CC). If --with-cxx-main is given (without an appended compiler name), then MAINCC=$(CXX). If --with-cxx-main=<compiler> is on the configure command line, then MAINCC=<compiler>. Additionally, configure sets CXX=<compiler> unless CXX was already set on the configure command line. 3) The command used to link the python executable is (as before) stored in LINKCC. By default, LINKCC='$(PURIFY) $(MAINCC)', i.e. the linker front-end is the compiler used to translate main(). If necessary, LINKCC can be set on the configure command line in which case it won't be altered. 4) If CXX is not set by the user (on the command line or via --with-cxx-main), then configure tries several likely C++ compiler names. CXX is assigned the first name that refers to a callable program in the system. (CXX is set even if python is built with a C compiler only, so distutils can build C++ extensions.) 5) Modules/ccpython.cc is no longer used and can be removed.
2005-12-10Revert my last commit (r1.17) and add :Q back to PY_PLATNAME andrecht1-3/+3
PY_VER_SUFFIX. pointed out by wiz and rillig
2005-12-09Remove the :Q from vars that go into PLIST_SUBST, since it breaksrecht1-3/+3
the PLIST generation.
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-2/+2
"pkglint --autofix" change.
2005-12-08Fixed the wrong quoting introduced by the recent "pkglint --autofix". Therillig1-3/+3
variables are already quoted. Noted by wiz.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-10/+10
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-1/+2
This is needed for databases/py-psycopg at least to compile properly. Since the installed version changed, bump revision.
2005-10-01Update to Python 2.4.2recht1-5/+4
Python 2.4.2 is a bugfix release of Python 2.4 - Python 2.4 is now in bugfix-only mode, no new features are being added. More than 60 bugs have been squashed since Python 2.4.1, including bugs that prevented Python working properly on 64 bit AIX and HP/UX. For a detailed list of changes see: http://python.org/2.4.2/NEWS.html
2005-09-01Bump PKGREVISION for change made to patches/patch-al in revision 1.7 asdarcy1-2/+2
suggested by Lubomir Sedlacik in discussions on releng-pkgsrc and pullup request 727.
2005-08-23There was a bug in Python that was supposed to be fixed but it seems to havedarcy1-2/+2
regressed in the latest version. I have contacted a Python developer to have this fixed properly. In the meantime I have created a patch to fix it in our tree. See http://sourceforge.net/tracker/index.php?func=detail&aid=1196315&group_id=5470&atid=105470 for details of the bug. Bumped PKGREVISION.
2005-07-03Add devel/gettext-lib as dependency to avoid problems with the locale module ↵recht1-1/+3
not being built. - fix suggested by Simon Kuhn in PR 29735 Add a patch from darwinports to workaround for deprecated ostat in sys/stat.h on OS X 10.4. bump PKGREVISION
2005-05-10Fix srcdist.mk usage for _PYTHON_VERSION 24, and add reminder comment toabs1-1/+3
python24/Makefile for next update
2005-05-09update to Python 2.4.1recht1-5/+4
Highlights of this new release include: - Bug fixes. According to the release notes, several dozen bugs have been fixed, including a fix for the SimpleXMLRPCServer security issue (PSF-2005-001). Also add a patch by Joerg Sonnenberger to add basic support for DragonFly BSD. For a detailed list of changes see: http://python.org/2.4.1/NEWS.html
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-18ride last change.. bump PKGREVISION for the PLIST.common changerecht1-2/+2