Date: Wed, 14 Oct 2015 09:10:36 +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: r399243 - head/devel/ORBit2 Message-ID: <201510140910.t9E9AagL082754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510140910.t9E9AagL082754>