svn commit: r399243 - head/devel/ORBit2

John Marino marino at FreeBSD.org
Wed Oct 14 09:10:38 UTC 2015


Author: marino
Date: Wed Oct 14 09:10:36 2015
New Revision: 399243
URL: https://svnweb.freebsd.org/changeset/ports/399243

Log:
  devel/ORBit2 is not jobs safe
  
  This has failed on me multiple times in multi-job build.  The last time
  it tried to use libname-server-2.a before it was built.

Modified:
  head/devel/ORBit2/Makefile

Modified: head/devel/ORBit2/Makefile
==============================================================================
--- head/devel/ORBit2/Makefile	Wed Oct 14 08:40:46 2015	(r399242)
+++ head/devel/ORBit2/Makefile	Wed Oct 14 09:10:36 2015	(r399243)
@@ -25,6 +25,8 @@ CONFIGURE_ARGS=	--with-html-dir=${PREFIX
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 		${WRKSRC}/src/orb/orb-core/orbit-typelib.c


More information about the svn-ports-all mailing list