[Bug 287521] Updating perl5.36 to perl5.40.
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 287521] Updating perl5.36 to perl5.40."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Jun 2025 22:32:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287521
Tatsuki Makino <tatsuki_makino@hotmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com
--- Comment #10 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
The issue of PKGNAME becoming perl5.xx-5.xx instead of perl5-5.xx is a
well-known problem caused by a misconfiguration of DEFAULT_VERSIONS setting.
However, I feel that if one is not aware that the update method described in
UPDATING 20231017 has the following structure, it may be difficult to determine
when to change the setting.
&add_default_versions_to(q(/etc/make.conf));
if ($portupgrade_is_used) {
  &run_portupgrade_with_opt_o();
  &remove_default_versions_from(q(/etc/make.conf));
  &run_portupgrade_for_deps_of_shlib();
}
elsif ($portmaster_is_used) {
  &run_portmaster_with_opt_o();
  &remove_default_versions_from(q(/etc/make.conf));
  &run_portmaster_for_deps_of_shlib();
}
-- 
You are receiving this mail because:
You are on the CC list for the bug.