svn commit: r433681 - head/mail/mu4e

John Marino marino at FreeBSD.org
Wed Feb 8 23:26:25 UTC 2017


Author: marino
Date: Wed Feb  8 23:26:23 2017
New Revision: 433681
URL: https://svnweb.freebsd.org/changeset/ports/433681

Log:
  mail/mu4e is not jobs safe
  
  This port has failed in a multijob environment a couple of times already.
  This latest time, the race failure was:
  
  mu4e-proc.el:26:1:Error: Opening pty: No such file or directory
  gmake[2]: *** [Makefile:583: mu4e-proc.elc] Error 1

Modified:
  head/mail/mu4e/Makefile

Modified: head/mail/mu4e/Makefile
==============================================================================
--- head/mail/mu4e/Makefile	Wed Feb  8 23:19:48 2017	(r433680)
+++ head/mail/mu4e/Makefile	Wed Feb  8 23:26:23 2017	(r433681)
@@ -29,6 +29,8 @@ BUILD_WRKSRC=	${WRKSRC}/mu4e
 INSTALL_WRKSRC=	${WRKSRC}/mu4e
 INSTALL_TARGET=	install-strip
 
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=		DOCS
 OPTIONS_SUB=		yes
 


More information about the svn-ports-all mailing list