svn commit: r344033 - head/lang/gcc-aux
John Marino
marino at FreeBSD.org
Wed Feb 12 23:32:25 UTC 2014
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 at FreeBSD.org
COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support
-LICENSE= GPLv3
+LICENSE= GPLv3 GPLv3RLE
+LICENSE_COMB= multi
.include "${.CURDIR}/Makefile.common"
More information about the svn-ports-head
mailing list