Update to the 20210219 snapshot of GCC 9.3.1.
This only brings a minor tweak to the data flow engine. Plus a back port of part of r565301 | gerald | 2021-02-15 from lang/gcc11-devel: Explicitly build --without-zstd such that archivers/zstd isn't pulled in inadvertedly when present in the build system even though it is not an explicit dependency. [1] PR: 253286 [1]
This commit is contained in:
parent
bb03cdac6a
commit
517d3a4bd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566296
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 9.3.1.s20210212
|
||||
PORTVERSION= 9.3.1.s20210219
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
@ -103,7 +103,8 @@ CONFIGURE_ARGS+=--disable-nls \
|
|||
--with-ld=${LOCALBASE}/bin/ld \
|
||||
${ICONV_CONFIGURE_ARG} \
|
||||
--with-pkgversion="FreeBSD Ports Collection" \
|
||||
--with-system-zlib
|
||||
--with-system-zlib \
|
||||
--without-zstd
|
||||
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
|
||||
USE_LDCONFIG= ${TARGLIB}
|
||||
PLIST_SUB+= GCC_VERSION=${GCC_VERSION} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1613478856
|
||||
SHA256 (gcc-9-20210212.tar.xz) = a19ec67dedb403a4b6ec01789928a1538c0152ab7f6be60423892d58be1df21a
|
||||
SIZE (gcc-9-20210212.tar.xz) = 67631576
|
||||
TIMESTAMP = 1613811228
|
||||
SHA256 (gcc-9-20210219.tar.xz) = 70ef145c0260f7ee90cfd40258d0e8adced0a3c799626b57f825b9553034d1db
|
||||
SIZE (gcc-9-20210219.tar.xz) = 67629844
|
||||
|
|
Loading…
Reference in a new issue