| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-04-25 | Remove python 2.1 from the default set of acceptable python packages | tnn | 1 | -3/+3 | |
| so that packages that require it must specify so explicitly. | |||||
| 2008-04-25 | De-orbit support for python 2.0 and python 2.2 under the "three major | tnn | 1 | -20/+6 | |
| releases is enough" rule of thumb. (python 2.3 was released 5 years ago.) Keep python 1.5 and 2.1 though, because there are a handful of packages that still need them. | |||||
| 2008-04-24 | adjust directory for python25 | tnn | 1 | -7/+3 | |
| 2008-04-18 | As all Python packages are required to include lang/python/pyversion.mk | joerg | 1 | -6/+8 | |
| anyway, simplify logic a bit: Add Python 2.5 to the default list, but also mark it as incompatible if wip/python25 is not present. Move the Darwin handling after setting a default value. Provide a new variable _PYTHON_VERSIONS_ACCEPTED that is filtered by PYTHON_VERSIONS_INCOMPATIBLE. This helps to avoid providing broken dependencies when a version is not supported as PYPKGPREFIX wouldn't be set in that case. | |||||
| 2008-04-11 | only set 25 in PYTHON_VERSIONS_ACCEPTED if ../../wip/python25/Makefile found | abs | 1 | -1/+5 | |
| 2008-04-11 | Add 25 to PYTHON_VERSIONS_ACCEPTED, so PYTHON_VERSION_DEFAULT=25 works in ↵ | abs | 1 | -2/+2 | |
| mk.conf | |||||
| 2008-03-15 | For Python 2.5, check that the wip directory actually exists. | joerg | 1 | -2/+2 | |
| 2008-02-20 | Removed colons from variable names so they are accessible to "bmake | rillig | 1 | -8/+15 | |
| help". | |||||
| 2008-02-04 | Revert last. Python 2.5 is not in the main tree and creating noise for | joerg | 1 | -2/+2 | |
| bulk builds is inacceptable. | |||||
| 2008-02-01 | python 2.5 should be supported because it's the current production release, | xtraeme | 1 | -6/+13 | |
| make it understand wip/python25 and PYTHON_VERSION_DEFAULT=25. Change the wip path iff python25 is imported. | |||||
| 2008-01-31 | Improved the wording for the cases where PYTHON_VERSIONS_INCOMPATIBLE | rillig | 1 | -4/+5 | |
| should be used instead of PYTHON_VERSIONS_ACCEPTED. | |||||
| 2008-01-31 | Explained the comment for PYTHON_VERSIONS_ACCEPTED and documented why | rillig | 1 | -7/+8 | |
| PYTHON_VERSIONS_INCOMPATIBLE should be used instead. | |||||
| 2007-08-24 | Added PYTHON to ALL_ENV, since otherwise many packages may be confused | rillig | 1 | -1/+3 | |
| by other Python installations. | |||||
| 2007-01-07 | In the BUILD_DEFS message, print which Python version has actually been | rillig | 1 | -2/+6 | |
| selected. | |||||
| 2006-09-07 | Moved the BUILD_DEFS code a bit so that it only gets executed when the | rillig | 1 | -3/+2 | |
| PYTHON_VERSION_DEFAULT can really change things. Thanks to joerg for noticing it. | |||||
| 2006-09-07 | Added the usual documentation. | rillig | 1 | -1/+37 | |
| Whenever this file is used, PYTHON_VERSION_DEFAULT is added to BUILD_DEFS to inform the user that the Python version is configurable. | |||||
| 2006-08-08 | set the default defauly python version to 2.4 | drochner | 1 | -2/+2 | |
| 2006-06-30 | py15-distutils-* => py15-distutils-[0-9]* | joerg | 1 | -2/+2 | |
| 2006-06-15 | Don't query distutils when bootstrapping it. Should fix problems | joerg | 1 | -2/+2 | |
| with devel/py-distutils from the bulk builds. | |||||
| 2006-06-04 | Remove logic to use the current installed Python as default. | joerg | 1 | -47/+19 | |
| Always prefer the default version and fallback to the first entry of PYTHON_VERSIONS_ACCEPTED, which is supported by the current system. Also honour PYTHON_VERSIONS_ACCEPTED and _INCOMPATIBLE, when PYTHON_VERSION_REQD is used. | |||||
| 2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -13/+13 | |
| RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day). | |||||
| 2005-11-04 | Use PTHREAD_OPTS+=require instead of a "=". | rillig | 1 | -2/+3 | |
| 2005-07-09 | Prevent include of nonexisting file when the requested python version | kristerw | 1 | -2/+4 | |
| is not available for the platform. Mark packages as "unavailable" instead of "broken" when they depend on a python version that is not available for the platform. | |||||
| 2005-06-23 | Fix typo: it's BUILDLINK_DEPMETHOD.python not BUILD_DEPMETHOD.python. | seb | 1 | -2/+2 | |
| 2005-03-29 | Use PKG_FAIL_REASON when the python version is not found, otherwise | xtraeme | 1 | -2/+2 | |
| will get an unassociated shell command building some packages. | |||||
| 2005-03-24 | Remove redundant inclusion of pth/buildlink3.mk. This exact same code | jlam | 1 | -4/+1 | |
| already exists in pthread.buildlink3.mk. | |||||
| 2005-03-24 | Don't check for USE_BUILDLINK3 anymore in these files. These are included | jlam | 1 | -15/+7 | |
| by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages. | |||||
| 2005-01-24 | Remove 23 from PYTHON_VERSIONS_INCOMPATIBLE in the Darwin case. | recht | 1 | -2/+2 | |
| It builds and runs just fine. | |||||
| 2005-01-23 | Build Python with thread support by default and turn the existing | recht | 1 | -73/+8 | |
| python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles. | |||||
| 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 | |
