Date: Tue, 29 Dec 2020 14:52:13 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559586 - head/lang/nim Message-ID: <202012291452.0BTEqDoS077683@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Dec 29 14:52:13 2020 New Revision: 559586 URL: https://svnweb.freebsd.org/changeset/ports/559586 Log: lang/nim: disable DOCS for powerpc64 It resulted in infinite memory allocation. Modified: head/lang/nim/Makefile Modified: head/lang/nim/Makefile ============================================================================== --- head/lang/nim/Makefile Tue Dec 29 13:56:29 2020 (r559585) +++ head/lang/nim/Makefile Tue Dec 29 14:52:13 2020 (r559586) @@ -26,6 +26,7 @@ TOOLS_DESC= Build and install nim tools, including nim OPTIONS_DEFINE= DOCS TOOLS OPTIONS_DEFAULT= DOCS TOOLS +OPTIONS_EXCLUDE_powerpc64= DOCS TEST_BINARY_ALIAS= node=nodejs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012291452.0BTEqDoS077683>