svn commit: r399656 - in head/games/blockout: . files

Mathieu Arnold mat at FreeBSD.org
Mon Oct 19 10:30:48 UTC 2015


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>


More information about the svn-ports-all mailing list