aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc8-devel
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-02-24 07:40:41 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-02-24 07:40:41 +0000
commit38d8bc034b77623ef7e29d6f0e49834fa9b85e43 (patch)
tree8b247e1aa58568313a683a27415ead1467326b46 /lang/gcc8-devel
parentfb181fc51b0cbda9688d8eeafba9ca40fe7fc1d7 (diff)
downloadports-38d8bc034b77623ef7e29d6f0e49834fa9b85e43.tar.gz
ports-38d8bc034b77623ef7e29d6f0e49834fa9b85e43.zip
Update to the 20210218 snapshot of GCC 8.4.1.
ALso back port 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]
Notes
Notes: svn path=/head/; revision=566453
Diffstat (limited to 'lang/gcc8-devel')
-rw-r--r--lang/gcc8-devel/Makefile5
-rw-r--r--lang/gcc8-devel/distinfo6
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/gcc8-devel/Makefile b/lang/gcc8-devel/Makefile
index b99d1d2a26ad..2bf92a77f6e8 100644
--- a/lang/gcc8-devel/Makefile
+++ b/lang/gcc8-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 8.4.1.s20210211
+PORTVERSION= 8.4.1.s20210218
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} \
diff --git a/lang/gcc8-devel/distinfo b/lang/gcc8-devel/distinfo
index ee1279c8a01b..deb08d897532 100644
--- a/lang/gcc8-devel/distinfo
+++ b/lang/gcc8-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613472523
-SHA256 (gcc-8-20210211.tar.xz) = 68bba40567c5bf502008b5bc1ded8748c28deb4bad9b708222e2e7d006235518
-SIZE (gcc-8-20210211.tar.xz) = 60779580
+TIMESTAMP = 1613806023
+SHA256 (gcc-8-20210218.tar.xz) = b7c941bda95426a5283b4e9fbcc8f36276be60a45ff80647cdf113eddef7904d
+SIZE (gcc-8-20210218.tar.xz) = 60780512