svn commit: r559586 - head/lang/nim

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 29 14:52:14 UTC 2020


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
 


More information about the svn-ports-all mailing list