Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2012 19:46:19 GMT
From:      Kevin Zheng <kevinz5000@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172462: [patch] Set MAKE_JOBS_UNSAFE for games/bzflag
Message-ID:  <201210071946.q97JkJte056976@red.freebsd.org>
Resent-Message-ID: <201210071950.q97JoDlE096050@freefall.freebsd.org>

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

>Number:         172462
>Category:       ports
>Synopsis:       [patch] Set MAKE_JOBS_UNSAFE for games/bzflag
>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:   Sun Oct 07 19:50:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Zheng
>Release:        9.0-RELEASE-p3
>Organization:
>Environment:
FreeBSD sigma.local 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Set MAKE_JOBS_UNSAFE for games/bzflag, because build fails with multiple make jobs.

While here, attach LGPL license.
>How-To-Repeat:
Build it with FORCE_MAKE_JOBS.
>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -ruN /usr/ports/games/bzflag/Makefile bzflag/Makefile
--- /usr/ports/games/bzflag/Makefile	2012-08-11 06:49:06.000000000 -0500
+++ bzflag/Makefile	2012-10-07 14:43:05.000000000 -0500
@@ -13,8 +13,12 @@
 MAINTAINER=	kevinz5000@gmail.com
 COMMENT=	A multiplayer 3D tank battle game
 
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
+MAKE_JOBS_UNSAFE=	yes
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GL=		glew


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



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