From owner-freebsd-ports@freebsd.org Tue Feb 23 14:13:19 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 01E28AB1E13 for ; Tue, 23 Feb 2016 14:13:19 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C213781B for ; Tue, 23 Feb 2016 14:13:18 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id AA6DA1B22067 for ; Tue, 23 Feb 2016 15:13:10 +0100 (CET) Subject: Re: category customports To: freebsd-ports@freebsd.org References: <56C643D7.2010607@utanet.at> <20160218223546.GA56276@spectrum.skysmurf.nl> From: Torsten Zuehlsdorff Message-ID: <56CC68F6.6010108@toco-domains.de> Date: Tue, 23 Feb 2016 15:13:10 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160218223546.GA56276@spectrum.skysmurf.nl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 14:13:19 -0000 On 18.02.2016 23:35, Alphons van Werven wrote: > Walter Schwarzenfeld wrote: > >> But this could be overwritten with the next update. > [snip] >> But this could also [sic] overwritten. > > You're using portsnap for your updates, I presume? Subversion will not > override local changes (at least not without asking first). I have a tree > here that contains local ports and locally modified ports. That's exactly > why I use SVN instead of portsnap. > > You might get similar results if you use Git to update your tree, I don't > know about that. Yes, you do. While i really dislike Git for many reasons it is a very helpful tool when working on greater port-projects. You can fork and branch and incorporate the upstream changes whenever you feel it right. Greetings, Torsten