View | Details | Raw Unified | Return to bug 238320
Collapse All | Expand All

(-)/usr/home/jern/ports/Mk/bsd.default-versions.mk Tue Jun 4 12:29:19 2019 (-1 / +1 lines)
Lines 67-87 Link Here
67
# Possible values: 5.26, 5.28, 5.30, devel
67
# Possible values: 5.26, 5.28, 5.30, devel
68
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
68
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
69
    defined(PACKAGE_BUILDING))
69
    defined(PACKAGE_BUILDING))
70
PERL5_DEFAULT?=                5.28
70
PERL5_DEFAULT?=                5.28
71
.elif !defined(PERL5_DEFAULT)
71
.elif !defined(PERL5_DEFAULT)
72
# There's no need to replace development versions, like "5.23" with "devel"
72
# There's no need to replace development versions, like "5.23" with "devel"
73
# because 1) nobody is supposed to use it outside of poudriere, and 2) it must
73
# because 1) nobody is supposed to use it outside of poudriere, and 2) it must
74
# be set manually in /etc/make.conf in the first place, and we're never getting
74
# be set manually in /etc/make.conf in the first place, and we're never getting
75
# in here.
75
# in here.
76
.if !defined(_PERL5_FROM_BIN)
76
.if !defined(_PERL5_FROM_BIN)
77
_PERL5_FROM_BIN!=      perl -e 'printf "%vd\n", $$^V;'
77
_PERL5_FROM_BIN!=      ${LOCALBASE}/bin/perl -e 'printf "%vd\n", $$^V;'
78
.endif
78
.endif
79
_EXPORTED_VARS+=       _PERL5_FROM_BIN
79
_EXPORTED_VARS+=       _PERL5_FROM_BIN
80
PERL5_DEFAULT:=                ${_PERL5_FROM_BIN:R}
80
PERL5_DEFAULT:=                ${_PERL5_FROM_BIN:R}
81
.endif
81
.endif
82
# Possible values: 9.4, 9.5, 9.6, 10, 11
82
# Possible values: 9.4, 9.5, 9.6, 10, 11
83
PGSQL_DEFAULT?=                9.5
83
PGSQL_DEFAULT?=                9.5
84
# Possible values: 7.1, 7.2, 7.3
84
# Possible values: 7.1, 7.2, 7.3
85
PHP_DEFAULT?=          7.2
85
PHP_DEFAULT?=          7.2
86
# Possible values: 2.7, 3.5, 3.6, 3.7
86
# Possible values: 2.7, 3.5, 3.6, 3.7
87
PYTHON_DEFAULT?=       3.6
87
PYTHON_DEFAULT?=       3.6

Return to bug 238320