1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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)
This commit is contained in:
John Marino 2014-02-12 23:32:24 +00:00
parent 8c473b8d93
commit 4c62f5d3ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344033

View File

@ -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"