Page MenuHomeFreeBSD

perl: remove _PERL5_DEFAULT_FILE - unnecessary these days?
Needs ReviewPublic

Authored by rfyu28uyeg_snkmail.com on Apr 8 2018, 2:44 PM.
Tags
Referenced Files
F89345749: D15016.id.diff
Fri, Jul 26, 8:40 PM
Unknown Object (File)
Sat, Jul 20, 10:30 PM
Unknown Object (File)
Wed, Jul 17, 3:09 PM
Unknown Object (File)
Tue, Jul 9, 10:31 PM
Unknown Object (File)
Jun 24 2024, 10:01 AM
Unknown Object (File)
Jun 23 2024, 10:06 AM
Unknown Object (File)
Jun 19 2024, 1:23 PM
Unknown Object (File)
May 14 2024, 3:32 AM
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

I am unable to reproduce a condition that requires the _PERL5_DEFAULT_FILE in the current ports. This was added in 2015: https://reviews.freebsd.org/D3704.

This change will remove the chance that a stray _PERL5_DEFAULT_FILE can be left in place which can cause problems.

See also comments at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227356

Test Plan

Re-install non-default perl port using portmaster. For example, install perl5.24 as the default perl port, remove DEFAULT_VERSIONS=perl5=5.24 from make.conf and use portmaster to re-install perl5.24 (note that perl5.26 is the default now). In my testing, it correctly re-installs perl5.24 as the default perl (with /usr/local/bin/perl, etc.).

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped