summaryrefslogtreecommitdiff
path: root/lang/python23 (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-18- Get rid python-2.3 and python-3.0 (no longer under developement)Martin Wilke18-5147/+0
Reviewed by: alexbl, clsung, pav Notes: svn path=/head/; revision=246131
2009-07-14- Ask the first Python installed to install the bin/python link,Li-Wen Hsu1-2/+3
and be the default Python version PR: ports/109550 Submitted by: David Yeske <dyeske AT yahoo.com> Obtained from: tmclaugh Notes: svn path=/head/; revision=237770
2009-07-12- Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATALi-Wen Hsu2-493/+495
- portlint(1) Notes: svn path=/head/; revision=237642
2009-06-08- Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke1-0/+1
Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3 Notes: svn path=/head/; revision=235453
2008-08-21Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan1-1/+0
Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
2008-05-30Update python23 to 2.3.7.Hye-Shik Chang3-6/+4
Notes: svn path=/head/; revision=213912
2008-04-28- Fix zlib crash from zlib.decompressobj().flush(val)Martin Wilke3-0/+28
when val was not positive. It tried to allocate negative or zero memory. That fails. - Bump PORTREVISION PR: 123153 Submitted by: Nick Barkas <snb@threerings.net> Security: http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html Notes: svn path=/head/; revision=212137
2008-04-19- Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke1-2/+2
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
2008-03-16Update python23 to Python 2.3.6 and python24 to Python 2.4.5.Hye-Shik Chang4-30/+8
Notes: svn path=/head/; revision=209145
2007-10-29Add support for FreeBSD 8.Hye-Shik Chang5-12/+549
Obtained from: Python SVN (r58697, r58698) Notes: svn path=/head/; revision=202249
2007-10-03Remove support for OSVERSION < 5Edwin Groothuis1-4/+2
Notes: svn path=/head/; revision=200759
2007-07-30 - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2-2/+22
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
2007-01-21- history_length conflicts with include/readline/history.h.Rong-En Fan1-0/+44
Similar fix is in 2.4 and above. This causes an incomplete pkg-plist with gcc 4.x + newer ncurses. PR: ports/108031 Approved by: alexbl Notes: svn path=/head/; revision=182904
2006-10-09- Update the main python version to 2.5.Hye-Shik Chang1-2/+2
- 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-05-09Remove USE_REINPLACE from the categories starting with LEdwin Groothuis1-1/+0
Notes: svn path=/head/; revision=161836
2006-01-22SHA256ifyEdwin Groothuis1-0/+1
Approved by: krion@ Notes: svn path=/head/; revision=154157
2005-07-28- Add support for FreeBSD 7Hye-Shik Chang6-21/+591
- Drop support for FreeBSD 3 - Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ. [1] Submitted by: jkim [1] Obtained from: Python CVS Notes: svn path=/head/; revision=140289
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-04-02Fix package building on 64bit architectures.Hye-Shik Chang1-1/+1
Notes: svn path=/head/; revision=132265
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-03-20Update lang/python23 to Python 2.3.5.Hye-Shik Chang2-9/+3
Notes: svn path=/head/; revision=131738
2005-02-04Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerHye-Shik Chang2-1/+6
vulnerability. PR: 77080 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=128016
2005-01-30Resolve LATEST_LINK conflict of stackless_python versus python23.Hye-Shik Chang1-1/+1
Pointed out by: kris Notes: svn path=/head/; revision=127676
2004-12-01- Update lang/python to 2.4 final release.Hye-Shik Chang4-35/+18
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4 Notes: svn path=/head/; revision=122898
2004-11-20- Update python-devel to 2.4c1Hye-Shik Chang1-2/+2
Notes: svn path=/head/; revision=122021
2004-11-15farewell to libxpg4.FUJISHIMA Satsuki1-7/+0
Notes: svn path=/head/; revision=121637
2004-11-06Add checksum for Python-2.4b2.Hye-Shik Chang1-2/+2
Notes: svn path=/head/; revision=120989
2004-09-03Add distinfo for Python-2.4a3Hye-Shik Chang1-4/+2
Notes: svn path=/head/; revision=118058
2004-08-21Fix package build on 4-STABLE.Hye-Shik Chang1-1/+1
Submitted by: kstewart <kstewart@owt.com> Notes: svn path=/head/; revision=116911
2004-08-20- Add support for FreeBSD 6.Hye-Shik Chang5-16/+552
- Remove support for FreeBSD 2. Spotted by: marcus, kris Obtained from: Python CVS Notes: svn path=/head/; revision=116861
2004-08-07- Allow to disable IPv6 support [1]Hye-Shik Chang2-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
2004-07-10Make PORTREVISION overridable by slave ports.Hye-Shik Chang1-1/+1
Found by: eik's chkversion Notes: svn path=/head/; revision=113315
2004-07-09Allow to install and use 3rd party packages in X11BASE.Hye-Shik Chang1-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
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-08Add checksum info for 2.4a1.Hye-Shik Chang1-1/+2
Notes: svn path=/head/; revision=113223
2004-06-28Fix comment.Hye-Shik Chang1-1/+1
Submitted by: fjoe Notes: svn path=/head/; revision=112445
2004-06-04Use ${CC} instead of cc on dynamic linkings.Hye-Shik Chang1-4/+13
PR: 67515 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=110805
2004-05-27- Update to Python 2.3.4.Hye-Shik Chang6-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
2004-05-07Use OPTIONS.Hye-Shik Chang1-11/+12
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-04-14Fixed a bug where the configure script couldn't detect getaddrinfo()Hye-Shik Chang2-2/+10
properly if the KAME stack had SCTP support. Submitted by: suz Notes: svn path=/head/; revision=106995
2004-03-22Fix stackless build broken by the recent shared-build commit.Hye-Shik Chang1-1/+1
Submitted by: Sven Petai <hadara@bsd.ee> Notes: svn path=/head/; revision=104907
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-11- Fix installation problem where PREFIX != LOCALBASE.Hye-Shik Chang2-2/+4
- Add checksum for Python-2.4.a0.20040311 Notes: svn path=/head/; revision=103663
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-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
2004-02-27- Update stackless_python to 2.3.3 as of 040225 and unmark BROKEN.Hye-Shik Chang1-1/+2
- Set mutually exclusive confliction for {,stackless_}python. Notes: svn path=/head/; revision=102288
2004-02-24- Add a workaround for the net/straw port installation problemHye-Shik Chang2-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