Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2009 22:10:39 +0200 (CEST)
From:      Roland Smith <rsmith@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/133223: [PATCH] set MAKE_JOBS_SAFE for games/tyrquake
Message-ID:  <20090330201039.B27C7BAAF@slackbox.xs4all.nl>
Resent-Message-ID: <200903302020.n2UKK2o8002425@freefall.freebsd.org>

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

>Number:         133223
>Category:       ports
>Synopsis:       [PATCH] set MAKE_JOBS_SAFE for games/tyrquake
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 30 20:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Roland Smith
>Release:        FreeBSD 7.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD slackbox.xs4all.nl 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Wed Jan 7 15:44:17 CET 2009 rsmith@slackbox.xs4all.nl:/usr/obj/usr/src/sys/QUADSLACK amd64


	
>Description:
	Currently, there is no MAKE_JOBS_* variable set.
>How-To-Repeat:
	
>Fix:

Apply the following patch to the makefile:
----- games/tyrquake/Makefile -----
--- Makefile.orig	2009-03-30 21:54:35.000000000 +0200
+++ Makefile	2009-03-30 21:53:13.000000000 +0200
@@ -14,6 +14,7 @@
 MAINTAINER=	rsmith@xs4all.nl
 COMMENT=	Very conservative branch of the Quake source code
 
+MAKE_JOBS_SAFE= yes
 USE_XORG=	x11 xxf86vm xdamage xfixes xau xext xdmcp
 USE_GL=		yes
 USE_GMAKE=	yes
----- games/tyrquake/Makefile -----
>Release-Note:
>Audit-Trail:
>Unformatted:



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