Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2015 16:01:14 +0300
From:      Anton Yuzhaninov <citrin+bsd@citrin.ru>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        freebsd-perl@freebsd.org
Subject:   Re: [Differential] [Changed Subscribers] D2869: Make Perl behave and install files with u+w.
Message-ID:  <5585641A.4000609@citrin.ru>
In-Reply-To: <AD85B390A0620E561E2BF575@atuin.in.mat.cc>
References:  <differential-rev-PHID-DREV-yhhpaq7f5py3cz3yap7i-req@FreeBSD.org> <19f4a7cafea3ffe35435e559e7564b84@localhost.localdomain> <558457E5.5050207@citrin.ru> <AD85B390A0620E561E2BF575@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5585641A.4000609>