svn commit: r330108 - in head/games/bomberclone: . files

Edwin Groothuis edwin at FreeBSD.org
Sat Oct 12 00:46:06 UTC 2013


Author: edwin
Date: Sat Oct 12 00:46:05 2013
New Revision: 330108
URL: http://svnweb.freebsd.org/changeset/ports/330108

Log:
  Fix build on 10.
  Upgrade to latest version.
  
  Note that the SF location is atypical and doesn't fit the standard macros.

Added:
  head/games/bomberclone/files/patch-src-single.c   (contents, props changed)
Modified:
  head/games/bomberclone/Makefile
  head/games/bomberclone/distinfo

Modified: head/games/bomberclone/Makefile
==============================================================================
--- head/games/bomberclone/Makefile	Sat Oct 12 00:31:41 2013	(r330107)
+++ head/games/bomberclone/Makefile	Sat Oct 12 00:46:05 2013	(r330108)
@@ -2,19 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	bomberclone
-PORTVERSION=	0.11.8
-PORTREVISION=	8
+PORTVERSION=	0.11.9
 CATEGORIES=	games
-MASTER_SITES=	SF
+MASTER_SITES=	http://master.dl.sourceforge.net/project/${PORTNAME}/${PORTNAME}/
 
 MAINTAINER=	edwin at mavetju.org
 COMMENT=	Reimplementation of Atomic Bomber Man
 
 USE_SDL=	image mixer sdl
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
 USE_GMAKE=	yes
-CONFIGURE_ARGS=	--target=""
+CONFIGURE_ARGS=	--target="" --disable-werror
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 CXXFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
 

Modified: head/games/bomberclone/distinfo
==============================================================================
--- head/games/bomberclone/distinfo	Sat Oct 12 00:31:41 2013	(r330107)
+++ head/games/bomberclone/distinfo	Sat Oct 12 00:46:05 2013	(r330108)
@@ -1,2 +1,2 @@
-SHA256 (bomberclone-0.11.8.tar.bz2) = 2f6993ee4a63e8cea51f9605e35de4b4ec12a5abafd25309c313ddb0fba35230
-SIZE (bomberclone-0.11.8.tar.bz2) = 7966452
+SHA256 (bomberclone-0.11.9.tar.gz) = 71eb2788f95c136fd3eecaee15d05a80dea07221b5b3530dc869e433e02ff68d
+SIZE (bomberclone-0.11.9.tar.gz) = 8109837

Added: head/games/bomberclone/files/patch-src-single.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/bomberclone/files/patch-src-single.c	Sat Oct 12 00:46:05 2013	(r330108)
@@ -0,0 +1,11 @@
+--- src/single.c.orig	2013-10-12 22:40:49.000000000 +1100
++++ src/single.c	2013-10-12 22:41:09.000000000 +1100
+@@ -476,7 +476,7 @@
+ };
+ 
+ 
+-inline int
++int
+ ai_checknewpos (_point pos, int d)
+ {
+     _point m;


More information about the svn-ports-head mailing list