svn commit: r403068 - in head/games/blobwars: . files

Rusmir Dusko nemysis at FreeBSD.org
Sat Dec 5 14:56:06 UTC 2015


Author: nemysis
Date: Sat Dec  5 14:56:05 2015
New Revision: 403068
URL: https://svnweb.freebsd.org/changeset/ports/403068

Log:
  - Add USES= pkgconfig, forgotten in previous commit
  - Add patch, fix build with 32-bit platforms
  
  PR:		205020
  Submitted by:	rakuco

Added:
  head/games/blobwars/files/patch-src-CReplayDataHeader.h   (contents, props changed)
Modified:
  head/games/blobwars/Makefile

Modified: head/games/blobwars/Makefile
==============================================================================
--- head/games/blobwars/Makefile	Sat Dec  5 14:49:05 2015	(r403067)
+++ head/games/blobwars/Makefile	Sat Dec  5 14:56:05 2015	(r403068)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/doc/license
 LICENSE_TEXT_CCbyNCSA3=CC-BY 3.0
 LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
 
-USES=		gmake
+USES=		gmake pkgconfig
 USE_SDL=	image2 mixer2 net2 sdl2 ttf2
 WITH_ZLIB=	yes
 

Added: head/games/blobwars/files/patch-src-CReplayDataHeader.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/blobwars/files/patch-src-CReplayDataHeader.h	Sat Dec  5 14:56:05 2015	(r403068)
@@ -0,0 +1,11 @@
+--- src/CReplayDataHeader.h.orig	2015-11-21 23:18:19.000000000 +0100
++++ src/CReplayDataHeader.h	2015-12-04 19:36:24.513338595 +0100
+@@ -1,7 +1,7 @@
+ struct ReplayDataHeader
+ {
+ 	char map[PATH_MAX];
+-	long randomSeed;
++	time_t randomSeed;
+ 	float version;
+ 	int release;
+ 	int skill;


More information about the svn-ports-head mailing list