diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-08-14 17:04:30 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-08-14 17:04:30 +0000 |
commit | a382bbffeb390cc4c3dc64d0aaa1ddb166cebbc5 (patch) | |
tree | 82ba7e2d54855b9c00035557f30412ac4c1c0c62 /CHANGES | |
parent | - enable options TLS SASL SASLAUTHD by default (diff) |
- Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
usually should be mutually exclusive, but some ports include both knobs
Phabric: D581
Recommended by: danfe@, makc@
Reviewed by: danfe, wg, antoine
Approved by: portmgr
With hat: python@
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,10 +22,10 @@ AUTHOR: mva@FreeBSD.org ... Additionally, several Python specific features have been converted - to USES-inspired PYTHON_FEATURES=<featureA>,<featureB>. + to USES-inspired USE_PYTHON=<featureA>,<featureB>. - USE_PYDISTUTILS becomes PYTHON_FEATURES=distutils - PYDISTUTILS_AUTOPLIST becomes PYTHON_FEATURES=autoplist + USE_PYDISTUTILS becomes USE_PYTHON=distutils + PYDISTUTILS_AUTOPLIST becomes USE_PYTHON=autoplist ... Please read the header comments of Uses/python.mk for more details |