Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2022 14:56:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264255] Mk/bsd.default-versions.mk: update Perl to 5.36
Message-ID:  <bug-264255-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264255

            Bug ID: 264255
           Summary: Mk/bsd.default-versions.mk: update Perl to 5.36
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: mat@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

I'd like to change the default Perl version to 5.36, with a patch like this:

diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 5e4018a617dd..fd742caaab67 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -93,7 +93,7 @@ NINJA_DEFAULT?=3D               ninja
 # Possible values: 5.32, 5.34, 5.36, devel
 .  if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
     defined(PACKAGE_BUILDING))
-PERL5_DEFAULT?=3D                5.32
+PERL5_DEFAULT?=3D                5.36
 .  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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264255-7788>