View | Details | Raw Unified | Return to bug 216965
Collapse All | Expand All

(-)Makefile (-16 / +25 lines)
Lines 2-38 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	blobby
4
PORTNAME=	blobby
5
PORTVERSION=	1.0r3
5
PORTVERSION=	1.0
6
PORTREVISION=	6
7
CATEGORIES=	games
6
CATEGORIES=	games
8
MASTER_SITES=	SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/1.0RC3/
7
MASTER_SITES=	SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/${PORTVERSION}
9
DISTNAME=	blobby2-linux-1.0rc3
8
DISTNAME=	blobby2-linux-${PORTVERSION}
10
9
11
MAINTAINER=	martymac@FreeBSD.org
10
MAINTAINER=	martymac@FreeBSD.org
12
COMMENT=	Official continuation of the famous Blobby Volley 1.x game
11
COMMENT=	Official continuation of the famous Blobby Volley 1.x game
13
12
14
LICENSE=	GPLv2
13
LICENSE=	GPLv2+
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
LIB_DEPENDS=	libphysfs.so:devel/physfs \
16
LIB_DEPENDS=	libphysfs.so:devel/physfs
17
		libdrm.so:graphics/libdrm
18
BUILD_DEPENDS=	zip:archivers/zip \
17
BUILD_DEPENDS=	zip:archivers/zip \
19
		${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs
18
		${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs
20
19
21
USE_XORG=	ice x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender
20
BROKEN_aarch64=	fails to compile: I can't tell what endian-ness to use for your architecture
22
USE_SDL=	sdl
23
USE_GL=		glu
24
21
25
USES=		dos2unix cmake
22
USES=		cmake dos2unix localbase:ldflags pkgconfig
26
DOS2UNIX_REGEX=	.*\.(c|h|cpp)
23
DOS2UNIX_REGEX=	.*\.(c|h|cpp)
27
CMAKE_ARGS+=	-DDATADIR:PATH="${DATADIR}"
24
CMAKE_ARGS=	-DDATADIR:PATH="${DATADIR}"
28
WRKSRC=		${WRKDIR}/blobby-1.0rc3
25
WRKSRC=		${WRKDIR}/blobby-${PORTVERSION}
26
USE_SDL=	sdl2
27
USE_GL=		gl
29
28
30
PORTDOCS=	AUTHORS ChangeLog INSTALL NEWS README TODO
29
PORTDOCS=	AUTHORS ChangeLog README TODO
31
30
32
BROKEN_aarch64=		Fails to compile: I can't tell what endian-ness to use for your architecture
31
DESKTOP_ENTRIES="Blobby Volley" \
32
		"" \
33
		"${DATADIR}/Icon.bmp" \
34
		"${PORTNAME}" \
35
		"Game;ArcadeGame;" \
36
		""
33
37
38
OPTIONS_DEFINE=	DOCS
39
34
post-install:
40
post-install:
35
	@${MKDIR}  ${STAGEDIR}${DOCSDIR}
41
	${INSTALL_DATA} ${WRKSRC}/data/Icon.bmp ${STAGEDIR}${DATADIR}/
42
43
post-install-DOCS-on:
44
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
36
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
45
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
37
46
38
.include <bsd.port.mk>
47
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (blobby2-linux-1.0rc3.tar.gz) = 45bdb2530b7eb1b508693d304e31088c9a9b366f978f716b5a0cf1e7c502c581
1
TIMESTAMP = 1479124820
2
SIZE (blobby2-linux-1.0rc3.tar.gz) = 2323776
2
SHA256 (blobby2-linux-1.0.tar.gz) = ba7a049e298aaa2014c1e1ac1faf3b0256b4c66266cd4db06e7939e8695bf5e2
3
SIZE (blobby2-linux-1.0.tar.gz) = 1772918
(-)files/patch-src-InputManager.cpp (-8 lines)
Lines 1-8 Link Here
1
--- src/InputManager.cpp.orig	2012-08-07 18:12:49.000000000 +0200
2
+++ src/InputManager.cpp	2012-08-07 18:17:04.000000000 +0200
3
@@ -1,4 +1,4 @@
4
-/*=============================================================================
5
+/*=============================================================================
6
 Blobby Volley 2
7
 Copyright (C) 2006 Jonathan Sieber (jonathan_sieber@yahoo.de)
8
 
(-)files/patch-src-RenderManager.cpp (-8 lines)
Lines 1-8 Link Here
1
--- src/RenderManager.cpp.orig	2012-08-07 18:22:07.000000000 +0200
2
+++ src/RenderManager.cpp	2012-08-07 18:22:19.000000000 +0200
3
@@ -1,4 +1,4 @@
4
-/*=============================================================================
5
+/*=============================================================================
6
 Blobby Volley 2
7
 Copyright (C) 2006 Jonathan Sieber (jonathan_sieber@yahoo.de)
8
 Copyright (C) 2006 Daniel Knobe (daniel-knobe@web.de)
(-)files/patch-src-raknet-RakPeer.cpp (-10 lines)
Lines 1-10 Link Here
1
--- src/raknet/RakPeer.cpp.orig	2013-03-28 17:46:00.000000000 +0100
2
+++ src/raknet/RakPeer.cpp	2013-03-28 17:55:11.000000000 +0100
3
@@ -1060,7 +1060,6 @@
4
 
5
 	for ( ; index < banList.size(); index++ )
6
 	{
7
-		delete [] banList[ index ]->IP;
8
 		delete [] banList[ index ];
9
 	}
10
 
(-)files/patch-src_NetworkMessage.cpp (+10 lines)
Line 0 Link Here
1
--- src/NetworkMessage.cpp.orig	2014-03-22 13:31:21 UTC
2
+++ src/NetworkMessage.cpp
3
@@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place, Suite
4
 
5
 /* includes */
6
 #include <cstring>
7
+#include <iostream>
8
 
9
 #include "UserConfig.h"
10
 #include "SpeedController.h"
(-)pkg-plist (-1 / +2 lines)
Lines 1-5 Link Here
1
bin/blobby
1
bin/blobby
2
bin/blobby-server
2
bin/blobby-server
3
%%DATADIR%%/Icon.bmp
3
%%DATADIR%%/backgrounds.zip
4
%%DATADIR%%/backgrounds.zip
4
%%DATADIR%%/config.xml
5
%%DATADIR%%/config.xml
5
%%DATADIR%%/gfx.zip
6
%%DATADIR%%/gfx.zip
Lines 7-13 Link Here
7
%%DATADIR%%/lang_de.xml
8
%%DATADIR%%/lang_de.xml
8
%%DATADIR%%/lang_en.xml
9
%%DATADIR%%/lang_en.xml
9
%%DATADIR%%/lang_fr.xml
10
%%DATADIR%%/lang_fr.xml
10
%%DATADIR%%/rules.lua
11
%%DATADIR%%/rules.zip
11
%%DATADIR%%/scripts.zip
12
%%DATADIR%%/scripts.zip
12
%%DATADIR%%/server.xml
13
%%DATADIR%%/server.xml
13
%%DATADIR%%/sounds.zip
14
%%DATADIR%%/sounds.zip

Return to bug 216965