From owner-svn-ports-all@FreeBSD.ORG Fri Mar 28 13:29:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org 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 ESMTPS id 42A7AB9E; Fri, 28 Mar 2014 13:29:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EC90C71; Fri, 28 Mar 2014 13:29:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SDTxS4086915; Fri, 28 Mar 2014 13:29:59 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2SDTwjU086913; Fri, 28 Mar 2014 13:29:58 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201403281329.s2SDTwjU086913@svn.freebsd.org> From: Wen Heping Date: Fri, 28 Mar 2014 13:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349419 - head/games/blockout/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 13:29:59 -0000 Author: wen Date: Fri Mar 28 13:29:58 2014 New Revision: 349419 URL: http://svnweb.freebsd.org/changeset/ports/349419 QAT: https://qat.redports.org/buildarchive/r349419/ Log: - Fix build on head PR: 186577 Submitted by: S (maintainer) Added: head/games/blockout/files/patch-ImageLib_src_Makefile (contents, props changed) Modified: head/games/blockout/files/patch-Makefile Added: head/games/blockout/files/patch-ImageLib_src_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/blockout/files/patch-ImageLib_src_Makefile Fri Mar 28 13:29:58 2014 (r349419) @@ -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. Modified: head/games/blockout/files/patch-Makefile ============================================================================== --- head/games/blockout/files/patch-Makefile Fri Mar 28 13:24:35 2014 (r349418) +++ head/games/blockout/files/patch-Makefile Fri Mar 28 13:29:58 2014 (r349419) @@ -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.