ports/172462: [patch] Set MAKE_JOBS_UNSAFE for games/bzflag

Kevin Zheng kevinz5000 at gmail.com
Sun Oct 7 19:50:15 UTC 2012


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list