From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 9 06:30:01 2014 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 ESMTPS id 5B76CBC5 for ; Sun, 9 Feb 2014 06:30:01 +0000 (UTC) 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 3696B18C7 for ; Sun, 9 Feb 2014 06:30:01 +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 s196U1LP098304 for ; Sun, 9 Feb 2014 06:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s196U1pX098303; Sun, 9 Feb 2014 06:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 9 Feb 2014 06:30:01 GMT Resent-Message-Id: <201402090630.s196U1pX098303@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, S 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 ESMTPS id E28A6BA1 for ; Sun, 9 Feb 2014 06:25:52 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE6F118B5 for ; Sun, 9 Feb 2014 06:25:52 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s196PqOv023128 for ; Sun, 9 Feb 2014 06:25:52 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s196PqII023124; Sun, 9 Feb 2014 06:25:52 GMT (envelope-from nobody) Message-Id: <201402090625.s196PqII023124@cgiserv.freebsd.org> Date: Sun, 9 Feb 2014 06:25:52 GMT From: S To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186577: Fix for building games/blockout on FreeBSD-11.X X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 06:30:01 -0000 >Number: 186577 >Category: ports >Synopsis: Fix for building games/blockout on FreeBSD-11.X >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 Feb 09 06:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: S >Release: 11-Current >Organization: None >Environment: 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r260187M: >Description: Fix building of games/blockout when gcc is not installed. >How-To-Repeat: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2014-02-06_18h13m58s/logs/blockout-2.4_2.log >Fix: Patch attached with submission follows: --- files/patch-Makefile.orig 2014-02-09 13:16:19.000000000 +0700 +++ files/patch-Makefile 2014-02-09 13:18:08.000000000 +0700 @@ -1,5 +1,5 @@ ---- BlockOut/Makefile.orig 2009-08-06 14:55:56.000000000 +0700 -+++ BlockOut/Makefile 2009-08-06 15:39:07.000000000 +0700 +--- BlockOut/Makefile.orig 2008-01-10 00:29:06.000000000 +0600 ++++ BlockOut/Makefile 2014-02-09 13:17:22.000000000 +0700 @@ -34,17 +34,17 @@ #--------------------------------------------------------------------- @@ -9,7 +9,8 @@ +SDL_ROOT = /usr/local +IMGLIB_ROOT = ../ImageLib/src - CXX = g++ +-CXX = g++ ++#CXX = g++ CXXFLAGS = -g -D_DEBUG -Dlinux -c \ - -I$(SDL_ROOT)/include/SDL -I$(IMGLIB_ROOT) -I. --- files/patch-ImageLib_src_Makefile.orig 1970-01-01 07:00:00.000000000 +0700 +++ files/patch-ImageLib_src_Makefile 2014-02-09 13:16:57.000000000 +0700 @@ -0,0 +1,13 @@ +--- ImageLib/src/Makefile.orig 2014-02-09 13:14:33.000000000 +0700 ++++ ImageLib/src/Makefile 2014-02-09 13:15:28.000000000 +0700 +@@ -32,8 +32,8 @@ + + #--------------------------------------------------------------------- + +-CXX = g++ +-CC = gcc ++#CXX = g++ ++#CC = gcc + + CXXFLAGS = -O2 -Dlinux -c -I. + CFLAGS = -O2 -Dlinux -c -I. >Release-Note: >Audit-Trail: >Unformatted: