From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 10:27:36 2010 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 030371065674 for ; Thu, 22 Apr 2010 10:27:36 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id C8D928FC17 for ; Thu, 22 Apr 2010 10:27:35 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001) id 244214B7838; Thu, 22 Apr 2010 18:10:29 +0800 (CST) Date: Thu, 22 Apr 2010 18:10:29 +0800 From: Denny Lin To: Luca Pizzamiglio Message-ID: <20100422101028.GD57131@mail.hs.ntnu.edu.tw> References: <4BD01720.6020103@netfence.it> <4BD01891.7070804@bally-wulff.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4BD01891.7070804@bally-wulff.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports@freebsd.org Subject: Re: GMP change 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: Thu, 22 Apr 2010 10:27:36 -0000 On Thu, Apr 22, 2010 at 11:36:17AM +0200, Luca Pizzamiglio wrote: > Hallo Andrea, > > I've had the same problem using portupgrade and no clean solution found. > > This is the dirty trick I've used: > > pkg_delete -f libgmp4\* > portupgrade -N math/gmp > > BTW, portupgrade with -o doesn't work because now the conflicts is > checked "before" the building process and gmp building fails.. See if this works: # env DISABLE_CONFLICTS=1 portmaster -o math/gmp math/libgmp4 -- Denny Lin