Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2021 09:19:55 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566211 - head/lang/gcc10
Message-ID:  <202102210919.11L9JtOV020180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Feb 21 09:19:55 2021
New Revision: 566211
URL: https://svnweb.freebsd.org/changeset/ports/566211

Log:
  Back port part of r565994 | gerald | 2021-02-18 from lang/gcc10-devel:
  
    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]

Modified:
  head/lang/gcc10/Makefile

Modified: head/lang/gcc10/Makefile
==============================================================================
--- head/lang/gcc10/Makefile	Sun Feb 21 08:53:29 2021	(r566210)
+++ head/lang/gcc10/Makefile	Sun Feb 21 09:19:55 2021	(r566211)
@@ -95,7 +95,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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102210919.11L9JtOV020180>