FreeBSD Bugzilla – Attachment 204817 Details for
Bug 238320
Mk/bsd.default-versions.mk: perl5 default detection warning with perl only installed in user-defined LOCALBASE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch path to perl
bsd.default-versions.mk.diff (text/plain), 1.10 KB, created by
Jeroen Pulles
on 2019-06-04 10:49:42 UTC
(
hide
)
Description:
patch path to perl
Filename:
MIME Type:
Creator:
Jeroen Pulles
Created:
2019-06-04 10:49:42 UTC
Size:
1.10 KB
patch
obsolete
>--- /usr/home/jern/ports/Mk/bsd.default-versions.mk.orig Tue Jun 4 12:29:09 2019 >+++ /usr/home/jern/ports/Mk/bsd.default-versions.mk Tue Jun 4 12:29:19 2019 >@@ -67,21 +67,21 @@ > # Possible values: 5.26, 5.28, 5.30, devel > .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ > defined(PACKAGE_BUILDING)) > PERL5_DEFAULT?= 5.28 > .elif !defined(PERL5_DEFAULT) > # 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 > # be set manually in /etc/make.conf in the first place, and we're never getting > # in here. > .if !defined(_PERL5_FROM_BIN) >-_PERL5_FROM_BIN!= perl -e 'printf "%vd\n", $$^V;' >+_PERL5_FROM_BIN!= ${LOCALBASE}/bin/perl -e 'printf "%vd\n", $$^V;' > .endif > _EXPORTED_VARS+= _PERL5_FROM_BIN > PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} > .endif > # Possible values: 9.4, 9.5, 9.6, 10, 11 > PGSQL_DEFAULT?= 9.5 > # Possible values: 7.1, 7.2, 7.3 > PHP_DEFAULT?= 7.2 > # Possible values: 2.7, 3.5, 3.6, 3.7 > PYTHON_DEFAULT?= 3.6
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238320
: 204817