Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2012 21:25:21 +0300 (EEST)
From:      Sayetsky Anton <vsjcfm@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169456: [patch] mark x11-toolkits/wxgtk28 MAKE_JOBS_SAFE for faster build on SMP-enabled systems
Message-ID:  <201206261825.q5QIPL1G037773@jw.lds.net.ua>
Resent-Message-ID: <201206261830.q5QIUBw6048350@freefall.freebsd.org>

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

>Number:         169456
>Category:       ports
>Synopsis:       [patch] mark x11-toolkits/wxgtk28 MAKE_JOBS_SAFE for faster build on SMP-enabled systems
>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 Jun 26 18:30:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sayetsky Anton
>Release:        FreeBSD 8.3-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD j.local 8.3-RELEASE-p1 FreeBSD 8.3-RELEASE-p1 #0 r235504: Wed May 16 14:33:18 EEST 2012 root@j.local:/tmp/obj/mnt/garbage/build/src/sys/JASONW amd64
>Description:
wxgtk28 (and other versions, I think) can be built in multiple threads.
Tested wxgtk28 with 5 threads.
>How-To-Repeat:
>Fix:

--- patch-Makefile begins here ---
--- Makefile-old	2012-06-26 21:16:13.000000000 +0300
+++ Makefile	2012-06-26 21:16:47.000000000 +0300
@@ -21,6 +21,8 @@
 		tiff.4:${PORTSDIR}/graphics/tiff\
 		expat.6:${PORTSDIR}/textproc/expat2
 
+MAKE_JOBS_SAFE=	yes
+
 USE_BZIP2=	yes
 USE_XORG=	x11 sm xxf86vm xinerama 
 USE_GL=		glu
--- patch-Makefile ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206261825.q5QIPL1G037773>