Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2012 14:12:25 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170068: [patch] mark x11-toolkits/wxgtk28 MAKE_JOBS_UNSAFE
Message-ID:  <201207221412.q6MECPok067257@red.freebsd.org>
Resent-Message-ID: <201207221420.q6MEK7go095220@freefall.freebsd.org>

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

>Number:         170068
>Category:       ports
>Synopsis:       [patch] mark x11-toolkits/wxgtk28 MAKE_JOBS_UNSAFE
>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:   Sun Jul 22 14:20:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
x11-toolkits/wxgtk28 failed to build for me with MAKE_JOBS enabled. Here's a patch to disable it.
>How-To-Repeat:

>Fix:
Index: Makefile===================================================================
--- Makefile    (revision 301293)
+++ Makefile    (working copy)
@@ -25,7 +25,7 @@ USE_XORG=      x11 sm xxf86vm xinerama 
 USE_GL=                glu
 USE_GMAKE=     yes
-MAKE_JOBS_SAFE=        yes
+MAKE_JOBS_UNSAFE=      yes
 USE_ICONV=     yes
 USE_GNOME=     gtk20
 GNU_CONFIGURE= yes


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



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