Date: Wed, 8 Feb 2017 23:26:23 +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: r433681 - head/mail/mu4e Message-ID: <201702082326.v18NQNl0022497@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702082326.v18NQNl0022497>