mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
Update to the 20200524 snapshot of GCC 11.0.0.
GCC decided to move to C++11 as a minimum build requirement for GCC 11 and later; use compiler:c++11-lang to declare that.
This commit is contained in:
parent
0f7042e5fe
commit
f2191cb27c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536769
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 11.0.0.s20200517
|
||||
PORTVERSION= 11.0.0.s20200524
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
@ -25,7 +25,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
|
||||
BUILD_DEPENDS+= runtest:misc/dejagnu
|
||||
.endif
|
||||
|
||||
USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
|
||||
USES= compiler:c++11-lang cpe gmake iconv libtool makeinfo perl5 tar:xz
|
||||
USE_BINUTILS= yes
|
||||
USE_PERL5= build
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1589838820
|
||||
SHA256 (gcc-11-20200517.tar.xz) = f17e9f36351a2d6e4ca54db2ab1072769704f0d09bfe6603e1beac104d3161db
|
||||
SIZE (gcc-11-20200517.tar.xz) = 71357660
|
||||
TIMESTAMP = 1590487516
|
||||
SHA256 (gcc-11-20200524.tar.xz) = 2cb0717b6e34b4085214663246599e5bbecd31824300695c103fb4b359c5b004
|
||||
SIZE (gcc-11-20200524.tar.xz) = 71407020
|
||||
|
Loading…
Reference in New Issue
Block a user