svn commit: r411688 - head/deskutils/wyrd

John Marino marino at FreeBSD.org
Wed Mar 23 08:57:14 UTC 2016


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
 


More information about the svn-ports-all mailing list