Update to the 20140215 snapshot of GCC 4.7.4.
Set the license to a combination of GPLv3 (for the compiler itself) and GPLv3 with GCC Runtime Library Exception (for the runtime).
This commit is contained in:
parent
627b0d9492
commit
e0519be391
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345626
2 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc47
|
||||
PORTVERSION= 4.7.4.20140208
|
||||
PORTVERSION= 4.7.4.20140215
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= ${MASTER_SITE_GCC}
|
||||
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
|
||||
|
@ -11,6 +11,9 @@ DISTNAME= gcc-${DISTVERSION}
|
|||
MAINTAINER= gerald@FreeBSD.org
|
||||
COMMENT= GNU Compiler Collection 4.7
|
||||
|
||||
LICENSE= GPLv3 GPLv3RLE
|
||||
LICENSE_COMB= multi
|
||||
|
||||
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
|
||||
libmpfr.so:${PORTSDIR}/math/mpfr \
|
||||
libmpc.so:${PORTSDIR}/math/mpc
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gcc-4.7-20140208.tar.bz2) = 66ada8a86b5fea7a5d9e5d75f92d350b6e82469ee528cc77dd4eac0c87364a01
|
||||
SIZE (gcc-4.7-20140208.tar.bz2) = 78880397
|
||||
SHA256 (gcc-4.7-20140215.tar.bz2) = 6cdccdbb4f77d1c0a56f88ad6c397a2199e17d77ab44743cc2073327d8f72ae1
|
||||
SIZE (gcc-4.7-20140215.tar.bz2) = 78877592
|
||||
|
|
Loading…
Reference in a new issue