svn commit: r345563 - head/lang/gcc49

Gerald Pfeifer gerald at FreeBSD.org
Sat Feb 22 01:13:49 UTC 2014


Author: gerald
Date: Sat Feb 22 01:13:49 2014
New Revision: 345563
URL: http://svnweb.freebsd.org/changeset/ports/345563
QAT: https://qat.redports.org/buildarchive/r345563/

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

Modified:
  head/lang/gcc49/Makefile

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Fri Feb 21 23:26:11 2014	(r345562)
+++ head/lang/gcc49/Makefile	Sat Feb 22 01:13:49 2014	(r345563)
@@ -11,6 +11,9 @@ DISTNAME=	gcc-${DISTVERSION}
 MAINTAINER=	gerald at FreeBSD.org
 COMMENT=	GNU Compiler Collection 4.9
 
+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-head mailing list