Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2009 04:03:42 +0300
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/132988: [patch] www/firefox3: mark as MAKE_JOBS_SAFE
Message-ID:  <86ocvrratt.fsf@gmail.com>
Resent-Message-ID: <200903240110.n2O1A2Vr055516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132988
>Category:       ports
>Synopsis:       [patch] www/firefox3: 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 01:10:02 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

$ make showconfig (all default)
===> The following configuration options are available for firefox-3.0.7,1:
     DBUS=on (default) "Enable D-BUS support"
     NEWTAB=on (default) "Open external links in a new tab"
     SMB=off (default) "Enable smb:// URI support using gnomevfs"
     DEBUG=off (default) "Build a debugging image"
     LOGGING=off (default) "Enable additional log messages"
     OPTIMIZED_CFLAGS=off (default) "Enable some additional optimizations"

>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

http://docs.FreeBSD.org/cgi/mid.cgi?200903221028.n2MASrjk002315

--- firefox3.diff begins here ---
Index: www/firefox3/Makefile
===================================================================
RCS file: /home/csup/ports/www/firefox3/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- www/firefox3/Makefile	6 Mar 2009 09:27:31 -0000	1.13
+++ www/firefox3/Makefile	24 Mar 2009 00:06:28 -0000
@@ -38,6 +38,7 @@ EXTRA_CFLAGS=	-O2
 HAS_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 NO_MOZPKGINSTALL=yes
 
 FIREFOX_ICON=		${MOZILLA}.png
--- firefox3.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?86ocvrratt.fsf>