Date: Sun, 28 Feb 2021 07:21:44 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566749 - branches/2021Q1/lang/gcc9-devel Message-ID: <202102280721.11S7LiAi008126@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Feb 28 07:21:43 2021 New Revision: 566749 URL: https://svnweb.freebsd.org/changeset/ports/566749 Log: MFH: r566296 (partially) 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: branches/2021Q1/lang/gcc9-devel/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/lang/gcc9-devel/Makefile ============================================================================== --- branches/2021Q1/lang/gcc9-devel/Makefile Sun Feb 28 07:18:05 2021 (r566748) +++ branches/2021Q1/lang/gcc9-devel/Makefile Sun Feb 28 07:21:43 2021 (r566749) @@ -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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102280721.11S7LiAi008126>