aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.python.mk
Commit message (Collapse)AuthorAgeFilesLines
* - add PYTHON to CONFIGURE_ENV so that ports using auto* for python will beAlexander Botero-Lowry2007-02-261-0/+3
| | | | | | | | | able to detect it if it's not installed as bin/python Prodded by: 104560, and others Notes: svn path=/head/; revision=185960
* Update to Python 2.4.4.Xin LI2007-02-141-2/+2
| | | | | | | | | Approved by: maintainer timeout, alexbl (python@) Tested by: pointyhat PR: ports/105901 Notes: svn path=/head/; revision=185141
* Remove python21 and python22 bits now that they are gone.Tom McLaughlin2007-01-271-19/+1
| | | | | | | Approved by: python@ (alexbl) Notes: svn path=/head/; revision=183383
* - Fix whitespacesMartin Wilke2007-01-171-2/+2
| | | | | | | Approved by: alexbl Notes: svn path=/head/; revision=182625
* - add a PYTHON_VER variable to bsd.python.mk, this provides a simple x.yAlexander Botero-Lowry2007-01-171-0/+6
| | | | | | | | version variable for the Python installation which is to be used when making egg filenames instead of using the internal _PYTHON_VERSION Notes: svn path=/head/; revision=182624
* - add a PYWSGIREF dependency line since wsgiref is included with 2.5Alexander Botero-Lowry2006-12-221-1/+11
| | | | Notes: svn path=/head/; revision=180460
* - add ${PYHASHLIB} dependency macro to bsd.python.mkAlexander Botero-Lowry2006-12-131-0/+9
| | | | Notes: svn path=/head/; revision=179626
* - Mark devel/py-ctypes IGNORE with Python 2.5 [1]Alexander Botero-Lowry2006-12-081-0/+12
| | | | | | | | | | | | | - add a PYCTYPES dependency macro to bsd.python.mk to unbreak ctypes using ports on Python 2.5 [2] - Update two of the four ports using ctypes to this macro [3] PR: 104587 [1] Submitted by: Marcus von Appen <mva@sysfault.org> [1] Approved by: portmgr (pav, linimon) [2], myself [3] Notes: svn path=/head/; revision=179198
* - Add PYNUMPY macro to bsd.python.mkAlexander Botero-Lowry2006-12-081-0/+2
| | | | | | | | | | | | Ports using Py-Numeric should be aware that it is considered deprecated in favor of NumPy. PR: 105544 Submitted by: Diane Bruce <db@db.net> Approved by: maintainer timeout, python@ (self) Notes: svn path=/head/; revision=179155
* - Add support for Zope 2.10Pav Lucistnik2006-11-301-5/+9
| | | | | | | | PR: ports/106001 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Notes: svn path=/head/; revision=178336
* Revert the default version of Python to 2.4 for the ports freezeHye-Shik Chang2006-10-131-4/+4
| | | | | | | | | | | | period. Python 2.5 brought a vast range of incompatibility to a large number of ports, so the python@ team will do more basic compatibility work in a private repository and merge it later. Sorry for the inconvenience. Approved by: portmgr (kris) Notes: svn path=/head/; revision=175244
* - Update the main python version to 2.5.Hye-Shik Chang2006-10-091-15/+8
| | | | | | | | | | | | | | - 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=175092
* Whitespace cleanup.Hye-Shik Chang2006-10-081-87/+98
| | | | | | | | PR: 104021 Submitted by: edwin Notes: svn path=/head/; revision=174951
* - Update lang/python-devel to Python 2.5c2Hye-Shik Chang2006-09-131-3/+3
| | | | | | | - Sync some recent workarounds from lang/python. Notes: svn path=/head/; revision=172949
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* Update python-devel to 2.5b3.Hye-Shik Chang2006-08-041-1/+1
| | | | Notes: svn path=/head/; revision=169619
* Fix to report a correct version number that we use. (2.5b1 -> 2.5.b1)Hye-Shik Chang2006-06-231-1/+1
| | | | Notes: svn path=/head/; revision=166071
* Update python-devel to 2.5b1.Hye-Shik Chang2006-06-231-5/+6
| | | | Notes: svn path=/head/; revision=166069
* Fence around shell execution variables not to fail abnormally whenHye-Shik Chang2006-06-161-5/+5
| | | | | | | | | Python segfaults. Reported by: jeff Notes: svn path=/head/; revision=165580
* Correct zope dependency target for 3.2.Hye-Shik Chang2006-06-031-1/+5
| | | | | | | | PR: 97151 Submitted by: Phil Oleson <oz@nixil.net> Notes: svn path=/head/; revision=164309
* Update to Python 2.4.3.Hye-Shik Chang2006-03-301-2/+2
| | | | Notes: svn path=/head/; revision=158415
* Update to Python trunk snapshot as of 2006-03-26.Hye-Shik Chang2006-03-261-1/+1
| | | | Notes: svn path=/head/; revision=158131
* Add support for Zope 2.9.Hye-Shik Chang2006-01-301-2/+5
| | | | | | | Submitted by: HAYASHI Yasushi <yasi@yasi.to> Notes: svn path=/head/; revision=154758
* - Zope 3.1 is now 3.2Pav Lucistnik2006-01-231-4/+4
| | | | Notes: svn path=/head/; revision=154290
* Fix a problem that it fails to detect PYTHON_PLATFORM on versionsHye-Shik Chang2005-12-071-1/+1
| | | | | | | | | without any dot. Reported by: kuriyama Notes: svn path=/head/; revision=150568
* Move instant messaging related ports to newly created net-im category:Pav Lucistnik2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus Notes: svn path=/head/; revision=147671
* Add new variables for the better Zope support:Hye-Shik Chang2005-11-061-4/+80
| | | | | | | | | | | | | | | | | | | - USE_ZOPE now gets USE_PYTHON-like version syntax to use in Zope product ports Makefiles to limit range of supported Zope versions. - "yes" for choosing default (2.7). - 2.8+ for 2.8 and any of higher versions. - -2.8 in case of the Zope product isn't ready for Zope 3. - 2.8-3.1 if the product isn't compatible with Python 2.3. - ZOPE_VERSION is to use in command line argument or /etc/make.conf. This accepts one of 2.7 2.8 and 3.1 currently. PR: 87476 Requested by: Filippo Natali <filippo.natali@gmail.com> Notes: svn path=/head/; revision=147422
* - Update to Python 2.4.2. [1]Hye-Shik Chang2005-10-021-28/+87
| | | | | | | | | | | | | | | | | | - Allow to override a command passing to distutils using PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2] - Allow to specify BUILD/RUN dependency separatedly. [3] - Replace shell executions with regex replacement on bsd.python.mk. [3] - Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3 and later versions because we've got thread-safe implementation. [4] - Add a workaround to avoid curses.h problem of FreeBSD base. PR: 86685 [1] Submitted by: Soeren Straarup <xride@x12.dk> [1], lioux [2], vsevolod [3], sobomax [4] Obtained from: Python CVS [4] Notes: svn path=/head/; revision=143983
* Update python-devel to 2.5.a0.20050728 snapshot.Hye-Shik Chang2005-07-281-1/+1
| | | | Notes: svn path=/head/; revision=140294
* - Add new bsd.python.mk-side support for Twisted Python.Hye-Shik Chang2005-07-071-2/+57
| | | | | | | | | | | | | This brings USE_TWISTED options which works like USE_GNOME to python ports. [1] - Fill comment about USE_ZOPE. [1] - Fix some mixed usage of tab and space. PR: 82445 [1] Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> [1] Notes: svn path=/head/; revision=138642
* Update to Python 2.4.1Hye-Shik Chang2005-04-031-2/+2
| | | | Notes: svn path=/head/; revision=132349
* Update lang/python23 to Python 2.3.5.Hye-Shik Chang2005-03-201-2/+2
| | | | Notes: svn path=/head/; revision=131738
* Resurrect lang/python-devel port with Python 2.5 development snapshotHye-Shik Chang2005-01-291-10/+18
| | | | | | | as of today. Notes: svn path=/head/; revision=127590
* Propagate PYTHON_VERSION to child make processes to avoid duplicatedHye-Shik Chang2005-01-291-0/+3
| | | | | | | | | | | dependency on many python versions. This fixes a problem that Zope product ports depend on both of Python 2.3 and 2.4 if they use not only Zope itself but also 3rd party Python modules. Submitted by: Filippo Natali <filippo.natali@widestore.net> Notes: svn path=/head/; revision=127585
* Remove trailing spaces.Kirill Ponomarev2005-01-091-4/+4
| | | | Notes: svn path=/head/; revision=125940
* Force to use Python 2.3 for Zope ports. We still have "duplicatedHye-Shik Chang2004-12-191-0/+4
| | | | | | | | | | | | ORIGIN" problem when a python extension module is needed by not only a Zope product but also non-Zope python application. And there's no known good solution yet. PR: 75013 Submitted by: Filippo Natali <filippo@widestore.net> Notes: svn path=/head/; revision=124494
* - Update lang/python to 2.4 final release.Hye-Shik Chang2004-12-011-5/+5
| | | | | | | - 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-1/+1
| | | | Notes: svn path=/head/; revision=122021
* Update -devel to Python-2.4b2.Hye-Shik Chang2004-11-061-1/+1
| | | | Notes: svn path=/head/; revision=120987
* Fix a regex to determine PYTHON_PLATFORM correctly on FreeBSD patchedHye-Shik Chang2004-10-221-1/+1
| | | | | | | | | revisions such as 5.2.1 or 4.6.1. Submitted by: tg Notes: svn path=/head/; revision=119954
* Update to 2.4a3Hye-Shik Chang2004-09-031-1/+1
| | | | | | | | PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=118057
* - Update to 2.4a2Hye-Shik Chang2004-08-071-1/+1
| | | | | | | | | | - Add IPV6 option [1] PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1] Notes: svn path=/head/; revision=115547
* If GNU_CONFIGURE or HAS_CONFIGURE is defined, don't configure withHye-Shik Chang2004-07-101-1/+1
| | | | | | | | | distutils. This reenables to build py-sgrep. Spotted by: kris Notes: svn path=/head/; revision=113316
* The tarball for Python 2.4a1 is renamed in the site.Hye-Shik Chang2004-07-091-1/+1
| | | | Notes: svn path=/head/; revision=113287
* - Update to 2.4a1, the first alpha release of Python 2.4.Hye-Shik Chang2004-07-081-9/+36
| | | | | | | | | | | | | - 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
* Remove deprecated ports: lang/python15 and lang/python20.Hye-Shik Chang2004-06-211-44/+2
| | | | Notes: svn path=/head/; revision=111902
* - Update to Python 2.3.4.Hye-Shik Chang2004-05-271-2/+2
| | | | | | | | - 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 ${EXPR} and ${ECHO_CMD} instead of verbose commands.Hye-Shik Chang2004-05-011-7/+7
| | | | | | | | PR: 66108 Submitted by: eik Notes: svn path=/head/; revision=108062
* - Enable ZOPE directory variables to be overridden in make.conf.Hye-Shik Chang2004-04-191-9/+2
| | | | | | | | | | - Install 3rd party products to the right place. PR: 65608 Submitted by: Gerhard Sschmidt <estartu@augusta.de> Notes: svn path=/head/; revision=107546
* - Update to 2.7.0Pav Lucistnik2004-04-021-2/+2
| | | | | | | | | PR: ports/63265 Submitted by: Gerhard Schmidt <estartu@augusta.de> Approved by: crowds on python@ via perky (in general) Notes: svn path=/head/; revision=105919