svn commit: r566296 - head/lang/gcc9-devel

Gerald Pfeifer gerald at FreeBSD.org
Mon Feb 22 13:16:20 UTC 2021


Author: gerald
Date: Mon Feb 22 13:16:20 2021
New Revision: 566296
URL: https://svnweb.freebsd.org/changeset/ports/566296

Log:
  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]

Modified:
  head/lang/gcc9-devel/Makefile
  head/lang/gcc9-devel/distinfo

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Mon Feb 22 13:07:19 2021	(r566295)
+++ head/lang/gcc9-devel/Makefile	Mon Feb 22 13:16:20 2021	(r566296)
@@ -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} \

Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Mon Feb 22 13:07:19 2021	(r566295)
+++ head/lang/gcc9-devel/distinfo	Mon Feb 22 13:16:20 2021	(r566296)
@@ -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


More information about the svn-ports-all mailing list