aboutsummaryrefslogtreecommitdiff
path: root/lang/python24
Commit message (Collapse)AuthorAgeFilesLines
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to Python 2.4.1Hye-Shik Chang2005-04-035-127/+43
| | | | Notes: svn path=/head/; revision=132349
* Fix package building on non-i386 platforms by unrestrict `audioop`Hye-Shik Chang2005-03-281-1/+1
| | | | | | | | | module for them in plist. Approved by: portmgr (kris) Notes: svn path=/head/; revision=132104
* Unbreak package building on ia64, alpha, amd64 and sparc64 byHye-Shik Chang2005-03-231-1/+1
| | | | | | | | | adding ossaudiodev module to their plists, either. Approved by: portmgr (kris) Notes: svn path=/head/; revision=131910
* Add checksum info for Python 2.3.5.Hye-Shik Chang2005-03-201-0/+2
| | | | Notes: svn path=/head/; revision=131739
* Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerHye-Shik Chang2005-02-042-0/+126
| | | | | | | | | | | | | vulnerability. PR: 77078 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Security: CAN-2005-0089 Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html Security: SimpleXMLRPCServer.py allows unrestricted traversal Notes: svn path=/head/; revision=128014
* Resurrect lang/python-devel port with Python 2.5 development snapshotHye-Shik Chang2005-01-291-2/+2
| | | | | | | as of today. Notes: svn path=/head/; revision=127590
* Add new utility target named 'upgrade-site-packages' to upgradeHye-Shik Chang2004-12-061-0/+22
| | | | | | | site-packages which was built on previous version of python. Notes: svn path=/head/; revision=123279
* mpz module is deprecated since Python 2.2 and removed in Python 2.4.Hye-Shik Chang2004-12-021-1/+0
| | | | Notes: svn path=/head/; revision=122960
* - Update lang/python to 2.4 final release.Hye-Shik Chang2004-12-0111-700/+334
| | | | | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4 Notes: svn path=/head/; revision=122898
* - Update python-devel to 2.4c1Hye-Shik Chang2004-11-201-2/+2
| | | | Notes: svn path=/head/; revision=122021
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-151-7/+0
| | | | Notes: svn path=/head/; revision=121637
* Add checksum for Python-2.4b2.Hye-Shik Chang2004-11-061-2/+2
| | | | Notes: svn path=/head/; revision=120989
* Add distinfo for Python-2.4a3Hye-Shik Chang2004-09-031-4/+2
| | | | Notes: svn path=/head/; revision=118058
* Fix package build on 4-STABLE.Hye-Shik Chang2004-08-211-1/+1
| | | | | | | Submitted by: kstewart <kstewart@owt.com> Notes: svn path=/head/; revision=116911
* - Add support for FreeBSD 6.Hye-Shik Chang2004-08-205-16/+552
| | | | | | | | | | - Remove support for FreeBSD 2. Spotted by: marcus, kris Obtained from: Python CVS Notes: svn path=/head/; revision=116861
* - Allow to disable IPv6 support [1]Hye-Shik Chang2004-08-072-2/+5
| | | | | | | | | | - Add checksum for 2.4a2 PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=115551
* Make PORTREVISION overridable by slave ports.Hye-Shik Chang2004-07-101-1/+1
| | | | | | | Found by: eik's chkversion Notes: svn path=/head/; revision=113315
* Allow to install and use 3rd party packages in X11BASE.Hye-Shik Chang2004-07-091-0/+4
| | | | | | | | | | ${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be added to your python's sys.path if each directory exists. Suggested by: marcus Notes: svn path=/head/; revision=113294
* The tarball for Python 2.4a1 is renamed in the site.Hye-Shik Chang2004-07-091-2/+2
| | | | Notes: svn path=/head/; revision=113287
* Add checksum info for 2.4a1.Hye-Shik Chang2004-07-081-1/+2
| | | | Notes: svn path=/head/; revision=113223
* Fix comment.Hye-Shik Chang2004-06-281-1/+1
| | | | | | | Submitted by: fjoe Notes: svn path=/head/; revision=112445
* Use ${CC} instead of cc on dynamic linkings.Hye-Shik Chang2004-06-041-4/+13
| | | | | | | | PR: 67515 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=110805
* - Update to Python 2.3.4.Hye-Shik Chang2004-05-276-91/+7
| | | | | | | | - Test WITHOUT_* instead of WITH_* for values which are on by default so that package build clusters detect correctly. Notes: svn path=/head/; revision=110139
* Use OPTIONS.Hye-Shik Chang2004-05-071-11/+12
| | | | | | | Submitted by: Stephane E. Potvin <sepotvin@videotron.ca> Notes: svn path=/head/; revision=108597
* Reduce configure warning.Hye-Shik Chang2004-04-181-0/+1
| | | | | | | | | PR: 55180 [1], 65680 [2] Submitted by: Rui Lopes <rui@ruilopes.com> [1], Roman Neuhauser <neuhauser@chello.cz> [2] Notes: svn path=/head/; revision=107414
* Fixed a bug where the configure script couldn't detect getaddrinfo()Hye-Shik Chang2004-04-142-2/+10
| | | | | | | | | properly if the KAME stack had SCTP support. Submitted by: suz Notes: svn path=/head/; revision=106995
* Fix stackless build broken by the recent shared-build commit.Hye-Shik Chang2004-03-221-1/+1
| | | | | | | Submitted by: Sven Petai <hadara@bsd.ee> Notes: svn path=/head/; revision=104907
* 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