summaryrefslogtreecommitdiff
path: root/lang/python24
AgeCommit message (Collapse)AuthorFilesLines
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.