Topic: FreeBSD 9.2: PYTHON_DEFAULT_VERSION error
While the compiler was running this error message was generated:
PYTHON_DEFAULT_VERSION is defined, consider using DEFAULT_VERSIONS=python=2.7 instead
Grepping for "PYTHON_DEFAULT_VERSION" returned this:
# grep PYTHON_DEFAULT_VERSION /etc/make.conf
# iRedMail-PYTHON_DEFAULT_VERSION
PYTHON_DEFAULT_VERSION=python2.7
The reason why this is generating an error is because of:
20131003:
AFFECTS: users of lang/python* and ports
AUTHOR: mva@FreeBSD.orgThe default versions of lang/python* have been changed to support the
new DEFAULT_VERSIONS variable.PYTHON_DEFAULT_VERSION, PYTHON2_DEFAULT_VERSION and
PYTHON3_DEFAULT_VERSION are deprecated. If you have set them in your
make.conf, you should change them something likeDEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.3
In the interim, what can I change to make this error message go away?
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.