svn commit: r536769 - head/lang/gcc11-devel
Gerald Pfeifer
gerald at FreeBSD.org
Thu May 28 13:36:44 UTC 2020
Author: gerald
Date: Thu May 28 13:36:43 2020
New Revision: 536769
URL: https://svnweb.freebsd.org/changeset/ports/536769
Log:
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.
Modified:
head/lang/gcc11-devel/Makefile
head/lang/gcc11-devel/distinfo
Modified: head/lang/gcc11-devel/Makefile
==============================================================================
--- head/lang/gcc11-devel/Makefile Thu May 28 13:13:25 2020 (r536768)
+++ head/lang/gcc11-devel/Makefile Thu May 28 13:36:43 2020 (r536769)
@@ -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
Modified: head/lang/gcc11-devel/distinfo
==============================================================================
--- head/lang/gcc11-devel/distinfo Thu May 28 13:13:25 2020 (r536768)
+++ head/lang/gcc11-devel/distinfo Thu May 28 13:36:43 2020 (r536769)
@@ -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
More information about the svn-ports-all
mailing list