From owner-svn-ports-head@FreeBSD.ORG Mon Apr 6 15:38:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8278AF2A; Mon, 6 Apr 2015 15:38:09 +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 58A0E914; Mon, 6 Apr 2015 15:38:09 +0000 (UTC) Received: from [192.168.0.133] (vie-91-186-144-236.dsl.sil.at [91.186.144.236]) by ainaz.pair.com (Postfix) with ESMTPSA id 158CD3F4A0; Mon, 6 Apr 2015 11:38:06 -0400 (EDT) Date: Mon, 6 Apr 2015 17:38:05 +0200 (CEST) From: Gerald Pfeifer To: Bryan Drewery Subject: Re: svn commit: r382022 - in head/lang: gcc gcc46 gcc47 gcc48 gcc49 gcc5 In-Reply-To: <55106F32.6060203@FreeBSD.org> Message-ID: References: <201503231856.t2NIuBJ4037830@svn.freebsd.org> <55106F32.6060203@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Sunpoet Po-Chuan Hsieh , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 06 Apr 2015 15:38:09 -0000 On Mon, 23 Mar 2015, Bryan Drewery wrote: >> Thanks for the quick fix. >> BTW, I think UNIQUENAME in lang/gcc can be removed. > Yeah, it would be a NOP too. No revision bump needed. Done. By the way, are you planning to redefine UNIQUENAME to also include PKGNAMESUFFIX going foward as was discussed in this thread? Or should I submit a PR? Gerald