svn commit: r345628 - head/lang/gcc

Gerald Pfeifer gerald at FreeBSD.org
Sat Feb 22 12:27:21 UTC 2014


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 at 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


More information about the svn-ports-all mailing list