/lang/gcc44/

2062/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python22
Commit message (Collapse)AuthorAgeFilesLines
* Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerperky2005-02-042-1/+6
| | | | | | | | | | vulnerability. PR: 77079 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
* farewell to libxpg4.sf2004-11-151-7/+0
|
* - Add support for FreeBSD 6.perky2004-08-214-12/+549
| | | | | | | - Remove support for FreeBSD 2. Spotted by: marcus, kris Obtained from: Python CVS
* Allow to install and use 3rd party packages in X11BASE.perky2004-07-101-2/+5
| | | | | | | ${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be added to your python's sys.path if each directory exists. Suggested by: marcus
* Fixed a bug where the configure script couldn't detect getaddrinfo()perky2004-04-142-1/+11
| | | | | | properly if the KAME stack had SCTP support. Submitted by: suz
* Add SIZE data.perky2004-03-181-0/+1
| | | | Submitted by: trevor
* Correct pre-install target to pre-su-install so that the credentialperky2004-03-181-1/+1
| | | | | | switch happens before directories are created under PREFIX. Submitted by: marcel
* Set NO_LATEST_LINK to avoid confliction against lang/python.perky2004-02-271-1/+2
| | | | Spotted by: kris
* - Update lang/python-devel to Python-2.4 031022 snapshot.perky2003-10-301-4/+4
| | | | | | | | | | - 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]
* Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* portsperky2003-10-221-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>
* Utilize PYTHON_SITE_SUBDIR.perky2003-10-191-1/+1
|
* - Add python22 as an alternative version.perky2003-08-013-13/+25
| | | | | | | - 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]
* Set per-thread stack size to 0x20000 (default) or 0x100000perky2003-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
* o Utilize MASTER_SITE_PYTHON.perky2003-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.
* Take maintainerships from alane's python ports.perky2003-06-091-1/+1
| | | | Rest in Peace, Alan.
* REST IN PEACEwill2003-06-091-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.
* Update to 2.2.3perky2003-06-043-4/+62
| | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly)
* Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-07