From owner-cvs-ports@FreeBSD.ORG Thu Jun 16 23:38:55 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B9981065670; Thu, 16 Jun 2011 23:38:55 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 105088FC0C; Thu, 16 Jun 2011 23:38:54 +0000 (UTC) Received: from [IPv6:::1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p5GNcqmR040339; Thu, 16 Jun 2011 18:38:53 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4DFA940C.2030909@missouri.edu> Date: Thu, 16 Jun 2011 18:38:52 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Sahil Tandon References: <201106162238.p5GMcfrV085514@repoman.freebsd.org> <20110616231146.GA19139@magic.hamla.org> In-Reply-To: <20110616231146.GA19139@magic.hamla.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "cvs-ports@FreeBSD.org" , Stephen Montgomery-Smith , "cvs-all@FreeBSD.org" , "ports-committers@FreeBSD.org" Subject: Re: cvs commit: ports/astro/orsa Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2011 23:38:55 -0000 Sahil Tandon wrote: > On Thu, 2011-06-16 at 22:38:41 +0000, Stephen Montgomery-Smith wrote: > >> stephen 2011-06-16 22:38:41 UTC >> >> FreeBSD ports repository >> >> Modified files: >> astro/orsa Makefile >> Log: >> - Track updated dependency >> - Bump PORTREVISION > > Please remember to bump other ports that are affected by the math/GiNaC > shlib change. Already done. The only other port that uses math/GiNaC is math/octave-forge-symbolic, and that port was updated at the same time as math/GiNaC. I had actually thought about orsa at the time the GiNaC update was committed. The orsa port doesn't build on the i386 because the fftw dependency fails. But I should have considered the amd64 as well. Here is a question. Should I bump portrevision of math/octave-forge-symbolic anyway? Should one wait a day or so before committing the bumps to avoid certain "race" conditions with tinderbox, where it might build the port requiring the dependent before rebuilding the dependent? Thanks, Stephen