Summary: | www/qt5-webkit: for armv6/v7: The cacheFlush support is missing on this platform | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mark Millard <marklmi26-fbsd> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | freebsd-arm, marklmi26-fbsd, mikael, mmel, tcberner | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(kde) |
||||
Version: | Latest | ||||||
Hardware: | arm | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224441 | ||||||
Bug Depends on: | 216816, 223289 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Mark Millard
2017-09-26 01:37:41 UTC
FYI: I've not managed to test building for arm64.aarch64 because: lang/ruby23 www/w3m both failed to build in my quick tries (each time). So www/qt5-webkit was skipped. Created attachment 186759 [details]
Fix build on armv6 and armv7
The attached patch fixes build for armv6 and armv7 platforms.
ping, it blocks 67 ports on arm A commit references this bug: Author: tcberner Date: Fri Nov 3 18:06:16 UTC 2017 New revision: 453418 URL: https://svnweb.freebsd.org/changeset/ports/453418 Log: Fix qt5 builds on some arm architectures * 222612: www/qt5-webkit: for armv6/v7: The cacheFlush support is missing on this platform * 216816: devel/qt5: In arch.test, use CXXFLAGS from make environment PR: 222612,216816, 223289 Exp-run by: antoine Submitted by: mmel, mikael.urankar@gmail.com Reported by: Mark Millard <markmi@dsl-only.net>, mmel Reviewed by: mmel, mikael.urankar@gmail.com Differential Revision: https://reviews.freebsd.org/D12816 Changes: head/Mk/bsd.qt.mk head/devel/qt5/files/extrapatch-config.tests_unix_arch.test head/www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h head/www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h head/www/qt5-webkit/files/patch-Source_JavaScriptCore_offlineasm_arm.rb head/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h head/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp head/www/qt5-webkit/files/patch-Source_bmalloc_bmalloc_BPlatform.h Thanks for the patches. |