Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 23:32:24 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344033 - head/lang/gcc-aux
Message-ID:  <201402122332.s1CNWOuE048096@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Feb 12 23:32:24 2014
New Revision: 344033
URL: http://svnweb.freebsd.org/changeset/ports/344033
QAT: https://qat.redports.org/buildarchive/r344033/

Log:
  Define GPLv3RLE license (GPLv3 Runtime Library Exception)
  
  The GCC ports either do not have any license defined, or they are defined
  as GPLv3 which is not completely correct.  The runtime libraries in the
  FSF-issued GCC releases have a standard exception to the GPLv3 license.
  In order to properly reflect this, the GCC ports can define a "multi"
  license, GPLv3 and GPLv3RLE, which are both in effect.
  
  Concerns PR:	ports/185970
  Approved by:	portmgr (bapt)

Modified:
  head/lang/gcc-aux/Makefile

Modified: head/lang/gcc-aux/Makefile
==============================================================================
--- head/lang/gcc-aux/Makefile	Wed Feb 12 23:26:36 2014	(r344032)
+++ head/lang/gcc-aux/Makefile	Wed Feb 12 23:32:24 2014	(r344033)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcc-aux
 PORTVERSION=	${SNAPSHOT}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	lang
 MASTER_SITES=	http://downloads.dragonlace.net/src/:boot \
 		${MASTER_SITE_GCC}
@@ -13,7 +13,8 @@ DISTFILES=	gcc-${GCC_VERSION}.tar.bz2
 MAINTAINER=	marino@FreeBSD.org
 COMMENT=	Version of GCC ${GCC_BRANCH} with full Ada support
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 GPLv3RLE
+LICENSE_COMB=	multi
 
 .include "${.CURDIR}/Makefile.common"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402122332.s1CNWOuE048096>