Changeset View
Changeset View
Standalone View
Standalone View
Mk/bsd.default-versions.mk
Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | |||||
LINUX_DEFAULT?= c6 | LINUX_DEFAULT?= c6 | ||||
.endif | .endif | ||||
.if defined(OVERRIDE_LINUX_BASE_PORT) | .if defined(OVERRIDE_LINUX_BASE_PORT) | ||||
LINUX_DEFAULT:= ${OVERRIDE_LINUX_BASE_PORT} | LINUX_DEFAULT:= ${OVERRIDE_LINUX_BASE_PORT} | ||||
WARNING+= "OVERRIDE_LINUX_BASE_PORT is deprecated, please use DEFAULT_VERSIONS+=linux=${OVERRIDE_LINUX_BASE_PORT}." | WARNING+= "OVERRIDE_LINUX_BASE_PORT is deprecated, please use DEFAULT_VERSIONS+=linux=${OVERRIDE_LINUX_BASE_PORT}." | ||||
.endif | .endif | ||||
# Possible values: 5.1, 5.2, 5.3 | # Possible values: 5.1, 5.2, 5.3 | ||||
LUA_DEFAULT?= 5.2 | LUA_DEFAULT?= 5.2 | ||||
# Possible values: 5.1, 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 5.5p, 5.6p, 5.7p | # Possible values: 5.1, 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 5.5p, 5.6p, 5.7p, 5.6w | ||||
mat: This line is getting worse at each adition. It should either be sorted by:
- version-brand… | |||||
MYSQL_DEFAULT?= 5.6 | MYSQL_DEFAULT?= 5.6 | ||||
# Possible values: 5.20, 5.22, 5.24, devel | # Possible values: 5.20, 5.22, 5.24, devel | ||||
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ | .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ | ||||
defined(PACKAGE_BUILDING)) | defined(PACKAGE_BUILDING)) | ||||
PERL5_DEFAULT?= 5.24 | PERL5_DEFAULT?= 5.24 | ||||
.elif !defined(PERL5_DEFAULT) | .elif !defined(PERL5_DEFAULT) | ||||
# There's no need to replace development versions, like "5.23" with "devel" | # There's no need to replace development versions, like "5.23" with "devel" | ||||
# because 1) nobody is supposed to use it outside of poudriere, and 2) it must | # because 1) nobody is supposed to use it outside of poudriere, and 2) it must | ||||
▲ Show 20 Lines • Show All 79 Lines • Show Last 20 Lines |
This line is getting worse at each adition. It should either be sorted by:
But here, a w crept between two p.