Date: Tue, 24 Mar 2009 23:11:53 +0300 From: Anonymous <swell.k@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/133025: [patch] graphics/libGL: mark Mesa ports as MAKE_JOBS_SAFE Message-ID: <868wmu3cl2.fsf@gmail.com> Resent-Message-ID: <200903242020.n2OKK1KO055434@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133025 >Category: ports >Synopsis: [patch] graphics/libGL: mark Mesa ports as MAKE_JOBS_SAFE >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: Tue Mar 24 20:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD luffy 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r190323M: Mon Mar 23 16:54:06 UTC 2009 root@luffy:/usr/obj/usr/src/sys/PHOENIX amd64 CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz (3216.23-MHz K8-class CPU) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs devel/ccache installed and used >Description: Utilize more horsepower by building the port using several instances of GCC on SMP boxes. >How-To-Repeat: Apply attached patch and run $ make MAKE_JOBS_NUMBER=8 in the following ports graphics/dri graphics/libGL graphics/libGLU graphics/libGLw graphics/libglut graphics/mesa-demos >Fix: Use feature introduced by recent commit to Mk/bsd.port.mk http://docs.FreeBSD.org/cgi/mid.cgi?200903221028.n2MASrjk002315 http://docs.FreeBSD.org/cgi/mid.cgi?1237901632.1849.19.camel --- mark.diff begins here --- Index: graphics/libGL/bsd.mesalib.mk =================================================================== RCS file: /home/csup/ports/graphics/libGL/bsd.mesalib.mk,v retrieving revision 1.8 diff -u -p -r1.8 bsd.mesalib.mk --- graphics/libGL/bsd.mesalib.mk 2 Feb 2009 09:09:05 -0000 1.8 +++ graphics/libGL/bsd.mesalib.mk 24 Mar 2009 19:33:28 -0000 @@ -26,6 +26,7 @@ MAINTAINER?= x11@FreeBSD.org USE_BZIP2= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes --- mark.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?868wmu3cl2.fsf>