From owner-cvs-all@FreeBSD.ORG Tue Sep 20 13:08:02 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E6F6106564A; Tue, 20 Sep 2011 13:08:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5671F8FC08; Tue, 20 Sep 2011 13:08:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8KD82Z9035339; Tue, 20 Sep 2011 13:08:02 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8KD82um035338; Tue, 20 Sep 2011 13:08:02 GMT (envelope-from bapt) Message-Id: <201109201308.p8KD82um035338@repoman.freebsd.org> From: Baptiste Daroussin Date: Tue, 20 Sep 2011 13:08:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/libreoffice Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 13:08:02 -0000 bapt 2011-09-20 13:08:02 UTC FreeBSD ports repository Modified files: editors/libreoffice Makefile Log: Mark job unsafe. The build system already determine dynamically the number of jobs to run, if marked jobs_safe both the ports and the build system parallelise the build, which leads to a huge number of cc1plus processes and consume tons of memory. Reported by: flo Revision Changes Path 1.30 +1 -2 ports/editors/libreoffice/Makefile