summaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-18- Get rid python-2.3 and python-3.0 (no longer under developement)Martin Wilke1-42/+0
Reviewed by: alexbl, clsung, pav
2004-06-04Use ${CC} instead of cc on dynamic linkings.Hye-Shik Chang1-4/+13
PR: 67515 Submitted by: michael johnson <ahze@ahze.net>
2004-05-27- Update to Python 2.3.4.Hye-Shik Chang1-8/+0
- Test WITHOUT_* instead of WITH_* for values which are on by default so that package build clusters detect correctly.
2004-04-14Fixed a bug where the configure script couldn't detect getaddrinfo()Hye-Shik Chang1-1/+9
properly if the KAME stack had SCTP support. Submitted by: suz
2004-02-09- Use process scope threads instead of system scope to enable largeHye-Shik Chang1-9/+18
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]
2003-10-04Update to Python-2.3.2Hye-Shik Chang1-18/+9
2003-09-29- Install a 'real' shared object when BUILD_SHARED=yes. [1]Hye-Shik Chang1-2/+11
- 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]
2003-09-26- Revive os.fsync function which is disabled by a typo of Python-2.3.1.Hye-Shik Chang1-4/+13
- Bump PORTREVISION Obtained from: Python CVS
2003-07-31- Update to Python-2.3Hye-Shik Chang1-0/+0
- 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]
2003-07-19Update to 2.3c1Hye-Shik Chang1-12/+3
2003-07-03Update new python-devel port to 2.3.b2.Hye-Shik Chang1-0/+24
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!)
2002-10-17Upgrade to Python-2.2.2.Hye-Shik Chang1-10/+0
Approved by: tg
2002-01-21Fix sizeof(wchar_t) calculation.Thomas Gellekum1-0/+10