Bug 216736 - devel/qt5-script: fix build on armv6
Summary: devel/qt5-script: fix build on armv6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Many People
Assignee: freebsd-kde (group)
URL: http://beefy8.nyi.freebsd.org/data/he...
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-02 18:03 UTC by Mikael Urankar
Modified: 2017-06-03 10:09 UTC (History)
2 users (show)

See Also:
tcberner: maintainer-feedback+


Attachments
armv6 fix (1.36 KB, patch)
2017-02-02 18:03 UTC, Mikael Urankar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2017-02-02 18:03:32 UTC
Created attachment 179541 [details]
armv6 fix

error:
../3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h:370:6: error: "Not supported ARM architecture"
#    error "Not supported ARM architecture"

It blocks 62 ports on armv6.

The attached patch fixes the issue.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2017-02-09 18:49:19 UTC
I can confirm that this works for me as of 20170204.
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2017-04-27 07:26:46 UTC
Hi,

It still blocks a lot of ports on armv6.
Comment 3 Mikael Urankar freebsd_committer freebsd_triage 2017-05-31 10:28:29 UTC
ping
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-06-03 09:58:35 UTC
A commit references this bug:

Author: tcberner
Date: Sat Jun  3 09:58:11 UTC 2017
New revision: 442468
URL: https://svnweb.freebsd.org/changeset/ports/442468

Log:
  Fix build on armv6.

  PR:		216736
  Submitted by:	Mika?l Urankar <mikael.urankar at gmail.com>

Changes:
  head/devel/qt5-script/Makefile
  head/devel/qt5-script/files/patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform.h
Comment 5 Tobias C. Berner freebsd_committer freebsd_triage 2017-06-03 09:59:10 UTC
Thanks for the patch.