svn commit: r565301 - head/lang/gcc11-devel

Gerald Pfeifer gerald at FreeBSD.org
Mon Feb 15 11:17:31 UTC 2021


Author: gerald
Date: Mon Feb 15 11:17:31 2021
New Revision: 565301
URL: https://svnweb.freebsd.org/changeset/ports/565301

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

Modified:
  head/lang/gcc11-devel/Makefile

Modified: head/lang/gcc11-devel/Makefile
==============================================================================
--- head/lang/gcc11-devel/Makefile	Mon Feb 15 10:50:06 2021	(r565300)
+++ head/lang/gcc11-devel/Makefile	Mon Feb 15 11:17:31 2021	(r565301)
@@ -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} \


More information about the svn-ports-all mailing list