Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 08:56:57 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411688 - head/deskutils/wyrd
Message-ID:  <201603230856.u2N8uvLh077458@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Mar 23 08:56:57 2016
New Revision: 411688
URL: https://svnweb.freebsd.org/changeset/ports/411688

Log:
  deskutils/wyrd is not jobs safe
  
  Like most (all?) OCaml ports, wyrd is not jobs safe.  It tries to use
  mt_curses.o before it's fully built.  I've seen this fail multiple times,
  although fairly infrequently.

Modified:
  head/deskutils/wyrd/Makefile

Modified: head/deskutils/wyrd/Makefile
==============================================================================
--- head/deskutils/wyrd/Makefile	Wed Mar 23 08:53:49 2016	(r411687)
+++ head/deskutils/wyrd/Makefile	Wed Mar 23 08:56:57 2016	(r411688)
@@ -28,6 +28,8 @@ PORTDOCS=	manual.html manual.pdf
 OPTIONS_DEFINE=	UTF8 DOCS
 UTF8_CONFIGURE_ENABLE=	utf8
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} 's|gcc|${CC}|' ${WRKSRC}/curses/curses.ml
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603230856.u2N8uvLh077458>