Bug 232257

Summary: www/qt5-webkit: fix build with powerpc64
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj, tcberner
Priority: --- Flags: tcberner: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-14 21:33:15 UTC
Created attachment 198149 [details]
patch

As usual, USES=compiler:c++11-lang is necessary.

There are also other patches needed to build this with powerpc64 (other architectures probably need more fixes):
- on Linux POWER architecture is named ppc64, FreeBSD uses powerpc64 name,
- assembler, JIT and Sampling Profiler are not supported on POWER.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-27 18:15:06 UTC
A commit references this bug:

Author: tcberner
Date: Sat Oct 27 18:14:45 UTC 2018
New revision: 483164
URL: https://svnweb.freebsd.org/changeset/ports/483164

Log:
  www/qt5-webkit: fix build with powerpc64

  PR:		232257
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Changes:
  head/www/qt5-webkit/Makefile
  head/www/qt5-webkit/files/patch-CMakeLists.txt
  head/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2018-10-27 18:15:25 UTC
Committed. Thanks.