From owner-svn-ports-all@freebsd.org Wed Dec 30 19:49:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74709A554B8; Wed, 30 Dec 2015 19:49:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 450481BDD; Wed, 30 Dec 2015 19:49:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBUJnHQ1094386; Wed, 30 Dec 2015 19:49:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBUJnH8P094385; Wed, 30 Dec 2015 19:49:17 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512301949.tBUJnH8P094385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 30 Dec 2015 19:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404876 - head/biology/crux 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.20 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, 30 Dec 2015 19:49:18 -0000 Author: marino Date: Wed Dec 30 19:49:17 2015 New Revision: 404876 URL: https://svnweb.freebsd.org/changeset/ports/404876 Log: biology/crux is not jobs safe This cython-based port has failed on me a couple of times in a bulk build. I'm not sure what the actual problem is but the issue is itermittent. Modified: head/biology/crux/Makefile Modified: head/biology/crux/Makefile ============================================================================== --- head/biology/crux/Makefile Wed Dec 30 17:45:32 2015 (r404875) +++ head/biology/crux/Makefile Wed Dec 30 19:49:17 2015 (r404876) @@ -23,6 +23,8 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/lib CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= SYS_LINALG SYS_LINALG_DESC= Enable system ATLAS/LAPACK