Bug 196638

Summary: www/webkit-gtk2: fails to build on armv6
Product: Ports & Packages Reporter: Mikael Urankar <mikael>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed DUPLICATE    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
unbreak on arm none

Description Mikael Urankar freebsd_committer freebsd_triage 2015-01-12 18:23:10 UTC
Hi,

Build is broken on armv6 since the update to 2.4.7. The JIT stuff has moved
from Source/JavaScriptCore/jit/ExecutableAllocator.h to
Source/JavaScriptCore/assembler/ARMAssembler.h

The attached patch fixes that.
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2015-01-12 18:48:54 UTC
Hi,

Due to an issue with the backend FreeBSD Bugzilla database, your original PR and any updates to it since have been lost.  I've recreated the original PR as best as I can, however any attachments and updates you submitted to the PR have been lost.  Please could you resubmit them?

Thanks, and apologies.
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2015-01-13 10:20:19 UTC
Created attachment 151541 [details]
unbreak on arm

The removal of CPU(ARM_TRADITIONAL) is intentionnal, CPU(ARM_TRADITIONAL) is not needed and can be removed on both webkit-gtk3 and webkit2-gtk3. It is harmless if
it stays though.
Comment 3 Mikael Urankar freebsd_committer freebsd_triage 2015-01-20 10:19:06 UTC

*** This bug has been marked as a duplicate of bug 196908 ***