ports/133024: [patch] games/wesnoth-devel: mark as MAKE_JOBS_SAFE

Anonymous swell.k at gmail.com
Tue Mar 24 19:10:02 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list