From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 23:37:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2C35FA6; Wed, 12 Feb 2014 23:37:21 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82A4D1ACE; Wed, 12 Feb 2014 23:37:20 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 5581F435C7; Wed, 12 Feb 2014 17:37:03 -0600 (CST) Message-ID: <52FC058D.3070802@marino.st> Date: Thu, 13 Feb 2014 00:36:45 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: John Marino Subject: Re: svn commit: r344033 - head/lang/gcc-aux References: <201402122332.s1CNWOuE048096@svn.freebsd.org> In-Reply-To: <201402122332.s1CNWOuE048096@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 23:37:21 -0000 On 2/13/2014 00:32, John Marino wrote: > 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) > ack, I used the wrong commit message for this one. It should have been: lang/gcc-aux: Add GPLv3RLE license requirement PR: ports/185970 submitted by: gerald@ sorry...