Changeset View
Changeset View
Standalone View
Standalone View
Mk/bsd.default-versions.mk
| Show First 20 Lines • Show All 55 Lines • ▼ Show 20 Lines | |||||
| .endif | .endif | ||||
| _EXPORTED_VARS+= _PERL5_FROM_BIN | _EXPORTED_VARS+= _PERL5_FROM_BIN | ||||
| PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} | PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} | ||||
| .endif | .endif | ||||
| # Possible values: 9.2, 9.3, 9.4, 9.5, 9.6 | # Possible values: 9.2, 9.3, 9.4, 9.5, 9.6 | ||||
| PGSQL_DEFAULT?= 9.3 | PGSQL_DEFAULT?= 9.3 | ||||
| # Possible values: 5.6, 7.0 | # Possible values: 5.6, 7.0 | ||||
| PHP_DEFAULT?= 5.6 | PHP_DEFAULT?= 5.6 | ||||
| # Possible values: 2.7, 3.3, 3.4, 3.5 | # Possible values: cpython2.7, cpython3.3, cpython3.4, cpython3.5, pypy2.7 pypy3.3 | ||||
| PYTHON_DEFAULT?= 2.7 | PYTHON_DEFAULT?= cpython2.7 | ||||
| # Possible values: 2.7 | # Possible values: cpython2.7, pypy2.7 | ||||
| PYTHON2_DEFAULT?= 2.7 | PYTHON2_DEFAULT?= cpython2.7 | ||||
| # Possible values: 3.3, 3.4, 3.5 | # Possible values: cpython3.3, cpython3.4, cpython3.5, pypy2.7 pypy3.3 | ||||
mat: I don't think pypy3.3 is possible here. | |||||
Not Done Inline ActionsMmmm, sorry, pypy2.7 is the one that should not be here. mat: Mmmm, sorry, pypy2.7 is the one that should not be here. | |||||
| PYTHON3_DEFAULT?= 3.5 | PYTHON3_DEFAULT?= cpython3.5 | ||||
Not Done Inline Actionsshould be cpython3.4 antoine: should be cpython3.4 | |||||
Not Done Inline Actionsmissing a comma at the end. mat: missing a comma at the end. | |||||
| # Possible values: 2.0, 2.1, 2.2, 2.3 | # Possible values: 2.0, 2.1, 2.2, 2.3 | ||||
Done Inline ActionsShouldn't the default be kept to lang/python* ? mat: Shouldn't the default be kept to lang/python* ? | |||||
| RUBY_DEFAULT?= 2.2 | RUBY_DEFAULT?= 2.2 | ||||
| # Possible values: base, openssl, openssl-devel, libressl, libressl-devel | # Possible values: base, openssl, openssl-devel, libressl, libressl-devel | ||||
| .if !defined(SSL_DEFAULT) | .if !defined(SSL_DEFAULT) | ||||
| # If no preference was set, check for an installed base version | # If no preference was set, check for an installed base version | ||||
| # but give an installed port preference over it. | # but give an installed port preference over it. | ||||
| . if defined(WITH_OPENSSL_PORT) | . if defined(WITH_OPENSSL_PORT) | ||||
| . if defined(OPENSSL_PORT) | . if defined(OPENSSL_PORT) | ||||
| SSL_DEFAULT:=${OPENSSL_PORT:T} | SSL_DEFAULT:=${OPENSSL_PORT:T} | ||||
| ▲ Show 20 Lines • Show All 49 Lines • Show Last 20 Lines | |||||
I don't think pypy3.3 is possible here.