From owner-svn-ports-all@FreeBSD.ORG Fri May 2 16:33:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68BC9FCD; Fri, 2 May 2014 16:33:53 +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 5603810B6; Fri, 2 May 2014 16:33:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s42GXr2t039181; Fri, 2 May 2014 16:33:53 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s42GXrt9039180; Fri, 2 May 2014 16:33:53 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201405021633.s42GXrt9039180@svn.freebsd.org> From: Thierry Thomas Date: Fri, 2 May 2014 16:33:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352826 - head/cad/kicad 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.17 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: Fri, 02 May 2014 16:33:53 -0000 Author: thierry Date: Fri May 2 16:33:52 2014 New Revision: 352826 URL: http://svnweb.freebsd.org/changeset/ports/352826 QAT: https://qat.redports.org/buildarchive/r352826/ Log: I forgot to remove MAKE_JOB_UNSAFE in my previous commit. Modified: head/cad/kicad/Makefile Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Fri May 2 16:29:02 2014 (r352825) +++ head/cad/kicad/Makefile Fri May 2 16:33:52 2014 (r352826) @@ -24,7 +24,6 @@ WRKSRC= ${WRKDIR}/kicad USES= cmake dos2unix desktop-file-utils shared-mime-info zip # Boost templates and compiler and library support for the ISO C++ 2011 standard from include/wx-3.0 USES+= compiler:gcc-c++11-lib -MAKE_JOBS_UNSAFE=yes DOS2UNIX_GLOB= *.cmake sch_bus_entry.h sch_line.h sch_no_connect.h USE_XORG= x11 ice xext USE_GL= yes