[Bug 250053] perl5.32-5.32.0 doesn't meet perl5>=5.32.r0<5.33
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 5 22:53:10 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250053
--- Comment #4 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
If ${LOCALBASE}/bin/perl is existing, a DEFAULT_VERSION for perl will be
generated by ${LOCALBASE}/bin/perl. It is written in
/usr/ports/Mk/bsd.default-versions.mk.
If it is version 5.30 of /usr/local/bin/perl, PERL5_DEFAULT will be set to
5.30.
If you install 5.32. at that time, package name will become perl5.32-5.32.0
instead of perl5-5.32.0.
This funny default perl could be fixed by making sure /usr/local/bin/perl
doesn't exist and then reinstalling it. maybe :) I can't remember as I was able
to migrate it with no problem. :)
You can read the upgrade instructions to avoid such problems with the following
command.
> less +/^20161103: /usr/ports/UPDATING
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list