From owner-svn-ports-head@freebsd.org Mon Oct 19 10:30:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E0D1A19B06; Mon, 19 Oct 2015 10:30:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 521549BE; Mon, 19 Oct 2015 10:30:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9JAUlZF043603; Mon, 19 Oct 2015 10:30:47 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9JAUlOA043600; Mon, 19 Oct 2015 10:30:47 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201510191030.t9JAUlOA043600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 19 Oct 2015 10:30:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399656 - in 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 10:30:48 -0000 Author: mat Date: Mon Oct 19 10:30:47 2015 New Revision: 399656 URL: https://svnweb.freebsd.org/changeset/ports/399656 Log: Fix patch, I think. Sponsored by: Absolight Differential Revision: Modified: head/games/blockout/Makefile head/games/blockout/files/patch-BotPlayer.cpp head/games/blockout/files/patch-BotPlayerAI.cpp Modified: head/games/blockout/Makefile ============================================================================== --- head/games/blockout/Makefile Mon Oct 19 10:28:05 2015 (r399655) +++ head/games/blockout/Makefile Mon Oct 19 10:30:47 2015 (r399656) @@ -17,7 +17,8 @@ ONLY_FOR_ARCHS= i386 amd64 USE_SDL= mixer sdl USES= gmake dos2unix -DOS2UNIX_FILES= ${WRKSRC}/ImageLib/src/gif/gif.h ${WRKSRC}/ImageLib/src/gif/gif.cpp +DOS2UNIX_FILES= ${WRKSRC}/ImageLib/src/gif/gif.h \ + ${WRKSRC}/ImageLib/src/gif/gif.cpp ${WRKSRC}/BlockOut/*.cpp LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib USE_GL= gl glu Modified: head/games/blockout/files/patch-BotPlayer.cpp ============================================================================== --- head/games/blockout/files/patch-BotPlayer.cpp Mon Oct 19 10:28:05 2015 (r399655) +++ head/games/blockout/files/patch-BotPlayer.cpp Mon Oct 19 10:30:47 2015 (r399656) @@ -1,11 +1,11 @@ --- BlockOut/BotPlayer.cpp.orig 2015-08-20 21:42:27.000000000 +0600 +++ BlockOut/BotPlayer.cpp 2015-08-20 21:42:41.000000000 +0600 @@ -16,7 +16,7 @@ - */ - - #include "BotPlayer.h" --#include -+#include - #include - #include - #include + */ + + #include "BotPlayer.h" +-#include ++#include + #include + #include + #include Modified: head/games/blockout/files/patch-BotPlayerAI.cpp ============================================================================== --- head/games/blockout/files/patch-BotPlayerAI.cpp Mon Oct 19 10:28:05 2015 (r399655) +++ head/games/blockout/files/patch-BotPlayerAI.cpp Mon Oct 19 10:30:47 2015 (r399656) @@ -1,11 +1,11 @@ --- BlockOut/BotPlayerAI.cpp.orig 2015-08-20 21:43:41.000000000 +0600 +++ BlockOut/BotPlayerAI.cpp 2015-08-20 21:43:51.000000000 +0600 @@ -15,7 +15,7 @@ - GNU General Public License for more details. - */ - #include "BotPlayer.h" --#include -+#include - #include - #include - #include + GNU General Public License for more details. + */ + #include "BotPlayer.h" +-#include ++#include + #include + #include + #include