ports/182755: [maintainer-update] games/ioquake3 and related

Dominic Fandrey kamikaze at bsdforen.de
Sun Oct 6 16:50:00 UTC 2013


>Number:         182755
>Category:       ports
>Synopsis:       [maintainer-update] games/ioquake3 and related
>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 06 16:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        stable/9
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254957: Tue Aug 27 19:07:40 CEST 2013     root at mobileKamikaze.norad:/usr/obj/HP6510b-9/amd64/usr/src/sys/HP6510b-9  amd64

>Description:
The removal of gcc from the head default install has revealed a bug in the build process the C-compiler defaults to gcc instead of ${CC}.
>How-To-Repeat:

>Fix:
The attached patch was tested on stable/9 with /usr/bin/gcc removed.

Patch attached with submission follows:

Index: games/ioquake3/Makefile
===================================================================
--- games/ioquake3/Makefile	(revision 328016)
+++ games/ioquake3/Makefile	(working copy)
@@ -57,6 +57,7 @@
 		HOMEPATH="${HOMEPATH}" \
 		VERSION="${Q3ENGINEVER}" \
 		ARCH="${IOQ3ARCH}" \
+		TOOLS_CC="${CC}" \
 		USE_LOCAL_HEADERS=0
 ALL_TARGET=	release
 


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


More information about the freebsd-ports-bugs mailing list