svn commit: r566676 - branches/2021Q1/lang/gcc10

Gerald Pfeifer gerald at FreeBSD.org
Sat Feb 27 08:21:49 UTC 2021


Author: gerald
Date: Sat Feb 27 08:21:48 2021
New Revision: 566676
URL: https://svnweb.freebsd.org/changeset/ports/566676

Log:
  MFH: r566211
  
  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:
  branches/2021Q1/lang/gcc10/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/lang/gcc10/Makefile
==============================================================================
--- branches/2021Q1/lang/gcc10/Makefile	Sat Feb 27 08:09:29 2021	(r566675)
+++ branches/2021Q1/lang/gcc10/Makefile	Sat Feb 27 08:21:48 2021	(r566676)
@@ -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} \


More information about the svn-ports-all mailing list