summaryrefslogtreecommitdiff
path: root/lang/python24
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-23Fix module compilation / libpython build on Darwin. This enables modulesrecht4-76/+957
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.joerg3-2/+16
This is needed for databases/py-psycopg at least to compile properly. Since the installed version changed, bump revision.
2005-11-14When linking against libpython, the dependencies of libpython might bejoerg1-1/+5
needed as well. This is especially the case when lib/pythonXconfig/Makefile is used as done e.g. www/ap2-python.
2005-10-01Update to Python 2.4.2recht7-67/+42
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-31Fix problem where LDFLAGS is not being expanded on the command line.darcy2-6/+6
Patch supplied by KISHIMOTO, Makoto <ksmakoto (you know what ) dd.iij4u.or.jp> Closes PR 31027
2005-08-23There was a bug in Python that was supposed to be fixed but it seems to havedarcy3-3/+22
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-08-19include LDFLAGS when linking shared libraries, so they can find theirgrant2-4/+15
prerequisite libraries at runtime. fixes build on Solaris (and probably others).
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-21patch-an was removed from distinfo during 2.4.1 update, remove file too.wiz1-28/+0
2005-07-21Sort.wiz2-61/+61
2005-07-03Add devel/gettext-lib as dependency to avoid problems with the locale module ↵recht2-1/+31
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-29Remove an entry for a nonexistent file.minskim1-2/+1
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.1recht8-278/+210
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-24Add RMD160 digestsagc1-1/+2
2005-02-18ride last change.. bump PKGREVISION for the PLIST.common changerecht1-2/+2
2005-02-18add dl.so to PLIST.common (conditionally)recht1-1/+2
addresses PR 29402 by salo
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-24Pull in first-stab Interix support from lang/python23.tv2-6/+35
2005-01-24Sync DESCR with reality -- python* is now build with thread support.recht1-2/+0
2005-01-23Build Python with thread support by default and turn the existingrecht4-114/+116
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-5/+10
python2[34]{,-pth} failed on Linux when Berkeley DB from pkgsrc was used.
2004-12-20remove workaround for Darwin missing poll.h as a more correct fix isgrant1-4/+2
applied globally now.
2004-12-19fix missed from previous: Darwin 7.x doesn't appear to want thegrant2-8/+20
"-u PyMac_Error" when linking the shared library.
2004-12-19Darwin build fixes:grant3-14/+25
- ignore poll() - needs dlopen.buildlink3.mk - pass -fPIC -fno-common to CC for objects being linked into a shared library
2004-12-06Fix some wrong variable (eg. LOWER_OPSYS -> PY_PLATNAME) names sneaked inrecht1-8/+8
by print-PLIST.
2004-12-05initial import of Python 2.4recht24-0/+4301
Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an exten- sion language for existing applications. See the internal documentation for hints. This package has been compiled without support for threads.