Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 12:27:21 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345628 - head/lang/gcc
Message-ID:  <201402221227.s1MCRL2w037437@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Feb 22 12:27:20 2014
New Revision: 345628
URL: http://svnweb.freebsd.org/changeset/ports/345628
QAT: https://qat.redports.org/buildarchive/r345628/

Log:
  Set the license to a combination of GPLv3 (for the compiler itself) and
  GPLv3 with GCC Runtime Library Exception (for the runtime).

Modified:
  head/lang/gcc/Makefile

Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile	Sat Feb 22 12:11:25 2014	(r345627)
+++ head/lang/gcc/Makefile	Sat Feb 22 12:27:20 2014	(r345628)
@@ -10,6 +10,9 @@ MASTER_SITE_SUBDIR=	releases/gcc-${DISTV
 MAINTAINER=	gerald@FreeBSD.org
 COMMENT=	GNU Compiler Collection 4.6
 
+LICENSE=	GPLv3 GPLv3RLE
+LICENSE_COMB=	multi
+
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
 		libmpfr.so:${PORTSDIR}/math/mpfr \
 		libmpc.so:${PORTSDIR}/math/mpc



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