summaryrefslogtreecommitdiff
path: root/lang/python-devel (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-10-09- Update the main python version to 2.5.Hye-Shik Chang6-2158/+0
- Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others. Notes: svn path=/head/; revision=175093
2006-09-13- Update lang/python-devel to Python 2.5c2Hye-Shik Chang3-10/+22
- Sync some recent workarounds from lang/python. Notes: svn path=/head/; revision=172949
2006-08-10Fix plist for FreeBSD 7 or systems with OpenSSL 0.9.8.Hye-Shik Chang2-3/+17
Spotted by: pointyhat via kris Notes: svn path=/head/; revision=170267
2006-08-04Update python-devel to 2.5b3.Hye-Shik Chang3-35/+39
Notes: svn path=/head/; revision=169619
2006-07-15Mark broken: fails to install cleanly.Mark Linimon1-0/+2
Notes: svn path=/head/; revision=167926
2006-06-23Update python-devel to 2.5b1.Hye-Shik Chang4-22/+149
Notes: svn path=/head/; revision=166069
2006-05-09Remove USE_REINPLACE from the categories starting with LEdwin Groothuis1-1/+0
Notes: svn path=/head/; revision=161836
2006-03-27Fix build on environments without python.Hye-Shik Chang1-0/+3
Notes: svn path=/head/; revision=158286
2006-03-26Update to Python trunk snapshot as of 2006-03-26.Hye-Shik Chang4-2969/+1322
Notes: svn path=/head/; revision=158131
2006-01-22SHA256ifyEdwin Groothuis1-0/+1
Approved by: krion@ Notes: svn path=/head/; revision=154157
2005-07-28Update python-devel to 2.5.a0.20050728 snapshot.Hye-Shik Chang3-25/+43
Notes: svn path=/head/; revision=140294
2005-04-12At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien1-1/+1
after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
2005-04-11Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien1-1/+1
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
2005-03-28Fix package building on non-i386 platforms by unrestrict `audioop`Hye-Shik Chang1-1/+1
module for them in plist. Approved by: portmgr (kris) Notes: svn path=/head/; revision=132104
2005-03-23Unbreak package building on ia64, alpha, amd64 and sparc64 byHye-Shik Chang1-1/+1
adding ossaudiodev module to their plists, either. Approved by: portmgr (kris) Notes: svn path=/head/; revision=131910
2005-02-04Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerHye-Shik Chang2-0/+6
vulnerability. 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=128015
2005-01-29Resurrect lang/python-devel port with Python 2.5 development snapshotHye-Shik Chang5-563/+58
as of today. Notes: svn path=/head/; revision=127590
2004-12-01IGNORE this port for a while. Some 2.5.a0 snapshot will be availableHye-Shik Chang1-1/+3
in this port soon. Notes: svn path=/head/; revision=122899
2004-11-20- Update python-devel to 2.4c1Hye-Shik Chang2-3/+3
Notes: svn path=/head/; revision=122021
2004-11-15farewell to libxpg4.FUJISHIMA Satsuki1-7/+0
Notes: svn path=/head/; revision=121637
2004-11-06Update -devel to Python-2.4b2.Hye-Shik Chang3-6/+14
Notes: svn path=/head/; revision=120987
2004-09-03Update to 2.4a3Hye-Shik Chang6-160/+43
PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=118057
2004-08-21- Add support for FreeBSD 6.Hye-Shik Chang5-14/+667
- Drop FreeBSD 2 support. - Fix build on -stable. Spotted by: marcus, kris Obtained from: Python CVS Notes: svn path=/head/; revision=116864
2004-08-07- Update to 2.4a2Hye-Shik Chang5-53/+82
- Add IPV6 option [1] PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1] Notes: svn path=/head/; revision=115547
2004-07-09Allow to install and use 3rd party packages in X11BASE.Hye-Shik Chang1-4/+8
${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
2004-07-09The tarball for Python 2.4a1 is renamed in the site.Hye-Shik Chang1-2/+2
Notes: svn path=/head/; revision=113287
2004-07-08- Update to 2.4a1, the first alpha release of Python 2.4.Hye-Shik Chang6-37/+89
- Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit dependencies. [1] - Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on 'do-configure' targets. [2] Reviewed by: eik [1] Submitted by: Mike Brown <mike@skew.org> Notes: svn path=/head/; revision=113222
2004-06-28More OPTIONS change of UCS2->UCS4 which is missed in previous commit.Hye-Shik Chang1-1/+1
Notes: svn path=/head/; revision=112447
2004-06-28Test lack of non-default options for CONFIG-unaware environmentsHye-Shik Chang1-3/+3
as done in lang/python either. Submitted by: fjoe Notes: svn path=/head/; revision=112446
2004-05-07Use OPTIONS.Hye-Shik Chang1-12/+13
Submitted by: Stephane E. Potvin <sepotvin@videotron.ca> Notes: svn path=/head/; revision=108597
2004-04-18Reduce configure warning.Hye-Shik Chang1-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
2004-03-18Correct pre-install target to pre-su-install so that the credentialHye-Shik Chang1-1/+1
switch happens before directories are created under PREFIX. Submitted by: marcel Notes: svn path=/head/; revision=104398
2004-03-11Update to Python development snapshot as of 040311.Hye-Shik Chang3-6/+133
I must say that it's faster by 10%~ than previous snapshot or 2.3. And it incorporated CJKCodecs from this! :) Notes: svn path=/head/; revision=103662
2004-03-09Create a symbolic link to lib/python2.3.so on lib/python2.3/config/Hye-Shik Chang2-1/+3
for seamless upgrade from a static library. Suggested by: dd Notes: svn path=/head/; revision=103364
2004-03-08Build and install a shared library and its frontend besides static oneHye-Shik Chang2-19/+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
2004-01-09Fix plist.Hye-Shik Chang1-0/+1
Reported by: Mun-Kyo Seo <munggo@pmy.lv> Notes: svn path=/head/; revision=97730
2004-01-09Add missed deltas on 2.4 040106 update.Hye-Shik Chang2-7/+23
Notes: svn path=/head/; revision=97727
2004-01-09Update python-devel to 2.4 20040106 snapshot.Hye-Shik Chang1-2/+5
Notes: svn path=/head/; revision=97726
2003-12-04Add WWW.Dmitry Sivachenko1-0/+2
Approved by: maintainer Notes: svn path=/head/; revision=94946
2003-11-15Ignore syntax errors on compiling 3rd party packages.Hye-Shik Chang1-0/+16
Tested by: Lee Harr <missive@hotmail.com> Notes: svn path=/head/; revision=94043
2003-11-04- Include pyexpat module in python base ports because python incorporatedHye-Shik Chang3-1/+3
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
2003-10-29- Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang6-35/+68
- 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
2003-10-21Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* portsHye-Shik Chang1-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
2003-08-23BUILD_STATIC by default as lang/python does.Hye-Shik Chang1-1/+2
Notes: svn path=/head/; revision=87537
2003-08-01Update to 2.4a0 snapshot of 1 Aug 2003Hye-Shik Chang3-10/+10
Notes: svn path=/head/; revision=86113
2003-07-19Update to 2.3c1Hye-Shik Chang5-21/+13
Notes: svn path=/head/; revision=85183
2003-07-04o Utilize MASTER_SITE_PYTHON.Hye-Shik Chang3-19/+33
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
2003-07-03Update new python-devel port to 2.3.b2.Hye-Shik Chang4-445/+864
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!) Notes: svn path=/head/; revision=84141
2003-06-09Take maintainerships from alane's python ports.Hye-Shik Chang1-1/+1
Rest in Peace, Alan. Notes: svn path=/head/; revision=82562
2003-06-08 REST IN PEACEWill Andrews1-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