ports/186565: games/tome4: segfault at startup
Nikolai Lifanov
lifanov at mail.lifanov.com
Sun Mar 16 02:00:01 UTC 2014
The following reply was made to PR ports/186565; it has been noted by GNATS.
From: Nikolai Lifanov <lifanov at mail.lifanov.com>
To: bug-followup at FreeBSD.org, m.tsatsenko at gmail.com
Cc:
Subject: Re: ports/186565: games/tome4: segfault at startup
Date: Sat, 15 Mar 2014 21:59:12 -0400
This is a multi-part message in MIME format.
--------------060500050109070209060608
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
I was able to reproduce the segfault...
Could you try this patch please?
Basically, from games/tome4/patch-build__te4core.lua, remove the first
section.
- Nikolai Lifanov
Index: games/tome4/files/patch-build__te4core.lua
===================================================================
--- games/tome4/files/patch-build__te4core.lua (revision 348390)
+++ games/tome4/files/patch-build__te4core.lua (working copy)
@@ -1,14 +1,5 @@
--- ./build/te4core.lua.orig 2014-01-05 19:42:37.000000000 -0500
+++ ./build/te4core.lua 2014-02-06 13:23:22.476164878 -0500
-@@ -109,7 +109,7 @@
-
- configuration "bsd"
- libdirs {"/usr/local/lib/"}
-- links { "SDL2", "SDL2_ttf", "SDL2_image", "png", "openal",
"vorbisfile", "GL", "GLU", "m", "pthread" }
-+ links { "SDL2", "SDL2_ttf", "SDL2_image", "png", "openal",
"vorbisfile", "GL", "GLU", "m" }
- defines { [[TENGINE_HOME_PATH='".t-engine"']], 'SELFEXE_BSD' }
-
- configuration {"Debug"}
@@ -159,7 +159,7 @@
files { "../src/luajit2/src/host/minilua.c" }
--------------060500050109070209060608
Content-Type: text/plain; charset=us-ascii;
name="patch.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="patch.txt"
Index: games/tome4/files/patch-build__te4core.lua
===================================================================
--- games/tome4/files/patch-build__te4core.lua (revision 348390)
+++ games/tome4/files/patch-build__te4core.lua (working copy)
@@ -1,14 +1,5 @@
--- ./build/te4core.lua.orig 2014-01-05 19:42:37.000000000 -0500
+++ ./build/te4core.lua 2014-02-06 13:23:22.476164878 -0500
-@@ -109,7 +109,7 @@
-
- configuration "bsd"
- libdirs {"/usr/local/lib/"}
-- links { "SDL2", "SDL2_ttf", "SDL2_image", "png", "openal", "vorbisfile", "GL", "GLU", "m", "pthread" }
-+ links { "SDL2", "SDL2_ttf", "SDL2_image", "png", "openal", "vorbisfile", "GL", "GLU", "m" }
- defines { [[TENGINE_HOME_PATH='".t-engine"']], 'SELFEXE_BSD' }
-
- configuration {"Debug"}
@@ -159,7 +159,7 @@
files { "../src/luajit2/src/host/minilua.c" }
--------------060500050109070209060608--
More information about the freebsd-ports-bugs
mailing list