From owner-svn-ports-all@FreeBSD.ORG Fri Mar 13 14:41:58 2015 Return-Path: Delivered-To: svn-ports-all@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 68AC639A; Fri, 13 Mar 2015 14:41:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 53AAD1EE; Fri, 13 Mar 2015 14:41:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2DEfvnF026522; Fri, 13 Mar 2015 14:41:57 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2DEfvp2026521; Fri, 13 Mar 2015 14:41:57 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201503131441.t2DEfvp2026521@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Mar 2015 14:41:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381213 - head/lang/gcc-aux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2015 14:41:58 -0000 Author: marino Date: Fri Mar 13 14:41:57 2015 New Revision: 381213 URL: https://svnweb.freebsd.org/changeset/ports/381213 QAT: https://qat.redports.org/buildarchive/r381213/ Log: lang/gcc-aux: Correct information about license in pkg-descr Newer GCC's don't carry GMGPL licenses anymore, it's been replaced by GPLv3RLE (as correctly defined in LICENSES) so fix pkg-descr to match. Modified: head/lang/gcc-aux/pkg-descr Modified: head/lang/gcc-aux/pkg-descr ============================================================================== --- head/lang/gcc-aux/pkg-descr Fri Mar 13 14:28:10 2015 (r381212) +++ head/lang/gcc-aux/pkg-descr Fri Mar 13 14:41:57 2015 (r381213) @@ -3,12 +3,10 @@ Objective-C. Since Ada support must be only platforms for which a bootstrap compiler is available can build it. The AUX compiler is based on release versions of the Free Software -Foundation's GNU Compiler Collection. It carries with it the GMGPL license, -the modified version of the GPL that exempts generic instantiation from -resulting in a GPL-licensed executable. It also carries the GCC Runtime -Library Exception, so the resulting binaries have no licensing requirements. -Binaries produced by the AUX compiler should be legally handled the same as -binaries produced by any FSF compiler. +Foundation's GNU Compiler Collection. It uses the GCC Runtime Library +Exception, so the resulting binaries have no licensing requirements. +Binaries produced by the AUX compiler should be legally handled the same +as binaries produced by any FSF compiler. This compiler implements the full Ada-83, Ada-95, Ada-2005 and Ada-2012 standards.