From owner-svn-ports-head@FreeBSD.ORG Tue Feb 5 12:37:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 69ADE554; Tue, 5 Feb 2013 12:37:27 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 464F766B; Tue, 5 Feb 2013 12:37:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r15CbR2G074108; Tue, 5 Feb 2013 12:37:27 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r15CbRWG074107; Tue, 5 Feb 2013 12:37:27 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201302051237.r15CbRWG074107@svn.freebsd.org> From: Koop Mast Date: Tue, 5 Feb 2013 12:37:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311710 - head/x11/babl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 12:37:27 -0000 Author: kwm Date: Tue Feb 5 12:37:26 2013 New Revision: 311710 URL: http://svnweb.freebsd.org/changeset/ports/311710 Log: Mark jobs unsafe. PR: ports/175810 Submitted by: Dmitry Marakasov Modified: head/x11/babl/Makefile Modified: head/x11/babl/Makefile ============================================================================== --- head/x11/babl/Makefile Tue Feb 5 12:07:28 2013 (r311709) +++ head/x11/babl/Makefile Tue Feb 5 12:37:26 2013 (r311710) @@ -27,6 +27,7 @@ USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_GNOME= pkgconfig gnomehack ltverhack USE_GMAKE= yes +MAKE_JOBS_UNSAFE=yes OPTIONS= SIMD "Use cpu-specific optimizations if available" off