From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 11:03:19 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1DF71065673 for ; Tue, 21 Sep 2010 11:03:19 +0000 (UTC) (envelope-from aturetta@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 334B58FC08 for ; Tue, 21 Sep 2010 11:03:18 +0000 (UTC) Received: by wyb33 with SMTP id 33so7355686wyb.13 for ; Tue, 21 Sep 2010 04:03:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=A2eX+FxLu/mkYPZBht0Ia6vsER1ppAsIik214A7cENc=; b=JOg2beU0x7IqLRLiGg3Ka+ywuUBeb0C0pKJ9IWUIxxdZggDZZzM5LWfqNjrtZLVFKu N30qWkMnXTa8s9w7hhj6sS7siSmzdnQMvD3+HN71YEu3HZSdOMToCzW2Jt7lWVSezIlL RMV8s5zgaiLVOwHE8G0c+oDEaBWEI67PjrYH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=J6HS8oXFPYcsyAISrfrMjwbeUwwaXH2jwEyK8PS4mdG/IK68mbfepY57OI1RJBTp6u 6q01Fg02Tlsf9PxyTt+541N8+SXXqg0vnekkehXMEo+OUNqxG9NYxkrvaoL94czq7uFF LwtwJVhSdiUq6t6qz1eWQAmRGQ4ihoHnpzFBI= Received: by 10.227.135.75 with SMTP id m11mr3038634wbt.96.1285065452027; Tue, 21 Sep 2010 03:37:32 -0700 (PDT) Received: from [192.168.44.68] (adsl-ull-144-20.51-151.net24.it [151.51.20.144]) by mx.google.com with ESMTPS id m25sm6962635wbc.19.2010.09.21.03.37.30 (version=SSLv3 cipher=RC4-MD5); Tue, 21 Sep 2010 03:37:30 -0700 (PDT) Message-ID: <4C988AE9.1050500@gmail.com> Date: Tue, 21 Sep 2010 12:37:29 +0200 From: Angelo Turetta User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 21 Sep 2010 11:13:05 +0000 Subject: Re: Port won't build because of installed conflict X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2010 11:03:19 -0000 On 20:59, Ian FREISLICH wrote: > Hi > > [mini] /usr/ports/www/firefox # make > try make DISABLE_CONFLICTS=YES or use ports-mgmt/portmaster portmaster -o www/firefox firefox-3.5.13,1 Ciao, Angelo.