From owner-freebsd-arch@freebsd.org Fri Mar 10 16:30:26 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 0ABB0D066D0 for ; Fri, 10 Mar 2017 16:30:26 +0000 (UTC) (envelope-from tijl@freebsd.org) 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 E751A1A6B for ; Fri, 10 Mar 2017 16:30:25 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E3F04D066CE; Fri, 10 Mar 2017 16:30:25 +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 E1D5FD066CD; Fri, 10 Mar 2017 16:30:25 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay110.isp.belgacom.be (mailrelay110.isp.belgacom.be [195.238.20.137]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F05021A69; Fri, 10 Mar 2017 16:30:24 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2D6DQBu08JY/0nD8VFdHAEBBAEBCgEBg?= =?us-ascii?q?1FBEIEIEo5hkF0pAZUOgg6GHAQCAoJAQhYBAgEBAQEBAQFrKIUWAQU6HCMQCw4?= =?us-ascii?q?KCSUPKh4GE4oEtAmKawEBAQEBBQEBAQEkiz2KOQWcPJIrdnqPQZNAJgYrgQM4L?= =?us-ascii?q?AiHFT81ihoBAQE?= X-IPAS-Result: =?us-ascii?q?A2D6DQBu08JY/0nD8VFdHAEBBAEBCgEBg1FBEIEIEo5hkF0?= =?us-ascii?q?pAZUOgg6GHAQCAoJAQhYBAgEBAQEBAQFrKIUWAQU6HCMQCw4KCSUPKh4GE4oEt?= =?us-ascii?q?AmKawEBAQEBBQEBAQEkiz2KOQWcPJIrdnqPQZNAJgYrgQM4LAiHFT81ihoBAQE?= Received: from 73.195-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.195.73]) by relay.skynet.be with ESMTP; 10 Mar 2017 17:30:21 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id v2AGUKou099602; Fri, 10 Mar 2017 17:30:21 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Fri, 10 Mar 2017 17:30:20 +0100 From: Tijl Coosemans To: Baptiste Daroussin Cc: arch@FreeBSD.org, ports@FreeBSD.org Subject: Re: manpath change for ports ? Message-ID: <20170310173020.60f75f7b@kalimero.tijl.coosemans.org> In-Reply-To: <20170306235610.cmpxk27jhoafel6l@ivaldir.net> References: <20170306235610.cmpxk27jhoafel6l@ivaldir.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Fri, 10 Mar 2017 16:30:26 -0000 On Tue, 7 Mar 2017 00:56:10 +0100 Baptiste Daroussin wrote: > 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? I don't think we can expect users to install the latest errata or to run the latest head or stable, so a port would be needed. Could the pkg port be used for this?