Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a variable for PYTHON_PORTVERSION. | tg | 2001-08-03 | 1 | -3/+4 |
| | |||||
* | Upgrade to 2.1.1. | tg | 2001-07-25 | 1 | -3/+3 |
| | |||||
* | Upgrade to 2.0.1. | tg | 2001-07-05 | 1 | -3/+3 |
| | |||||
* | Python-2.1 is the new default version. | tg | 2001-05-02 | 1 | -6/+21 |
| | |||||
* | I don't know offhand how to delay defining PYTHON_PLATFORM until | tg | 2001-04-04 | 1 | -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 of | tg | 2001-04-03 | 1 | -2/+5 |
| | | | | the platform it's running on. | ||||
* | Add back some definitions for Python-1.6. Some people obviously still | tg | 2001-03-01 | 1 | -1/+16 |
| | | | | use it. | ||||
* | Fix stupid typo (wrong path in py-xml dependency). <:-( | tg | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Depend on the latest and greatest py-xml package. | tg | 2000-11-16 | 1 | -1/+1 |
| | |||||
* | Python 2.0 is the new default version. 1.6 is history. | tg | 2000-10-18 | 1 | -21/+14 |
| | | | | | New variable PYTHON_INCLUDEDIR = ${LOCALBASE}/include/${PYTHON_VERSION}. Suggested by sobomax. | ||||
* | Use Python 2.0c1. | tg | 2000-10-10 | 1 | -3/+3 |
| | |||||
* | - Upgrade version number for Python 2.0b2. | tg | 2000-09-28 | 1 | -11/+29 |
| | | | | | | | - Use full path for PYTHON_CMD - Add PYTHON_PKGNAMEPREFIX - Add PYTHON_REL - Prevent against multiple inclusion | ||||
* | Fix PYXML dependency line. | tg | 2000-09-12 | 1 | -4/+10 |
| | | | | Add PYTHON_REL, which gives the version as a number, not a string. | ||||
* | Add bsd.python.mk. This file contains definitions which hopefully | tg | 2000-09-08 | 1 | -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 |