[Differential] [Changed Subscribers] D2869: Make Perl behave and install files with u+w.
Anton Yuzhaninov
citrin+bsd at citrin.ru
Sat Jun 20 13:01:21 UTC 2015
On 06/19/15 23:10, Mathieu Arnold wrote:
> |> REVISION DETAIL
> |>https://reviews.freebsd.org/D2869
> |>
> |
> | What is the rationale behind this changes?
> | I think this patches is not useful for most FreeBSD users.
>
> For the users, no, but the ports tree installs files as 644/755, unless
> specifically asked to, Perl is not, and it's making the porter's job harder.
1. As perl developer I don't expect, that ExtUtils::Install on FreeBSD will have
different behavior than on other OSes.
2. Files expected to be edited by end users should be installed as 644/755 and
files don't expected to be changed by user is better to install as 444/555. And
most files installed by perl modules is not expected to be edited after install.
So I prefer default values from ExtUtils::Install
3. More patches we have in perl ports - less easy will be update this ports to
newer versions.
More information about the freebsd-perl
mailing list