aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAgeFilesLines
* Correct pre-install target to pre-su-install so that the credentialHye-Shik Chang2004-03-181-1/+1
| | | | | | | | | switch happens before directories are created under PREFIX. Submitted by: marcel Notes: svn path=/head/; revision=104398
* - Fix installation problem where PREFIX != LOCALBASE.Hye-Shik Chang2004-03-112-2/+4
| | | | | | | - Add checksum for Python-2.4.a0.20040311 Notes: svn path=/head/; revision=103663
* Create a symbolic link to lib/python2.3.so on lib/python2.3/config/Hye-Shik Chang2004-03-092-1/+3
| | | | | | | | | for seamless upgrade from a static library. Suggested by: dd Notes: svn path=/head/; revision=103364
* Build and install a shared library and its frontend besides static oneHye-Shik Chang2004-03-082-20/+51
| | | | | | | | | | | | | | by default. [HEADS UP] The python executable and static library isn't built PIC anymore even on amd64 and ia64. Please use a shared library instead. Requested by: jhay, dd Tested by: Charles Swiger <cswiger@mac.com>, Tim Middleton <x@Vex.Net> Notes: svn path=/head/; revision=103302
* - Update stackless_python to 2.3.3 as of 040225 and unmark BROKEN.Hye-Shik Chang2004-02-271-1/+2
| | | | | | | - Set mutually exclusive confliction for {,stackless_}python. Notes: svn path=/head/; revision=102288
* - Add a workaround for the net/straw port installation problemHye-Shik Chang2004-02-242-1/+18
| | | | | | | | | recently introduced by libpthread. The problem was that waitpid(2) raised EINTR but python's distutils didn't catch it correctly. - PORTREVISION is bumped to 2, subsequently. Notes: svn path=/head/; revision=101946
* On ia64, libpython2.3 must be built with -fPIC as well. This unbreaksMarcel Moolenaar2004-02-161-1/+1
| | | | | | | KDE (for example). Notes: svn path=/head/; revision=101078
* - Use process scope threads instead of system scope to enable largeHye-Shik Chang2004-02-095-9/+97
| | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=100480
* Add checksum entry for Python 2.4 040106.Hye-Shik Chang2004-01-091-0/+1
| | | | Notes: svn path=/head/; revision=97728
* Fix builds for whom has VPATH on his/her environment variables.Hye-Shik Chang2003-12-281-0/+1
| | | | | | | | PR: 57731 Reported by: bms Notes: svn path=/head/; revision=96796
* - Update to Python-2.3.3Hye-Shik Chang2003-12-209-508/+42
| | | | | | | | | - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64. Notes: svn path=/head/; revision=96254
* Add WWW.Dmitry Sivachenko2003-12-041-0/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=94946
* Add fix for a fatal bug in type's GC handling causes segfaults.Hye-Shik Chang2003-11-215-1/+488
| | | | | | | | | http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u Obtained from: Python CVS Notes: svn path=/head/; revision=94597
* Ignore syntax errors on compiling 3rd party packages.Hye-Shik Chang2003-11-151-0/+16
| | | | | | | Tested by: Lee Harr <missive@hotmail.com> Notes: svn path=/head/; revision=94043
* Clarify a sentence on pkg-message.Hye-Shik Chang2003-11-121-1/+1
| | | | | | | | PR: 59196 Submitted by: Linh Pham <question@closedsrc.org> Notes: svn path=/head/; revision=93841
* - Include pyexpat module in python base ports because python incorporatedHye-Shik Chang2003-11-044-8/+5
| | | | | | | | | | | expat 1.95.6 in its distribution from Python-2.3. - Bump PORTREVISION subsequently. Requested by: Mike Brown <mike@skew.org> Jeremy Kloth <jeremy.kloth@fourthought.com> Notes: svn path=/head/; revision=93094
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-293-6/+6
| | | | | | | | | | | | | - Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2] Notes: svn path=/head/; revision=92598
* Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't haveMaxim Sobolev2003-10-293-2/+16
| | | | | | | | access to other arches yet), and enable it on freebsd5 (it's enabled on freebsd4 OOB). Notes: svn path=/head/; revision=92591
* Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* portsHye-Shik Chang2003-10-211-2/+2
| | | | | | | | | | because it does not point the most recent version of each from ports/Mk/bsd.python.mk 1.38. Reported by: Andy Fawcett <andy@athame.co.uk> Notes: svn path=/head/; revision=91831
* - Add WITHOUT_PYMALLOC knob that disables pymalloc, the internalHye-Shik Chang2003-10-191-1/+5
| | | | | | | | | | optimized heap manager for Python 2.3. [1] - Utilize PYTHON_SITE_SUBDIR. Submitted by: kuriyama [1] Notes: svn path=/head/; revision=91642
* Add alpha to list of 64bit architectures. (This fixes packageHye-Shik Chang2003-10-161-1/+1
| | | | | | | | | building on alpha) Spotted by: kris Notes: svn path=/head/; revision=91398
* Update to Python-2.3.2Hye-Shik Chang2003-10-044-31/+11
| | | | Notes: svn path=/head/; revision=90205
* - Install a 'real' shared object when BUILD_SHARED=yes. [1]Hye-Shik Chang2003-09-293-7/+19
| | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=89785
* Use smaller recursion limits on amd64 and sparc64 to avoidHye-Shik Chang2003-09-271-0/+19
| | | | | | | | | stack overflows. Tested on: sledge, panther Notes: svn path=/head/; revision=89577
* - Revive os.fsync function which is disabled by a typo of Python-2.3.1.Hye-Shik Chang2003-09-263-4/+25
| | | | | | | | | - Bump PORTREVISION Obtained from: Python CVS Notes: svn path=/head/; revision=89462
* Add notes about separated standard modules.Hye-Shik Chang2003-09-262-0/+14
| | | | Notes: svn path=/head/; revision=89408
* - Update to Python-2.3.1, the lastest Bugfix release.Hye-Shik Chang2003-09-243-14/+9
| | | | | | | | | | - Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed for them. - Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it on linking their own dynamic library. Notes: svn path=/head/; revision=89191
* BUILD_STATIC by default because it's better.Hye-Shik Chang2003-08-221-1/+2
| | | | | | | (See http://mail.python.org/pipermail/python-dev/2003-August/037472.html) Notes: svn path=/head/; revision=87482
* Add md5 digest for python 2.4a0.20030801Hye-Shik Chang2003-08-011-0/+1
| | | | Notes: svn path=/head/; revision=86115
* - Update to Python-2.3Hye-Shik Chang2003-07-315-451/+882
| | | | | | | | | | - 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] Notes: svn path=/head/; revision=86069
* Set per-thread stack size to 0x20000 (default) or 0x100000Hye-Shik Chang2003-07-091-1/+6
| | | | | | | | | | | (WITH_HUGE_STACK_SIZE=yes). This will enable python2.2 to run Zope and its products. Requested by: dwhite Reviewed by: dwhite Notes: svn path=/head/; revision=84509
* o Utilize MASTER_SITE_PYTHON.Hye-Shik Chang2003-07-042-4/+9
| | | | | | | | | | | o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2) o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python. Now, we can install all of these python versions together cleanly. Notes: svn path=/head/; revision=84198
* Take maintainerships from alane's python ports.Hye-Shik Chang2003-06-091-1/+1
| | | | | | | Rest in Peace, Alan. Notes: svn path=/head/; revision=82562
* REST IN PEACEWill Andrews2003-06-081-1/+1
| | | | | | | | | | | | Alan Eldridge Born December 15, 1961 in Iowa Died June 6, 2003 in Denver, Colorado Thank you for your contributions, you will be greatly missed. Notes: svn path=/head/; revision=82550
* Update to 2.2.3Hye-Shik Chang2003-06-043-4/+62
| | | | | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly) Notes: svn path=/head/; revision=82237
* Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2003-03-062-1/+1
| | | | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77037
* PORTREVSION => 2.Alan Eldridge2002-11-212-170/+2
| | | | | | | | Fix error pointed out by tg@. Now just blow away the Tools subdir on uninstall in case something compiled that stuff. Notes: svn path=/head/; revision=70681
* PORTREVISION => 1Alan Eldridge2002-11-211-0/+12
| | | | | | | | | | | | | | | | | | | | | | Added lotsa missing files to pllist. Added dl module for those who like to live dangerously (petef?). PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Notes: svn path=/head/; revision=70679
* PORTREVISION => 1Alan Eldridge2002-11-212-2/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added lotsa missing files to pllist. Added dl module for those who like to live dangerously (petef?). PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Notes: svn path=/head/; revision=70678
* Simplified threads configuration.Alan Eldridge2002-11-211-3/+5
| | | | Notes: svn path=/head/; revision=70671
* Take over as maintainer since tg is taking a leave of absence from portAlan Eldridge2002-11-151-1/+1
| | | | | | | maintenance. Notes: svn path=/head/; revision=70167
* Upgrade to Python-2.2.2.Hye-Shik Chang2002-10-175-30/+44
| | | | | | | Approved by: tg Notes: svn path=/head/; revision=68198
* Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.Thomas Gellekum2002-06-141-6/+6
| | | | Notes: svn path=/head/; revision=61261
* Fix building on the Alpha.Thomas Gellekum2002-05-162-4/+10
| | | | | | | Submitted by: gallatin Notes: svn path=/head/; revision=59259
* Add patch from SF PR #541980. This fixes 4suite.Thomas Gellekum2002-04-171-0/+14
| | | | | | | Submitted by: nectar Notes: svn path=/head/; revision=57801
* Upgrade to Python-2.2.Thomas Gellekum2002-04-124-64/+6
| | | | | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=57615
* Add SourceForge as a well connected secondary MASTER_SITES location.Thomas Gellekum2002-04-021-0/+2
| | | | | | | Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com> Notes: svn path=/head/; revision=57192
* Explicitly enable IPv6 support.Thomas Gellekum2002-04-021-2/+8
| | | | | | | Submitted by: sumikawa Notes: svn path=/head/; revision=57191
* Fix sizeof(wchar_t) calculation.Thomas Gellekum2002-01-211-0/+10
| | | | Notes: svn path=/head/; revision=53452
* Implement PyObject_DelItemString(), which was obviously forgotten forThomas Gellekum2002-01-162-0/+57
| | | | | | | | | | | Python-2.2. This will fix at least the metakit port. Bump PORTREVISION. Obtained from: Python CVS tree Notes: svn path=/head/; revision=53162