From owner-freebsd-stable@FreeBSD.ORG Mon Dec 10 16:27:01 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B8DD80E; Mon, 10 Dec 2012 16:27:01 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 2E8998FC19; Mon, 10 Dec 2012 16:27:00 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qBAGR0ms052588; Mon, 10 Dec 2012 09:27:00 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qBAGR0DA052585; Mon, 10 Dec 2012 09:27:00 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 10 Dec 2012 09:27:00 -0700 (MST) From: Warren Block To: Matthew Seaman Subject: Re: How to update ports tree indexes when using svn In-Reply-To: <50C5F5E7.7000506@freebsd.org> Message-ID: References: <28991355150396@web18f.yandex.ru> <50C5F5E7.7000506@freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 10 Dec 2012 09:27:00 -0700 (MST) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 16:27:01 -0000 On Mon, 10 Dec 2012, Matthew Seaman wrote: > On 10/12/2012 14:39, S.N.Grigoriev wrote: >> after the security announcement >> (http://www.freebsd.org/news/2012-compromise.html) I use svn to >> update my local ports tree. I've found out that the port index is not >> updated. What is the preferred/recommended way to update port indexes >> when using svn? > > That ports INDEX generated for 'make fetchindex' is not being updated is > a temporary thing, while machines are quarantined and rebuilt. So you > could just wait for a few weeks until service is resumed. 'portmaster -L' also seems to work without an updated index, just leave out the --index-only option. I have not looked to see how it does that so quickly, or verified that it does not miss anything. # portmaster -L | egrep '(ew|ort) version|total install'