From owner-freebsd-ports@freebsd.org Fri May 13 07:32:23 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 DBF22B3810E for ; Fri, 13 May 2016 07:32:23 +0000 (UTC) (envelope-from ato@volt.iem.pw.edu.pl) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id CE03F18B8 for ; Fri, 13 May 2016 07:32:23 +0000 (UTC) (envelope-from ato@volt.iem.pw.edu.pl) Received: by mailman.ysv.freebsd.org (Postfix) id CD661B3810D; Fri, 13 May 2016 07:32:23 +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 CD0A2B3810C for ; Fri, 13 May 2016 07:32:23 +0000 (UTC) (envelope-from ato@volt.iem.pw.edu.pl) Received: from volt.iem.pw.edu.pl (volt.iem.pw.edu.pl [194.29.146.3]) by mx1.freebsd.org (Postfix) with SMTP id 3F0E118B4; Fri, 13 May 2016 07:32:23 +0000 (UTC) (envelope-from ato@volt.iem.pw.edu.pl) Received: by volt.iem.pw.edu.pl (Postfix, from userid 700) id 747B5D51EC7; Fri, 13 May 2016 09:26:07 +0200 (CEST) Date: Fri, 13 May 2016 09:26:07 +0200 From: Andrzej Tobola To: Julian Elischer Cc: "ports@FreeBSD.org" Subject: Re: suggested patch for bsd.ports.mk Message-ID: <20160513072607.GB17437@volt.iem.pw.edu.pl> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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 07:32:24 -0000 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