From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 15 18:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 36CD3DC0 for ; Fri, 15 Feb 2013 18:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 03AB5B6D for ; Fri, 15 Feb 2013 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1FI00cG056732 for ; Fri, 15 Feb 2013 18:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1FI002M056727; Fri, 15 Feb 2013 18:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 15 Feb 2013 18:00:00 GMT Resent-Message-Id: <201302151800.r1FI002M056727@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DCDD1B47 for ; Fri, 15 Feb 2013 17:50:52 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from qmta13.emeryville.ca.mail.comcast.net (qmta13.emeryville.ca.mail.comcast.net [IPv6:2001:558:fe2d:44:76:96:27:243]) by mx1.freebsd.org (Postfix) with ESMTP id C5F97B1E for ; Fri, 15 Feb 2013 17:50:52 +0000 (UTC) Received: from omta04.emeryville.ca.mail.comcast.net ([76.96.30.35]) by qmta13.emeryville.ca.mail.comcast.net with comcast id 0fWY1l0070lTkoCADhqsl7; Fri, 15 Feb 2013 17:50:52 +0000 Received: from kirby.cyberbotx.com ([69.244.146.119]) by omta04.emeryville.ca.mail.comcast.net with comcast id 0hqq1l00V2anbQt8QhqrqD; Fri, 15 Feb 2013 17:50:52 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id 7005D28498; Fri, 15 Feb 2013 12:50:50 -0500 (EST) Message-Id: <20130215175050.7005D28498@kirby.cyberbotx.com> Date: Fri, 15 Feb 2013 12:50:50 -0500 (EST) From: Naram Qashat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176177: [PATCH] editors/libreoffice: Respect user's MAKE_JOBS_NUMBER Cc: office@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 18:00:01 -0000 >Number: 176177 >Category: ports >Synopsis: [PATCH] editors/libreoffice: Respect user's MAKE_JOBS_NUMBER >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.3-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.3-RELEASE-p4 FreeBSD 8.3-RELEASE-p4 #4: Mon Oct 1 19:56:21 EDT >Description: Currently, libreoffice attempts to use the maximum number of cores on your CPU when building, completely ignoring any MAKE_JOBS_NUMBER setting the user may have set in their /etc/make.conf file. This corrects the issue, which still will use max cores if MAKE_JOBS_NUMBER is undefined. Port maintainer (office@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- libreoffice-3.6.5_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/editors/libreoffice/Makefile ./Makefile --- /usr/ports/editors/libreoffice/Makefile 2013-02-15 12:49:10.000000000 -0500 +++ ./Makefile 2013-02-15 12:33:57.000000000 -0500 @@ -178,7 +178,8 @@ --with-system-gettext \ --with-system-libpng \ --disable-gnome-vfs \ - --enable-python=system + --enable-python=system \ + --with-num-cpus=${MAKE_JOBS_NUMBER} # extensions CONFIGURE_ARGS+= --enable-ext-pdfimport --- libreoffice-3.6.5_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: