Date: Tue, 24 Mar 2009 22:06:52 +0300 From: Anonymous <swell.k@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/133024: [patch] games/wesnoth-devel: mark as MAKE_JOBS_SAFE Message-ID: <86y6uu4u5v.fsf@gmail.com> Resent-Message-ID: <200903241910.n2OJA11w060457@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133024 >Category: ports >Synopsis: [patch] games/wesnoth-devel: mark 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 19:10: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 $ make showconfig (all ON) ===> The following configuration options are available for wesnoth-devel-1.6: CAMPAIGN=on "Enable campaign server" EDITOR=on "Enable map editor" FRIBIDI=on "Enable bidirectional support" NLS=on "Enable localization" SERVER=on "Enable server" TOOLS=on "Enable extra tools for artists and translators" tested on gcc from base as well as from devel/gcc42 >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 >Fix: Use feature introduced by recent commit to Mk/bsd.port.mk commit - http://docs.FreeBSD.org/cgi/mid.cgi?200903221028.n2MASrjk002315 discussion - http://docs.FreeBSD.org/cgi/mid.cgi?1237901632.1849.19.camel --- mark.diff begins here --- Index: games/wesnoth-devel/Makefile =================================================================== RCS file: /home/csup/ports/games/wesnoth-devel/Makefile,v retrieving revision 1.66 diff -u -p -r1.66 Makefile --- games/wesnoth-devel/Makefile 22 Mar 2009 19:03:41 -0000 1.66 +++ games/wesnoth-devel/Makefile 24 Mar 2009 18:44:25 -0000 @@ -24,6 +24,7 @@ CONFLICTS= wesnoth-1.4* USE_SDL= image mixer net ttf USE_GNOME= gnometarget pango USE_GMAKE= yes +MAKE_JOBS_SAFE= yes WANT_GNOME= yes USE_BZIP2= 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?86y6uu4u5v.fsf>