From owner-svn-ports-head@FreeBSD.ORG Sat Feb 22 12:27:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FD6CDB5; Sat, 22 Feb 2014 12:27:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B7EC12BF; Sat, 22 Feb 2014 12:27:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1MCRLW5037438; Sat, 22 Feb 2014 12:27:21 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1MCRL2w037437; Sat, 22 Feb 2014 12:27:21 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201402221227.s1MCRL2w037437@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 22 Feb 2014 12:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345628 - head/lang/gcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2014 12:27:21 -0000 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@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