svn commit: r382310 - head/textproc/xqilla

John Marino marino at FreeBSD.org
Thu Mar 26 14:01:59 UTC 2015


Author: marino
Date: Thu Mar 26 14:01:57 2015
New Revision: 382310
URL: https://svnweb.freebsd.org/changeset/ports/382310
QAT: https://qat.redports.org/buildarchive/r382310/

Log:
  textproc/xqilla: not jobs safe
  
  This has been set jobs unsafe in dports for a long time.  I don't know
  where the breakage is, but I'm setting it here since port is unmaintained.

Modified:
  head/textproc/xqilla/Makefile

Modified: head/textproc/xqilla/Makefile
==============================================================================
--- head/textproc/xqilla/Makefile	Thu Mar 26 13:58:25 2015	(r382309)
+++ head/textproc/xqilla/Makefile	Thu Mar 26 14:01:57 2015	(r382310)
@@ -26,6 +26,8 @@ INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-head mailing list