7 нояб. 2016 г. 22:42 пользователь "Rafael Sadowski" <raf...@sizeofvoid.org> написал: > > > Diff below fix qt5 -debug FVALOR on amd64
Nice, thanks! > Thanks, > Rafael > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/x11/qt5/Makefile,v > retrieving revision 1.54 > diff -u -p -u -p -r1.54 Makefile > --- Makefile 23 Sep 2016 15:22:49 -0000 1.54 > +++ Makefile 7 Nov 2016 19:33:00 -0000 > @@ -19,9 +19,9 @@ COMMENT-sqlite2 = SQLite 2.x plugin for > COMMENT-tds = TDS plugin for Qt5 > > PKGNAME-main = qt5-${VERSION} > -REVISION-main = 3 > +REVISION-main = 4 > PKGNAME-examples = qt5-examples-${VERSION} > -REVISION-examples = 0 > +REVISION-examples = 1 Does it really affect -examples directly? > PKGNAME-html = qt5-html-${VERSION} > PKGNAME-mysql = qt5-mysql-${VERSION} > REVISION-mysql = 0 > Index: patches/patch-qtwebkit_Source_JavaScriptCore_dfg_DFGOperations_cpp > =================================================================== > RCS file: patches/patch-qtwebkit_Source_JavaScriptCore_dfg_DFGOperations_cpp > diff -N patches/patch-qtwebkit_Source_JavaScriptCore_dfg_DFGOperations_cpp > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ patches/patch-qtwebkit_Source_JavaScriptCore_dfg_DFGOperations_cpp 7 Nov 2016 19:33:00 -0000 > @@ -0,0 +1,23 @@ > +$OpenBSD$ > + > +Fix "hidden symbol `getHostCallReturnValue' isn't defined" if the --debug flag is > +given > + > +--- qtwebkit/Source/JavaScriptCore/dfg/DFGOperations.cpp.ports.orig Sat Nov 5 13:45:34 2016 > ++++ qtwebkit/Source/JavaScriptCore/dfg/DFGOperations.cpp Sat Nov 5 13:45:57 2016 > +@@ -67,6 +67,7 @@ > + > + #define FUNCTION_WRAPPER_WITH_RETURN_ADDRESS(function, register) \ > + asm( \ > ++ ".text" "\n" \ > + ".globl " SYMBOL_STRING(function) "\n" \ > + HIDE_SYMBOL(function) "\n" \ > + SYMBOL_STRING(function) ":" "\n" \ > +@@ -1796,6 +1797,7 @@ namespace JSC { > + > + #if COMPILER(GCC) && CPU(X86_64) > + asm ( > ++".text" "\n" \ > + ".globl " SYMBOL_STRING(getHostCallReturnValue) "\n" > + HIDE_SYMBOL(getHostCallReturnValue) "\n" > + SYMBOL_STRING(getHostCallReturnValue) ":" "\n" >