From owner-freebsd-arch@freebsd.org Tue Mar 7 16:50:04 2017 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6960BD026F6 for ; Tue, 7 Mar 2017 16:50:04 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 58D5D1ABC for ; Tue, 7 Mar 2017 16:50:04 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: by mailman.ysv.freebsd.org (Postfix) id 55613D026F3; Tue, 7 Mar 2017 16:50:04 +0000 (UTC) Delivered-To: arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54E97D026F2; Tue, 7 Mar 2017 16:50:04 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5ECF1ABA; Tue, 7 Mar 2017 16:50:03 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id v27GpuxG073029; Tue, 7 Mar 2017 08:52:02 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: arch@FreeBSD.org, ports@FreeBSD.org, Baptiste Daroussin In-Reply-To: <20170306235610.cmpxk27jhoafel6l@ivaldir.net> References: <20170306235610.cmpxk27jhoafel6l@ivaldir.net> From: "Chris H" Subject: Re: manpath change for ports ? Date: Tue, 07 Mar 2017 08:52:02 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <2cb7a36f0b82d690e1b19d853fc1ca05@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2017 16:50:04 -0000 On Tue, 7 Mar 2017 00:56:10 +0100 Baptiste Daroussin wrote > Hi all, > > I would like to propose a change in the localbase hier for ports > > I think we should add /usr/local/share/man in the manpath along with at first > and maybe instead of in long term. > > The reason is: > - /usr/local/share/man seems more consistent to me with base which have: > /usr/share/man > - It will remove lots of patches from the ports tree where were we need to > patch upstream build system to install in a non usual path. > > My proposal is to add to the manpath /usr/local/share/man in default man(1) > command in FreeBSD 12 (MFCed to 11-STABLE) > > and either provide an errata for 11.0/10.3 or a > /usr/local/etc/man.d/something.conf via a port or something like that for > those two, what do you think? > > For the same reason I would like to allow porters to stop patching (with > pathfix or anything else) the path for pkgconfig files and allow > /usr/local/lib/pkgconfig along with the current > /usr/local/libdata/pkgconfig:/usr/libdata/pkgconfig > > Which will also remove tons of hacks from the ports tree. > > What do you think? +1 please do. I can't think of any (good) reason not to. Thanks! --Chris > > Best regards, > Bapt