From owner-freebsd-ports@freebsd.org Mon Feb 20 17:05:02 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB0B0CE5879 for ; Mon, 20 Feb 2017 17:05:02 +0000 (UTC) (envelope-from kpg@caomhin.org) Received: from zoidberg.compliantgroup.com (zoidberg.compliantgroup.com [94.23.207.160]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE5F515F8 for ; Mon, 20 Feb 2017 17:05:02 +0000 (UTC) (envelope-from kpg@caomhin.org) Received: from thoth (host217-42-186-166.range217-42.btcentralplus.com [217.42.186.166]) (Authenticated sender: master@caomhin.org) by zoidberg.compliantgroup.com (Postfix) with ESMTPSA id 127E214D3EE; Mon, 20 Feb 2017 18:05:08 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.10.3 zoidberg.compliantgroup.com 127E214D3EE DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=caomhin.org; s=default; t=1487610309; bh=Owp84S4qlPCaKFnH5L5I7iEowPVe12C2KU9xVQqqubQ=; h=To:Cc:Subject:References:Date:From:In-Reply-To; b=BYkY+svQtmvTlJpf0TZaCmhN3QR7bcLLoepLAtROmsV83PIkUz+4vN38VJeh0sve2 f1XcOtcpaMt9nZm+fme6FfY+zl1NXk7neKl8irs8c1gXuXEwdfqvQeWGlj68cUQ6vm Q1Wd7DfG+1Lx99c8uXI6LX+TQ5UK/85mgyCYEl2I= Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "The Doctor" Cc: freebsd-ports@freebsd.org Subject: Re: devel/libevent shopstopper References: <20170220161109.GA40515@doctor.nl2k.ab.ca> <20170220165437.GA68130@doctor.nl2k.ab.ca> Date: Mon, 20 Feb 2017 17:05:01 -0000 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Kevin Golding" Message-ID: In-Reply-To: <20170220165437.GA68130@doctor.nl2k.ab.ca> User-Agent: Opera Mail/1.0 (Win32) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 17:05:03 -0000 On Mon, 20 Feb 2017 16:54:37 -0000, The Doctor wrote: > On Mon, Feb 20, 2017 at 04:22:03PM -0000, Kevin Golding wrote: >> On Mon, 20 Feb 2017 16:11:09 -0000, The Doctor >> >> wrote: >> > pkg-static: libevent-2.1.8 conflicts with libevent2-2.1.8 (installs >> > files into the same place). Problematic file: >> devel/libevent2 has been replaced with devel/libevent > > Yes, we know!! > > Does that fix the above issue? Yes, the conflicts message tells you that you're trying to install devel/libevent when you already have devel/libevent2 installed. Since they're both version 2.1.8 you're installing two copies of the same thing so the conflict is logical.