summaryrefslogtreecommitdiff
path: root/Mk/bsd.python.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to Python-2.3.3Hye-Shik Chang2003-12-201-2/+3
| | | | | | - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64.
* Add dependency line for pyexpat as ${PYEXPAT} to provide adaptiveHye-Shik Chang2003-11-041-0/+6
| | | | dependency for both of pre-2.3.2_2 and after-.
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-291-10/+21
| | | | | | | | | | - 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]
* - Provide correct PYTHON_PORTVERSION as not default python's butHye-Shik Chang2003-10-191-20/+23
| | | | | user-specified. - Provide PYTHON_SITE_SUBDIR for separated python standard module ports.
* - Enable restricting compatible python versions by USE_PYTHONHye-Shik Chang2003-10-161-10/+70
| | | | | | | | | | | | | | eg) USE_PYTHON= yes # backward compatible USE_PYTHON= 2.2 # same as PYTHON_VERSION=python2.2 USE_PYTHON= 2.1+ # 2.1 at least USE_PYTHON= 2.0-2.2 # from 2.0 to 2.2 USE_PYTHON= -2.3 # up to 2.3. 2.4 is not allowed. - Introduce a new variable, PYTHON_PKGNAMESUFFIX for ports that is more popular without 'py-' prefix like Mailman or Zope. Reviewed by: silence on ports@
* Update to Python-2.3.2Hye-Shik Chang2003-10-041-2/+2
|
* - Update to Python-2.3.1, the lastest Bugfix release.Hye-Shik Chang2003-09-241-2/+2
| | | | | | | - Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed for them. - Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it on linking their own dynamic library.
* - Update to Python-2.3Hye-Shik Chang2003-07-311-41/+32
| | | | | | | - 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]
* Update to 2.3c1Hye-Shik Chang2003-07-191-2/+2
|
* Update new python-devel port to 2.3.b2.Hye-Shik Chang2003-07-031-3/+16
| | | | | | | | | | | | | 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!)
* Take maintainerships from alane's python ports.Hye-Shik Chang2003-06-091-1/+1
| | | | Rest in Peace, Alan.
* Update to 2.2.3Hye-Shik Chang2003-06-041-5/+5
| | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly)
* take over for tg@ who is away indefinitelyAlan Eldridge2002-11-211-1/+1
|
* Upgrade to Python-2.2.2.Hye-Shik Chang2002-10-171-2/+2
| | | | Approved by: tg
* Add variables for ZOPE. Patch supplied by maintinerAlan Eldridge2002-09-201-0/+21
| | | | | Submitted by: maintainer Approved by: maintainer
* New variable PYNUMERIC, containing a dependency line for the py-numericThomas Gellekum2002-07-151-0/+10
| | | | extension.
* - Support development versions of Python.Thomas Gellekum2002-06-141-15/+61
| | | | | | | | | - Allow installation to python-specific hierarchy. This will benefit users of Zope and mod_python. - Add PYTHON_*DIR variables to PLIST_SUB. PR: 38769 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Fix comment to reflect the actual usage of USE_PYDISTUTILS.Thomas Gellekum2002-04-261-3/+3
|
* New trigger USE_PYDISTUTILS. When defined, `do-build' and `do-install'Thomas Gellekum2002-04-171-6/+43
| | | | | | | | will call the equivalent of `python setup.py {build|install}'. This should help with most current extensions to the Python language. PR: 36537 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Upgrade to Python-2.2.Thomas Gellekum2002-04-121-2/+2
| | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Upgrade to 2.1.3.Thomas Gellekum2002-04-111-3/+3
| | | | | PR: 36977 36979 Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
* Upgrade python21 to 2.1.2, the latest bugfix release.Thomas Gellekum2002-01-221-3/+3
| | | | | | | PR: 34078 Submitted by: Hye-Shik Chang <perky@fallin.lv> Update checksum of dependent ports.
* Grr. Really fix PYTHON_WRKSRC for 2.1.1.Thomas Gellekum2002-01-161-1/+1
|
* Fix variables for Python-2.1.1.Thomas Gellekum2002-01-161-3/+3
|
* Add python2.2 to the list of legal PYTHON_VERSIONs.Thomas Gellekum2002-01-111-2/+3
|
* Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.Thomas Gellekum2002-01-071-4/+15
| | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports.
* Use a variable for PYTHON_PORTVERSION.Thomas Gellekum2001-08-031-3/+4
|
* Upgrade to 2.1.1.Thomas Gellekum2001-07-251-3/+3
|
* Upgrade to 2.0.1.Thomas Gellekum2001-07-051-3/+3
|
* Python-2.1 is the new default version.Thomas Gellekum2001-05-021-6/+21
|
* I don't know offhand how to delay defining PYTHON_PLATFORM untilThomas Gellekum2001-04-041-1/+4
| | | | | | | the dependencies are evaluated and $PYTHON_CMD will surely exist, so I fake it with the help of expr(1), $OPSYS and $OSREL. PR: 26318
* New variable PYTHON_PLATFORM, which contains Python's idea ofThomas Gellekum2001-04-031-2/+5
| | | | the platform it's running on.
* Add back some definitions for Python-1.6. Some people obviously stillThomas Gellekum2001-03-011-1/+16
| | | | use it.
* Fix stupid typo (wrong path in py-xml dependency). <:-(Thomas Gellekum2000-11-201-2/+2
|
* Depend on the latest and greatest py-xml package.Thomas Gellekum2000-11-161-1/+1
|
* Python 2.0 is the new default version. 1.6 is history.Thomas Gellekum2000-10-181-21/+14
| | | | | New variable PYTHON_INCLUDEDIR = ${LOCALBASE}/include/${PYTHON_VERSION}. Suggested by sobomax.
* Use Python 2.0c1.Thomas Gellekum2000-10-101-3/+3
|
* - Upgrade version number for Python 2.0b2.Thomas Gellekum2000-09-281-11/+29
| | | | | | | - Use full path for PYTHON_CMD - Add PYTHON_PKGNAMEPREFIX - Add PYTHON_REL - Prevent against multiple inclusion
* Fix PYXML dependency line.Thomas Gellekum2000-09-121-4/+10
| | | | Add PYTHON_REL, which gives the version as a number, not a string.
* Add bsd.python.mk. This file contains definitions which hopefullyThomas Gellekum2000-09-081-0/+113
make dealing with Python-related ports easier. This needs to be activated from bsd.ports.mk; Satoshi will do that later. Approved by: asami