| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2004-12-05 | add Python 2.4 | recht | 1 | -3/+30 | |
| 2004-07-23 | Add PRINT_PLIST_AWKs for PYINC, PYSITELIB and PYLIB. | recht | 1 | -1/+15 | |
| 2004-06-06 | Add a PYTHON_VERSIONS_INCOMPATIBLE, an additive variable that can be set | tv | 1 | -4/+8 | |
| by package Makefiles as well as buildlink3s to prevent usage of particular versions of Python -- even if they appear in PYTHON_VERSIONS_ACCEPTED. (And make Darwin exclusion use this variable instead, so that it effectively overrides any pkg's definition of _ACCEPTED.) | |||||
| 2004-05-23 | Now that all Python modules have been bl3ified remove the bl2 support. | recht | 1 | -29/+6 | |
| 2004-04-23 | set INSTALL_UNSTRIPPED on Darwin so modules will be able to resolve | danw | 1 | -4/+6 | |
| symbols in the python binary. Bump PKGREVISION and require the new versions on Darwin. Fixes pkg/25272 | |||||
| 2004-04-22 | Make Python 2.3 the default Python version. | recht | 1 | -3/+3 | |
| ok'd by drochner@ | |||||
| 2004-03-11 | Fix up the supported versions on Darwin | danw | 1 | -2/+2 | |
| 2004-01-25 | add buildlink3 support | recht | 1 | -3/+26 | |
| 2003-09-30 | DTRT for USE_BUILDLINK2=no (or [nN][oO]). | kristerw | 1 | -5/+5 | |
| 2003-08-04 | prepare for Python-2.3 | drochner | 1 | -3/+30 | |
| 2003-05-07 | use the same logics for pth dependency like in python2?-pth/Makefile | drochner | 1 | -3/+11 | |
| 2003-03-10 | add 22pth and 21pth to default 'accepted' list | jdolecek | 1 | -2/+2 | |
| fixes PR pkg/20601 by David W. Talmage | |||||
| 2002-12-23 | Remove references to pth/buildlink.mk. | wiz | 1 | -5/+1 | |
| 2002-11-23 | On Darwin, since it's currently the only Python that's usable there, | schmonz | 1 | -1/+5 | |
| force PYTHON_VERSIONS_ACCEPTED to "22". | |||||
| 2002-10-30 | Make default version of Python 2.2.x instead of 2.1.x. Since multiple | tsarna | 1 | -2/+2 | |
| versions of Python may be installed, and packages that require an earlier version can always specify that, this should cause no problem, and it seems sensible that people who don't care should get the latest. (drochner concurs) | |||||
| 2002-10-25 | another Python version | drochner | 1 | -1/+16 | |
| 2002-10-09 | Set PYPACKAGE to the ${PKGBASE} of the python package used. PYPACKAGE can | jlam | 1 | -1/+6 | |
| later be used to probe the values in the various buildlink2.mk files. | |||||
| 2002-10-09 | We actually refer to the pth-enable python package as "python21-pth". | jlam | 1 | -7/+7 | |
| 2002-09-25 | Fix typo on python21-pth pathname. | seb | 1 | -2/+2 | |
| 2002-09-20 | Move the definitions for PYINC, PYLIB, and PYSITELIB to pyversion.mk | jlam | 1 | -3/+12 | |
| so that they may be used by buildlink2.mk files. | |||||
| 2002-09-20 | Make this work with buildlink2. | jlam | 1 | -9/+26 | |
| 2002-08-20 | teach it about python21-pth | drochner | 1 | -1/+10 | |
| 2002-02-02 | force an error if no usable Python version is found | drochner | 1 | -1/+4 | |
| 2002-01-29 | tell it about Python-1.5 | drochner | 1 | -1/+12 | |
| 2002-01-19 | add an option to get a BUILD_DEPENDS only | drochner | 1 | -4/+9 | |
| 2002-01-17 | define a PYVERSSUFFIX (major.minor) and use it to define PYTHONBIN | drochner | 1 | -5/+11 | |
| add some comments | |||||
| 2002-01-16 | allow to override the python minor versions | drochner | 1 | -4/+8 | |
| 2002-01-16 | update for new location of the Python-2.0 pkg | drochner | 1 | -3/+2 | |
| 2002-01-15 | -protect against multiple inclusion | drochner | 1 | -3/+21 | |
| -know about Python-2.2 -add a way to override the version selection by a variable "PYTHON_VERSION_REQD" | |||||
| 2002-01-10 | split out the python version logics into a separate file, for use by | drochner | 1 | -0/+65 | |
| other buildlink-style files | |||||
