svn commit: r402707 - head/print/xpp

John Marino marino at FreeBSD.org
Mon Nov 30 22:33:17 UTC 2015


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


More information about the svn-ports-all mailing list