svn commit: r381213 - head/lang/gcc-aux

John Marino marino at FreeBSD.org
Fri Mar 13 14:41:58 UTC 2015


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.


More information about the svn-ports-head mailing list