From owner-freebsd-ports@freebsd.org Fri May 13 09:47:00 2016 Return-Path: Delivered-To: freebsd-ports@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 64EA8B376C7 for ; Fri, 13 May 2016 09:47:00 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 525971A56 for ; Fri, 13 May 2016 09:47:00 +0000 (UTC) (envelope-from julian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 51A84B376C4; Fri, 13 May 2016 09:47:00 +0000 (UTC) Delivered-To: ports@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 51594B376C3 for ; Fri, 13 May 2016 09:47:00 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 280051A55 for ; Fri, 13 May 2016 09:46:59 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-225-151.lns20.per1.internode.on.net [121.45.225.151]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id u4D9kiLN041810 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 13 May 2016 02:46:48 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: suggested patch for bsd.ports.mk To: Andrzej Tobola References: <20160513072607.GB17437@volt.iem.pw.edu.pl> Cc: "ports@FreeBSD.org" From: Julian Elischer Message-ID: Date: Fri, 13 May 2016 17:46:38 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20160513072607.GB17437@volt.iem.pw.edu.pl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2016 09:47:00 -0000 On 13/05/2016 3:26 PM, Andrzej Tobola wrote: > On Fri, May 13, 2016 at 12:11:47AM +0800, Julian Elischer wrote: >> This patch is pretty self explanatory. >> >> it allows us to keep patches for various ports separately in a sparse >> hierarchy while not having to write to the ports tree itself. >> >> In case the list scrubs hte text attachment (diff) here's the >> description part of the diff. > >From a long time I am using unionfs - it simpler and allows also > to modyfy/mask all port files - e.g: > > mount -t nullfs -o ro /pub/FreeBSD/SVN/ports /usr/ports > mount -t unionfs -o ro /usr/local/ports /usr/ports > > -a > that is cool but it is not really suitable for use in a company's build farm.