aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-08-14 17:04:30 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-08-14 17:04:30 +0000
commita382bbffeb390cc4c3dc64d0aaa1ddb166cebbc5 (patch)
tree82ba7e2d54855b9c00035557f30412ac4c1c0c62 /CHANGES
parent634ecc67fee823e1ec0268010e24480214383f27 (diff)
downloadports-a382bbffeb390cc4c3dc64d0aaa1ddb166cebbc5.tar.gz
ports-a382bbffeb390cc4c3dc64d0aaa1ddb166cebbc5.zip
- 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@
Notes
Notes: svn path=/head/; revision=364857
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index da96f31d3c0c..74229b55ed9c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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