Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2015 22:33:16 +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: r402707 - head/print/xpp
Message-ID:  <201511302233.tAUMXGId089293@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Nov 30 22:33:15 2015
New Revision: 402707
URL: https://svnweb.freebsd.org/changeset/ports/402707

Log:
  print/xpp is not jobs safe
  
  This port has failed on me multiple times in a multijob bulk run.  This
  last time, xppmain.cxx tries to use mainwindow.h before it is available.

Modified:
  head/print/xpp/Makefile

Modified: head/print/xpp/Makefile
==============================================================================
--- head/print/xpp/Makefile	Mon Nov 30 22:13:40 2015	(r402706)
+++ head/print/xpp/Makefile	Mon Nov 30 22:33:15 2015	(r402707)
@@ -20,6 +20,8 @@ CFLAGS+=	-D_IPP_PRIVATE_STRUCTURES
 
 PLIST_FILES=	bin/xpp share/doc/xpp/README
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-configure:
 	@${REINPLACE_CMD} -e 's|$$(all_includes)|-I ${PREFIX}/include|' \
 	    ${WRKSRC}/Makefile



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