2014-05-09 18:33:29 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Fix building on OS X
|
2014-05-09 11:33:03 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Remove cargo-cult message file.
|
2014-05-09 04:29:10 by OBATA Akio | Files touched by this commit (3) |
Log message:
Restrict to find openssl header files in SSLBASE/include.
Fixes unwanted detection of builtin openssl over prefered pkgsrc one.
|
2014-03-27 09:50:01 by OBATA Akio | Files touched by this commit (5) |
Log message:
Disable spwd module, same as other python version.
It is provided as devel/py-spwd in pkgsrc.
Bump PKGREVISION.
|
2014-03-20 13:40:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Copy relevant 5 PLIST-mangling lines from extension.mk,
so the bulk builds are hopefully happy again.
|
2014-03-14 15:04:07 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Trigger PY_PEP3147=yes in PYTHON_VERSION_DEFAULT={26,27} case.
Fix build when PYTHON_VERSION_DEFAULT={26,27}.
|
2014-03-12 11:42:42 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Include lang/python/extension.mk to get saner PLISTs.
|
2014-03-12 11:39:43 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 3.3.5:
Python 3.3.5 was released on March 9th, 2014.
Python 3.3.5 includes fixes for these important issues:
a 3.3.4 regression in zipimport (see http://bugs.python.org/issue20621)
a 3.3.4 regression executing scripts with a coding declared
and Windows newlines (see http://bugs.python.org/issue20731)
potential DOS using compression codecs in bytes.decode() (see
http://bugs.python.org/issue19619 and
http://bugs.python.org/issue20404)
and also fixes quite a few other bugs.
This release fully supports OS X 10.9 Mavericks. In particular,
this release fixes an issue that could cause previous versions of
Python to crash when typing in interactive mode on OS X 10.9.
|
2014-03-11 00:14:35 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Force the use of clang on Snow Leopard, the llvm-backed gcc is unable to
compile Python 3.3 correctly, and as per http://bugs.python.org/issue13241
the Python developers are uninterested in fixing this.
|
2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568) |
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
|