Index: head/games/blobby/Makefile =================================================================== --- head/games/blobby/Makefile (revision 433916) +++ head/games/blobby/Makefile (revision 433917) @@ -1,38 +1,48 @@ # Created by: Ganael Laplanche # $FreeBSD$ PORTNAME= blobby -PORTVERSION= 1.0r3 -PORTREVISION= 6 +PORTVERSION= 1.0 +PORTEPOCH= 1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/1.0RC3/ -DISTNAME= blobby2-linux-1.0rc3 +MASTER_SITES= SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/${PORTVERSION} +DISTNAME= blobby2-linux-${PORTVERSION} MAINTAINER= martymac@FreeBSD.org COMMENT= Official continuation of the famous Blobby Volley 1.x game -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libphysfs.so:devel/physfs \ - libdrm.so:graphics/libdrm +LIB_DEPENDS= libphysfs.so:devel/physfs BUILD_DEPENDS= zip:archivers/zip \ ${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs -USE_XORG= ice x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender -USE_SDL= sdl -USE_GL= glu +BROKEN_aarch64= fails to compile: I can't tell what endian-ness to use for your architecture -USES= dos2unix cmake +USES= cmake dos2unix localbase:ldflags pkgconfig DOS2UNIX_REGEX= .*\.(c|h|cpp) -CMAKE_ARGS+= -DDATADIR:PATH="${DATADIR}" -WRKSRC= ${WRKDIR}/blobby-1.0rc3 +CMAKE_ARGS= -DDATADIR:PATH="${DATADIR}" +WRKSRC= ${WRKDIR}/blobby-${PORTVERSION} +USE_SDL= sdl2 +USE_GL= gl -PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO +PORTDOCS= AUTHORS ChangeLog README TODO -BROKEN_aarch64= Fails to compile: I can't tell what endian-ness to use for your architecture +DESKTOP_ENTRIES="Blobby Volley" \ + "" \ + "${DATADIR}/Icon.bmp" \ + "${PORTNAME}" \ + "Game;ArcadeGame;" \ + "" +OPTIONS_DEFINE= DOCS + post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/data/Icon.bmp ${STAGEDIR}${DATADIR}/ + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/games/blobby/distinfo =================================================================== --- head/games/blobby/distinfo (revision 433916) +++ head/games/blobby/distinfo (revision 433917) @@ -1,2 +1,3 @@ -SHA256 (blobby2-linux-1.0rc3.tar.gz) = 45bdb2530b7eb1b508693d304e31088c9a9b366f978f716b5a0cf1e7c502c581 -SIZE (blobby2-linux-1.0rc3.tar.gz) = 2323776 +TIMESTAMP = 1479124820 +SHA256 (blobby2-linux-1.0.tar.gz) = ba7a049e298aaa2014c1e1ac1faf3b0256b4c66266cd4db06e7939e8695bf5e2 +SIZE (blobby2-linux-1.0.tar.gz) = 1772918 Index: head/games/blobby/files/patch-src-InputManager.cpp =================================================================== --- head/games/blobby/files/patch-src-InputManager.cpp (revision 433916) +++ head/games/blobby/files/patch-src-InputManager.cpp (nonexistent) @@ -1,8 +0,0 @@ ---- src/InputManager.cpp.orig 2012-08-07 18:12:49.000000000 +0200 -+++ src/InputManager.cpp 2012-08-07 18:17:04.000000000 +0200 -@@ -1,4 +1,4 @@ --/*============================================================================= -+/*============================================================================= - Blobby Volley 2 - Copyright (C) 2006 Jonathan Sieber (jonathan_sieber@yahoo.de) - Property changes on: head/games/blobby/files/patch-src-InputManager.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/blobby/files/patch-src-raknet-RakPeer.cpp =================================================================== --- head/games/blobby/files/patch-src-raknet-RakPeer.cpp (revision 433916) +++ head/games/blobby/files/patch-src-raknet-RakPeer.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/raknet/RakPeer.cpp.orig 2013-03-28 17:46:00.000000000 +0100 -+++ src/raknet/RakPeer.cpp 2013-03-28 17:55:11.000000000 +0100 -@@ -1060,7 +1060,6 @@ - - for ( ; index < banList.size(); index++ ) - { -- delete [] banList[ index ]->IP; - delete [] banList[ index ]; - } - Property changes on: head/games/blobby/files/patch-src-raknet-RakPeer.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/blobby/files/patch-src-RenderManager.cpp =================================================================== --- head/games/blobby/files/patch-src-RenderManager.cpp (revision 433916) +++ head/games/blobby/files/patch-src-RenderManager.cpp (nonexistent) @@ -1,8 +0,0 @@ ---- src/RenderManager.cpp.orig 2012-08-07 18:22:07.000000000 +0200 -+++ src/RenderManager.cpp 2012-08-07 18:22:19.000000000 +0200 -@@ -1,4 +1,4 @@ --/*============================================================================= -+/*============================================================================= - Blobby Volley 2 - Copyright (C) 2006 Jonathan Sieber (jonathan_sieber@yahoo.de) - Copyright (C) 2006 Daniel Knobe (daniel-knobe@web.de) Property changes on: head/games/blobby/files/patch-src-RenderManager.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/blobby/files/patch-src_NetworkMessage.cpp =================================================================== --- head/games/blobby/files/patch-src_NetworkMessage.cpp (nonexistent) +++ head/games/blobby/files/patch-src_NetworkMessage.cpp (revision 433917) @@ -0,0 +1,10 @@ +--- src/NetworkMessage.cpp.orig 2014-03-22 13:31:21 UTC ++++ src/NetworkMessage.cpp +@@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place, Suite + + /* includes */ + #include ++#include + + #include "UserConfig.h" + #include "SpeedController.h" Property changes on: head/games/blobby/files/patch-src_NetworkMessage.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/blobby/pkg-plist =================================================================== --- head/games/blobby/pkg-plist (revision 433916) +++ head/games/blobby/pkg-plist (revision 433917) @@ -1,13 +1,14 @@ bin/blobby bin/blobby-server +%%DATADIR%%/Icon.bmp %%DATADIR%%/backgrounds.zip %%DATADIR%%/config.xml %%DATADIR%%/gfx.zip %%DATADIR%%/inputconfig.xml %%DATADIR%%/lang_de.xml %%DATADIR%%/lang_en.xml %%DATADIR%%/lang_fr.xml -%%DATADIR%%/rules.lua +%%DATADIR%%/rules.zip %%DATADIR%%/scripts.zip %%DATADIR%%/server.xml %%DATADIR%%/sounds.zip