2005-02-04 16:39:04 by Matthias Drochner | Files touched by this commit (10) |
Log message:
apply the security fix from
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-30 13:44:40 by Julio M. Merino Vidal | Files touched by this commit (14) |
Log message:
Convert the python packages to use the alternatives system to install a
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-24 22:46:33 by Todd Vierling | Files touched by this commit (2) |
Log message:
Pull in first-stab Interix support from lang/python23.
|
2005-01-24 21:18:06 by Marc Recht | Files touched by this commit (2) |
Log message:
Sync DESCR with reality -- python* is now build with thread support.
|
2005-01-23 21:41:50 by Marc Recht | Files touched by this commit (77) |
Log message:
Build Python with thread support by default and turn the existing
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-30 22:56:21 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Honor LDFLAGS when building shared libraries on Linux. Previously,
python2[34]{,-pth} failed on Linux when Berkeley DB from pkgsrc was
used.
|
2004-12-20 14:16:02 by grant beattie | Files touched by this commit (1) |
Log message:
remove workaround for Darwin missing poll.h as a more correct fix is
applied globally now.
|
2004-12-19 06:45:39 by grant beattie | Files touched by this commit (2) |
Log message:
fix missed from previous: Darwin 7.x doesn't appear to want the
"-u PyMac_Error" when linking the shared library.
|
2004-12-19 06:30:14 by grant beattie | Files touched by this commit (3) |
Log message:
Darwin build fixes:
- ignore poll()
- needs dlopen.buildlink3.mk
- pass -fPIC -fno-common to CC for objects being linked into a shared
library
|
2004-12-06 08:56:38 by Marc Recht | Files touched by this commit (1) |
Log message:
Fix some wrong variable (eg. LOWER_OPSYS -> PY_PLATNAME) names sneaked in
by print-PLIST.
|