From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B6DD067C for ; Sun, 6 Oct 2013 16:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DF5E23BA for ; Sun, 6 Oct 2013 16:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Go0W6017462 for ; Sun, 6 Oct 2013 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Go0ES017461; Sun, 6 Oct 2013 16:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 16:50:00 GMT Resent-Message-Id: <201310061650.r96Go0ES017461@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6E12A674 for ; Sun, 6 Oct 2013 16:49:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B71523B4 for ; Sun, 6 Oct 2013 16:49:22 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96GnLfc056894 for ; Sun, 6 Oct 2013 16:49:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96GnLdN056890; Sun, 6 Oct 2013 16:49:21 GMT (envelope-from nobody) Message-Id: <201310061649.r96GnLdN056890@oldred.freebsd.org> Date: Sun, 6 Oct 2013 16:49:21 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182755: [maintainer-update] games/ioquake3 and related X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:50:00 -0000 >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@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: