From owner-svn-ports-all@FreeBSD.ORG Wed Jan 21 18:39:12 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D802747F; Wed, 21 Jan 2015 18:39:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3FA9ADE; Wed, 21 Jan 2015 18:39:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0LIdC9j056770; Wed, 21 Jan 2015 18:39:12 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0LIdCl6056768; Wed, 21 Jan 2015 18:39:12 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201501211839.t0LIdCl6056768@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 21 Jan 2015 18:39:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377623 - in head: biology/ariadne misc/otter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 18:39:13 -0000 Author: marino Date: Wed Jan 21 18:39:11 2015 New Revision: 377623 URL: https://svnweb.freebsd.org/changeset/ports/377623 QAT: https://qat.redports.org/buildarchive/r377623/ Log: misc/otter & biology/ariadne: Not jobs safe The otter port tries to build libotter.a before an object is completely built (share.o in my case) and ariadne tries to start building in a directory before it is created (under multiple jobs). Modified: head/biology/ariadne/Makefile head/misc/otter/Makefile Modified: head/biology/ariadne/Makefile ============================================================================== --- head/biology/ariadne/Makefile Wed Jan 21 18:34:16 2015 (r377622) +++ head/biology/ariadne/Makefile Wed Jan 21 18:39:11 2015 (r377623) @@ -18,6 +18,8 @@ MAKE_ARGS+= CC="${CC}" OPTIONS_DEFINE= DOCS +MAKE_JOBS_UNSAFE= yes + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}| ; \ s|CFLAGS =|CFLAGS +=| ; \ Modified: head/misc/otter/Makefile ============================================================================== --- head/misc/otter/Makefile Wed Jan 21 18:34:16 2015 (r377622) +++ head/misc/otter/Makefile Wed Jan 21 18:39:11 2015 (r377623) @@ -17,6 +17,8 @@ PORTDOCS= README anldp.pdf mace2.pdf ott OPTIONS_DEFINE= DOCS EXAMPLES +MAKE_JOBS_UNSAFE= yes + .include post-patch: