ports/182037: Response for Build failed for mangband-1.1.2 during build
driedfruit
flambard at mangband.org
Thu Sep 12 13:20:06 UTC 2013
>Number: 182037
>Category: ports
>Synopsis: Response for Build failed for mangband-1.1.2 during build
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 12 13:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: driedfruit
>Release: 7.1-RELEASE
>Organization:
mindloop.net
>Environment:
FreeBSD swan.mindloop.net 7.1-RELEASE FreeBSD 7.1-RELEASE #7: Sat Feb 25 22:12:31 UTC 2012 root at swan.mindloop.net:/usr/obj/usr/src/sys/THESWAN i386
>Description:
I'm responding to an alert from an automated build server.
The subject line was [RELEASE - head-amd64-default][games/mangband] Build failed for mangband-1.1.2 during build
And the logs were shown at
Log URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s/logs/mangband-1.1.2.log
Build URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s
The upstream has been notified and the fix will be incorporated into the next release. Meanwhile, here's a port update.
>How-To-Repeat:
Try building mangband on head-amd64-default machine.
>Fix:
Update the port with the attached diff.
Patch attached with submission follows:
Index: files/patch-client_main-sdl.c
===================================================================
--- files/patch-client_main-sdl.c (revision 0)
+++ files/patch-client_main-sdl.c (working copy)
@@ -0,0 +1,11 @@
+--- client/main-sdl.c 2009-04-27 14:52:36.000000000 +0000
++++ client/main-sdl.c 2013-09-11 16:46:48.000000000 +0000
+@@ -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)
+ {
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list