From swell.k@gmail.com  Tue Mar 24 19:07:06 2009
Return-Path: <swell.k@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B488B1065673
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Mar 2009 19:07:06 +0000 (UTC)
	(envelope-from swell.k@gmail.com)
Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.187])
	by mx1.freebsd.org (Postfix) with ESMTP id 50D868FC20
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Mar 2009 19:07:06 +0000 (UTC)
	(envelope-from swell.k@gmail.com)
Received: by ti-out-0910.google.com with SMTP id u5so2145930tia.3
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Mar 2009 12:07:05 -0700 (PDT)
Received: by 10.110.37.3 with SMTP id k3mr13397453tik.3.1237921625217;
        Tue, 24 Mar 2009 12:07:05 -0700 (PDT)
Received: from localhost (95-24-174-59.broadband.corbina.ru [95.24.174.59])
        by mx.google.com with ESMTPS id w5sm173336tib.5.2009.03.24.12.07.02
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Tue, 24 Mar 2009 12:07:04 -0700 (PDT)
Message-Id: <86y6uu4u5v.fsf@gmail.com>
Date: Tue, 24 Mar 2009 22:06:52 +0300
From: Anonymous <swell.k@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] games/wesnoth-devel: mark as MAKE_JOBS_SAFE
X-Send-Pr-Version: 3.113

>Number:         133024
>Category:       ports
>Synopsis:       [patch] games/wesnoth-devel: mark as MAKE_JOBS_SAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    philip
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 24 19:10:01 UTC 2009
>Closed-Date:    Tue Mar 24 20:12:44 UTC 2009
>Last-Modified:  Tue Mar 24 20:12:44 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->philip 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 24 19:10:12 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133024 
State-Changed-From-To: open->closed 
State-Changed-By: philip 
State-Changed-When: Tue Mar 24 20:12:43 UTC 2009 
State-Changed-Why:  
Committed to games/wesnoth.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133024 
>Unformatted:
