From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 19:57:04 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 2D6B210656B4 for ; Thu, 18 Jun 2009 19:57:04 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DA1BE8FC1D for ; Thu, 18 Jun 2009 19:57:03 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MHNjK-0005dg-Gl for freebsd-ports@freebsd.org; Thu, 18 Jun 2009 19:57:02 +0000 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 19:57:02 +0000 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 19:57:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: martinko Date: Thu, 18 Jun 2009 21:56:50 +0200 Lines: 39 Message-ID: References: <4A37F259.8000102@users.sf.net> <790a9fff0906161734l3408f419o36b2ff7940203fe3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.18) Gecko/20081125 SeaMonkey/1.1.13 In-Reply-To: Sender: news Subject: Re: FreeBSD Port: devel/boost-python 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, 18 Jun 2009 19:57:04 -0000 Jeremy Messenger wrote: > On Tue, 16 Jun 2009 19:34:43 -0500, Scot Hetzel wrote: > >> 2009/6/16 martinko : >>> Hallo, >>> >>> I've installed graphics/gimp which installed devel/boost. >>> Now I'm trying to install x11/kdebase4* that want devel/boost-python >>> which >>> is in conflict with devel/boost. >>> I don't think I've modified any port options, therefore I'm wondering >>> why >>> the ports fail to install. :-/ >>> What should I do to remedy the situation pls ? >>> >> >> Either uninstall graphics/gimp and devel/boost. First install >> devel/boost-python then graphics/gimp. > > You don't need to uninstall gimp. All you have to do is reinstall boost > with python option. The fix is on way from boost maintainer and being test. > > Cheers, > Mezz > >> Or use either portupgrade or pormaster to replace devel/boost with >> devel/boost-python: >> >> If using portupgrade: >> # portupgrade -o devel/boost-python devel/boost >> >> If using portmaster: >> # portmaster -o ldevel/boost-python devel/boost >> >> Scot > > That helped, thank you guys.