From owner-svn-ports-head@FreeBSD.ORG Wed Apr 29 16:09:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BE5D6E7; Wed, 29 Apr 2015 16:09:33 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 7958212BB; Wed, 29 Apr 2015 16:09:32 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id A5A623F44F; Wed, 29 Apr 2015 12:09:24 -0400 (EDT) Date: Wed, 29 Apr 2015 18:09:22 +0200 (CEST) From: Gerald Pfeifer To: Antoine Brodin cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384947 - in head/lang: . gcc5-devel In-Reply-To: Message-ID: References: <201504282340.t3SNebr6093811@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 16:09:33 -0000 On Wed, 29 Apr 2015, Antoine Brodin wrote: > There is a PKGBASE collision between gcc5 and gcc5-devel. Yep, got that. Using a PORTNAME for gcc across the board as was suggested for me a while ago turns out to have some drawbacks. :-( I am testing a patch right now. Gerald