| Commit message (Collapse) | Author | Files | Lines |
|
Reviewed by: alexbl, clsung, pav
|
|
PR: 67515
Submitted by: michael johnson <ahze@ahze.net>
|
|
- Test WITHOUT_* instead of WITH_* for values which are on by default
so that package build clusters detect correctly.
|
|
properly if the KAME stack had SCTP support.
Submitted by: suz
|
|
amount of threads on -CURRENT libpthread by default. [1]
- Merge bugfixes from python 2.3 maintenance branch: [2]
o weakref object's garbage collection problem.
o save unnecessary startup-time memory allocation of 100KB+ from
intobject.
- SIZEify.
- Bump PORTREVISION subsequently.
Advised by: eischen, julian [1]
Obtained from: Python CVS [2]
|
|
|
|
- Fix plist on 32bit architectures.
- Bump PORTREVISION.
PR: 57269 [1]
Submitted by: Tim Middleton <x@Vex.Net> [1],
Kostik I. Belousov <kostya@tessart.kiev.ua> [1]
|
|
- Bump PORTREVISION
Obtained from: Python CVS
|
|
- Correct pydoc search path to lang/python-doc-html port's [1]
PR: 43036 [1]
Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
|
|
|
|
This update introduces two new knobs to _disable_ somewhat
experimental options:
BUILD_STATIC=yes Unless this option is specified,
the port will build python as shared
binary.
WITH_UCS2=yes Unless this option is specified,
Py_UNICODE type will charge 4 bytes
per character (as we do for wchar_t)
Repo-copied by: joe (thanks!)
|
|
Approved by: tg
|
|
|