Created attachment 151866 [details] patch to create new ARMAssembler.h svn r376609 updated webkit-gtk2 to version 1.4.8 This brought in a lot of updates (or at least one) that changed the way freebsd needs to handle patching the _clear_cache() call in ARMAssembler.h Add new patch to handle the movement of required patches. Drop old patch (which by the way, actually did apply and cause later compile failures, odd).
Auto-assigned to maintainer gnome@FreeBSD.org
*** Bug 196638 has been marked as a duplicate of this bug. ***
Comment on attachment 151866 [details] patch to create new ARMAssembler.h Approved
A commit references this bug: Author: sbruno Date: Tue Jan 20 16:15:31 UTC 2015 New revision: 377527 URL: https://svnweb.freebsd.org/changeset/ports/377527 Log: With the update to 1.4.8, the JIT infrastructure was revamped to look a lot like the source for webkit-gtk3. Update the ARM assembler patch for the new file location and delete the old one. PR: 196908 Reviewed by: kwm Approved by: mentor (implicit) Changes: head/www/webkit-gtk2/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h head/www/webkit-gtk2/files/patch-Source__JavaScriptCore__jit__ExecutableAllocator.h