From owner-freebsd-ports@FreeBSD.ORG Tue May 19 20:58:09 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA26E1065675 for ; Tue, 19 May 2009 20:58:09 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id B91558FC13 for ; Tue, 19 May 2009 20:58:09 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from laptop3.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.3/8.14.3) with ESMTP id n4JKw83C087544; Tue, 19 May 2009 15:58:08 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4A131D60.5090704@missouri.edu> Date: Tue, 19 May 2009 15:58:08 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.21) Gecko/20090512 SeaMonkey/1.1.16 MIME-Version: 1.0 To: Robert Huff References: <4A12CD95.6040204@netfence.it> <18962.55105.97714.631461@jerusalem.litteratus.org> In-Reply-To: <18962.55105.97714.631461@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Andrea Venturoli , freebsd-ports@freebsd.org Subject: Re: portupgrade -R order X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:58:10 -0000 Robert Huff wrote: > Andrea Venturoli writes: > >> I have a question about the order in which portupgrade -R handles ports. >> >> If I issue: >> portupgrade -R it-openoffice.org >> >> it will upgrade openoffice.org, *then* gcc43. >> >> I would guess openoffice.org requires gcc43 to build, but then, >> shouldn't it be handled *before*? >> >> (This is only an example, it happens with other ports too). > > 1) I can confirm this is not unique to OpenOffice; it's > currently happening to me with bash. > 2) Does OpenOffice require gcc-4.3.4? Not according to > "pkg_info -r". It might be an indirect dependency, but then one > would expect things to still build in the correct order. My experience is that openoffice will NOT build properly if gcc43 is installed. So maybe it deinstalled gcc43, built openoffice, and then rebuilt gcc43.