svn commit: r566673 - branches/2021Q1/lang/gcc11-devel

Gerald Pfeifer gerald at FreeBSD.org
Sat Feb 27 07:46:03 UTC 2021


Author: gerald
Date: Sat Feb 27 07:46:02 2021
New Revision: 566673
URL: https://svnweb.freebsd.org/changeset/ports/566673

Log:
  MFH: r565301 (partially)
  
  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:
  branches/2021Q1/lang/gcc11-devel/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/lang/gcc11-devel/Makefile
==============================================================================
--- branches/2021Q1/lang/gcc11-devel/Makefile	Sat Feb 27 07:21:35 2021	(r566672)
+++ branches/2021Q1/lang/gcc11-devel/Makefile	Sat Feb 27 07:46:02 2021	(r566673)
@@ -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