svn commit: r567297 - head/lang/gcc8
Gerald Pfeifer
gerald at FreeBSD.org
Thu Mar 4 09:58:08 UTC 2021
Author: gerald
Date: Thu Mar 4 09:58:08 2021
New Revision: 567297
URL: https://svnweb.freebsd.org/changeset/ports/567297
Log:
Backport part of r566453 | gerald | 2021-02-24 from lang/gcc8-devel:
ALso 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/gcc8/Makefile
Modified: head/lang/gcc8/Makefile
==============================================================================
--- head/lang/gcc8/Makefile Thu Mar 4 09:51:55 2021 (r567296)
+++ head/lang/gcc8/Makefile Thu Mar 4 09:58:08 2021 (r567297)
@@ -96,7 +96,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