FreeBSD Bugzilla – Attachment 180749 Details for
Bug 217726
[PATCH] games/megaglest: Update to 3.13.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-megaglest
megaglest-3.13.0.diff (text/plain), 7.26 KB, created by
Thibault Payet
on 2017-03-12 16:02:40 UTC
(
hide
)
Description:
patch-megaglest
Filename:
MIME Type:
Creator:
Thibault Payet
Created:
2017-03-12 16:02:40 UTC
Size:
7.26 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 435982) >+++ Makefile (copie de travail) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= megaglest >-PORTVERSION= 3.12.0 >-PORTREVISION= 1 >+PORTVERSION= 3.13.0 > CATEGORIES= games > > MAINTAINER= monwarez@mailoo.org >Index: distinfo >=================================================================== >--- distinfo (révision 435982) >+++ distinfo (copie de travail) >@@ -1,2 +1,3 @@ >-SHA256 (MegaGlest-megaglest-source-3.12.0_GH0.tar.gz) = 13c0ed6320f52558939cadcb1b1d16e6ac94cb3b22be6d4d761723ef41e87297 >-SIZE (MegaGlest-megaglest-source-3.12.0_GH0.tar.gz) = 3638252 >+TIMESTAMP = 1489313085 >+SHA256 (MegaGlest-megaglest-source-3.13.0_GH0.tar.gz) = efb5d755f44055e4b41ac6fc29e5cbe167f9d74eac800b3070f4b11b15f3b464 >+SIZE (MegaGlest-megaglest-source-3.13.0_GH0.tar.gz) = 3654879 >Index: files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp >=================================================================== >--- files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp (révision 435982) >+++ files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp (nonexistent) >@@ -1,13 +0,0 @@ >---- source/shared_lib/sources/platform/posix/ircclient.cpp.orig 2016-04-02 12:36:57 UTC >-+++ source/shared_lib/sources/platform/posix/ircclient.cpp >-@@ -19,10 +19,7 @@ >- #if !defined(DISABLE_IRCCLIENT) >- >- #include <libircclient.h> >--// upstream moved some defines into new headers as of 1.6 >--#ifndef LIBIRCCLIENT_PRE1_6 >- #include <libirc_rfcnumeric.h> >--#endif >- >- #endif >- > >Modification de propriétés sur files/patch-source-shared_lib-sources-platform-posix-ircclient.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-source-shared_lib-sources-platform-posix-socket.cpp >=================================================================== >--- files/patch-source-shared_lib-sources-platform-posix-socket.cpp (révision 435982) >+++ files/patch-source-shared_lib-sources-platform-posix-socket.cpp (nonexistent) >@@ -1,11 +0,0 @@ >---- source/shared_lib/sources/platform/posix/socket.cpp.orig 2016-12-26 00:02:43.325573000 +0100 >-+++ source/shared_lib/sources/platform/posix/socket.cpp 2016-12-26 00:04:06.681172000 +0100 >-@@ -2632,7 +2632,7 @@ >- >- //printf("UPnP device found: [%s] [%s] lanaddr [%s]\n", dev->descURL, dev->st,lanaddr); >- #if (defined(MINIUPNPC_API_VERSION) && MINIUPNPC_API_VERSION >= 9) || (!defined(MINIUPNPC_VERSION_PRE1_7) && !defined(MINIUPNPC_VERSION_PRE1_6)) >-- char *descXML = (char *)miniwget_getaddr(dev->descURL, &descXMLsize, lanaddr, (sizeof(lanaddr) / sizeof(lanaddr[0])),0); >-+ char *descXML = (char *)miniwget_getaddr(dev->descURL, &descXMLsize, lanaddr, (sizeof(lanaddr) / sizeof(lanaddr[0])),0,0); >- #else >- char *descXML = (char *)miniwget_getaddr(dev->descURL, &descXMLsize, lanaddr, (sizeof(lanaddr) / sizeof(lanaddr[0]))); >- #endif > >Modification de propriétés sur files/patch-source-shared_lib-sources-platform-posix-socket.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-source_shared__lib_include_platform_sdl_platform__main.h >=================================================================== >--- files/patch-source_shared__lib_include_platform_sdl_platform__main.h (révision 435982) >+++ files/patch-source_shared__lib_include_platform_sdl_platform__main.h (nonexistent) >@@ -1,11 +0,0 @@ >---- source/shared_lib/include/platform/sdl/platform_main.h.orig 2016-04-02 12:37:33 UTC >-+++ source/shared_lib/include/platform/sdl/platform_main.h >-@@ -667,7 +667,7 @@ int mainSetup(int argc, char **argv) { >- } >- else { >- if(SystemFlags::VERBOSE_MODE_ENABLED) printf("In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__); >-- if(SDL_Init(SDL_INIT_EVERYTHING) < 0) { >-+ if(SDL_Init(SDL_INIT_TIMER | SDL_INIT_AUDIO | SDL_INIT_VIDEO | SDL_INIT_JOYSTICK | SDL_INIT_GAMECONTROLLER | SDL_INIT_EVENTS) < 0) { >- if(SystemFlags::VERBOSE_MODE_ENABLED) printf("In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__); >- std::cerr << "Couldn't initialize SDL: " << SDL_GetError() << "\n"; >- return 3; > >Modification de propriétés sur files/patch-source_shared__lib_include_platform_sdl_platform__main.h >___________________________________________________________________ >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-source_shared__lib_sources_platform_common_platform__common.cpp >=================================================================== >--- files/patch-source_shared__lib_sources_platform_common_platform__common.cpp (révision 435982) >+++ files/patch-source_shared__lib_sources_platform_common_platform__common.cpp (nonexistent) >@@ -1,11 +0,0 @@ >---- source/shared_lib/sources/platform/common/platform_common.cpp.orig 2016-04-02 12:36:57 UTC >-+++ source/shared_lib/sources/platform/common/platform_common.cpp >-@@ -124,7 +124,7 @@ tm threadsafe_localtime(const time_t &ti >- // extracting std::time_t from std:chrono for "now" >- time_t systemtime_now() { >- #if __cplusplus > 199711L >-- system_time_point system_now = std::chrono::system_clock::now(); >-+ auto system_now = std::chrono::system_clock::now(); >- return std::chrono::system_clock::to_time_t(system_now); >- #else >- return time(NULL); > >Modification de propriétés sur files/patch-source_shared__lib_sources_platform_common_platform__common.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-source_shared__lib_sources_platform_posix_ircclient.cpp >=================================================================== >--- files/patch-source_shared__lib_sources_platform_posix_ircclient.cpp (nonexistent) >+++ files/patch-source_shared__lib_sources_platform_posix_ircclient.cpp (copie de travail) >@@ -0,0 +1,12 @@ >+--- source/shared_lib/sources/platform/posix/ircclient.cpp.orig 2017-03-12 11:21:46 UTC >++++ source/shared_lib/sources/platform/posix/ircclient.cpp >+@@ -20,9 +20,7 @@ >+ >+ #include <libircclient.h> >+ // upstream moved some defines into new headers as of 1.6 >+-#ifndef LIBIRCCLIENT_PRE1_6 >+ #include <libirc_rfcnumeric.h> >+-#endif >+ >+ #endif >+ > >Modification de propriétés sur files/patch-source_shared__lib_sources_platform_posix_ircclient.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
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
Flags:
monwarez
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 217726
: 180749