svn commit: r348842 - head/lang/ghc

Gabor Pali pgj at FreeBSD.org
Sun Mar 23 08:55:16 UTC 2014


Author: pgj
Date: Sun Mar 23 08:55:15 2014
New Revision: 348842
URL: http://svnweb.freebsd.org/changeset/ports/348842
QAT: https://qat.redports.org/buildarchive/r348842/

Log:
  - Limit built parallelism as GHC is not fully jobs-safe
  
  PR:		ports/186829
  Reported by:	Nikolai Lifanov <lifanov at mail.lifanov.com>
  Obtained from:	FreeBSD Haskell

Modified:
  head/lang/ghc/Makefile

Modified: head/lang/ghc/Makefile
==============================================================================
--- head/lang/ghc/Makefile	Sun Mar 23 08:09:29 2014	(r348841)
+++ head/lang/ghc/Makefile	Sun Mar 23 08:55:15 2014	(r348842)
@@ -15,6 +15,8 @@ COMMENT=	Compiler for the functional lan
 
 ONLY_FOR_ARCHS=	i386 amd64
 
+MAKE_JOBS_NUMBER_LIMIT=		4
+
 GHC_VERSION=		${PORTVERSION}
 HSCOLOUR_VERSION=	1.20.3
 


More information about the svn-ports-head mailing list