Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 10:30:47 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399656 - in head/games/blockout: . files
Message-ID:  <201510191030.t9JAUlOA043600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <malloc.h>
-+#include <stdlib.h>
- #include <string.h>
- #include <stdio.h>
- #include <stdlib.h>
+ */
+ 
+ #include "BotPlayer.h"
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <stdio.h>
+ #include <stdlib.h>

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 <malloc.h>
-+#include <stdlib.h>
- #include <string.h>
- #include <stdio.h>
- #include <stdlib.h>
+   GNU General Public License for more details.
+ */
+ #include "BotPlayer.h"
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <stdio.h>
+ #include <stdlib.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510191030.t9JAUlOA043600>