FreeBSD Bugzilla – Attachment 179827 Details for
Bug 216965
games/blobby: update to 1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
blobby.patch (text/plain), 6.55 KB, created by
Dmitry Marakasov
on 2017-02-10 13:49:03 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2017-02-10 13:49:03 UTC
Size:
6.55 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 433743) >+++ Makefile (working copy) >@@ -2,37 +2,46 @@ > # $FreeBSD$ > > PORTNAME= blobby >-PORTVERSION= 1.0r3 >-PORTREVISION= 6 >+PORTVERSION= 1.0 > 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 <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 433743) >+++ distinfo (working copy) >@@ -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: files/patch-src-InputManager.cpp >=================================================================== >--- files/patch-src-InputManager.cpp (revision 433743) >+++ 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: 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: files/patch-src-RenderManager.cpp >=================================================================== >--- files/patch-src-RenderManager.cpp (revision 433743) >+++ 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: 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: files/patch-src-raknet-RakPeer.cpp >=================================================================== >--- files/patch-src-raknet-RakPeer.cpp (revision 433743) >+++ 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: 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: files/patch-src_NetworkMessage.cpp >=================================================================== >--- files/patch-src_NetworkMessage.cpp (nonexistent) >+++ files/patch-src_NetworkMessage.cpp (working copy) >@@ -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 <cstring> >++#include <iostream> >+ >+ #include "UserConfig.h" >+ #include "SpeedController.h" > >Property changes on: 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: pkg-plist >=================================================================== >--- pkg-plist (revision 433743) >+++ pkg-plist (working copy) >@@ -1,5 +1,6 @@ > bin/blobby > bin/blobby-server >+%%DATADIR%%/Icon.bmp > %%DATADIR%%/backgrounds.zip > %%DATADIR%%/config.xml > %%DATADIR%%/gfx.zip >@@ -7,7 +8,7 @@ > %%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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216965
: 179827