summaryrefslogtreecommitdiff
path: root/lang/gcc11-devel
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-02-15 11:17:31 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-02-15 11:17:31 +0000
commit5715ae027b94cd0e16d8000a17b44ed896047627 (patch)
treed274b949f5fdb4933ab17b3c76dc0f1cf01b2a0e /lang/gcc11-devel
parent- Update to 0.10 (diff)
Update to the 20210214 snapshot of GCC 11.0.0.
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]
Notes
Notes: svn path=/head/; revision=565301
Diffstat (limited to 'lang/gcc11-devel')
-rw-r--r--lang/gcc11-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gcc11-devel/Makefile b/lang/gcc11-devel/Makefile
index d050228e3327..ea853db642ef 100644
--- a/lang/gcc11-devel/Makefile
+++ b/lang/gcc11-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 11.0.0.s20210207
+PORTVERSION= 11.0.0.s20210214
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@@ -102,7 +102,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} \