FreeBSD Bugzilla – Attachment 170917 Details for
Bug 209825
games/mangband: Unbreak fetch and bump version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mangband-1.1.3-port.patch
mangband-1.1.3-port.patch (text/plain), 5.05 KB, created by
flambard
on 2016-06-01 14:36:26 UTC
(
hide
)
Description:
mangband-1.1.3-port.patch
Filename:
MIME Type:
Creator:
flambard
Created:
2016-06-01 14:36:26 UTC
Size:
5.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 416204) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mangband >-PORTVERSION= 1.1.2 >-PORTREVISION= 1 >+PORTVERSION= 1.1.3 > CATEGORIES= games > MASTER_SITES= http://mangband.org/download/ > >@@ -12,7 +11,6 @@ > > LICENSE= GPLv2 > >-BROKEN= unfetchable > ALL_TARGET= mangclient mangband > WRKSRC= ${WRKDIR}/${DISTNAME}/src > GNU_CONFIGURE= yes >Index: distinfo >=================================================================== >--- distinfo (revision 416204) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (mangband-1.1.2.tar.gz) = 648d079417edda959302b2d77f169977b5c3a00ad58c2268dd6f9c1f6fbc2b49 >-SIZE (mangband-1.1.2.tar.gz) = 1485354 >+TIMESTAMP = 1464714882 >+SHA256 (mangband-1.1.3.tar.gz) = d4917c51fc84a0626db1b09f6cf8b0ebc4522dd8ab34334e56fba8275ede9069 >+SIZE (mangband-1.1.3.tar.gz) = 1497078 >Index: files/patch-client__main-sdl.c >=================================================================== >--- files/patch-client__main-sdl.c (revision 416204) >+++ files/patch-client__main-sdl.c (nonexistent) >@@ -1,11 +0,0 @@ >---- ./client/main-sdl.c.orig 2014-08-05 15:15:31.836673216 +0200 >-+++ ./client/main-sdl.c 2014-08-05 15:15:31.996665462 +0200 >-@@ -1031,7 +1031,7 @@ >- //if (td->cx != -1 && td->cy != -1) { >- // RedrawChar(td->cx, td->cy); >- // } >-- if (td->cx == x && td->cy == y) return; >-+ if (td->cx == x && td->cy == y) return (0); >- //if (x == -1 && y == -1) return; >- if (td->cursor_on) >- { > >Property changes on: files/patch-client__main-sdl.c >___________________________________________________________________ >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-config.h >=================================================================== >--- files/patch-config.h (revision 416204) >+++ files/patch-config.h (working copy) >@@ -1,5 +1,5 @@ >---- ./config.h.orig 2014-08-05 15:15:31.000000000 +0200 >-+++ ./config.h 2014-08-05 15:17:19.486687132 +0200 >+--- config.h.orig 2016-05-31 18:04:39 UTC >++++ config.h > @@ -137,7 +137,7 @@ > /* > * OPTION: Use the POSIX "termios" methods in "main-gcu.c" >Index: files/patch-server__netserver.c >=================================================================== >--- files/patch-server__netserver.c (revision 416204) >+++ files/patch-server__netserver.c (nonexistent) >@@ -1,11 +0,0 @@ >---- ./server/netserver.c.orig 2014-08-05 15:15:31.916658572 +0200 >-+++ ./server/netserver.c 2014-08-05 15:15:32.006682679 +0200 >-@@ -97,7 +97,7 @@ >- (*drain_receive[256])(int ind); >- int login_in_progress; >- static int num_logins, num_logouts; >--static long Id; >-+long Id; >- int NumPlayers; >- >- int MetaSocket = -1; > >Property changes on: files/patch-server__netserver.c >___________________________________________________________________ >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-server__save.c >=================================================================== >--- files/patch-server__save.c (revision 416204) >+++ files/patch-server__save.c (nonexistent) >@@ -1,11 +0,0 @@ >---- ./server/save.c.orig 2014-08-05 15:15:31.916658572 +0200 >-+++ ./server/save.c 2014-08-05 15:15:32.016684533 +0200 >-@@ -941,7 +941,7 @@ >- #ifdef VERIFY_SAVEFILE >- >- /* Lock on savefile */ >-- strcpy(temp, savefile); >-+ strcpy(temp, p_ptr->savefile); >- strcat(temp, ".lok"); >- >- /* Remove lock file */ > >Property changes on: files/patch-server__save.c >___________________________________________________________________ >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-server_netserver.c >=================================================================== >--- files/patch-server_netserver.c (nonexistent) >+++ files/patch-server_netserver.c (working copy) >@@ -0,0 +1,11 @@ >+--- server/netserver.c.orig 2016-05-31 18:04:59 UTC >++++ server/netserver.c >+@@ -97,7 +97,7 @@ static int (*playing_receive[256])(int >+ (*drain_receive[256])(int ind); >+ int login_in_progress; >+ static int num_logins, num_logouts; >+-static long Id; >++long Id; >+ int NumPlayers; >+ >+ int MetaSocket = -1; >Index: files/patch-server_save.c >=================================================================== >--- files/patch-server_save.c (nonexistent) >+++ files/patch-server_save.c (working copy) >@@ -0,0 +1,11 @@ >+--- server/save.c.orig 2016-05-31 18:05:21 UTC >++++ server/save.c >+@@ -941,7 +941,7 @@ bool save_player(int Ind) >+ #ifdef VERIFY_SAVEFILE >+ >+ /* Lock on savefile */ >+- strcpy(temp, savefile); >++ strcpy(temp, p_ptr->savefile); >+ strcat(temp, ".lok"); >+ >+ /* Remove lock file */
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:
flambard:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 209825
:
170777
| 170917