Bug 224215

Summary: [PATCH] www/qt5-webkit: fix issue breaking rendering in mail/trojita
Product: Ports & Packages Reporter: Laurent Cimon <laurent>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Some People CC: kde, laurent, marco.broeder, tcberner
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mentioned diff none

Description Laurent Cimon 2017-12-09 20:03:39 UTC
Created attachment 188668 [details]
mentioned diff

Hi,

Here's the issue on github as reference:
https://github.com/annulen/webkit/issues/511

The attached diff applies the two commits on the git repository that were
mentioned in the issue. I've also tested them myself and they do fix it well.
The diff was created from the top of the tree.

I had to disable ld.gold as suggested in bug #223596 comment #3 to build,
however I didn't include this in the diff.

The patch files were taken directly from:
https://github.com/freebsd/freebsd-ports-kde/commit/e8aa36dfab0ca0134375e92e779ec2cd4feed51c
for consistency. (and because I already had that tree handy)

They both should be included in qt-webkit-5.212.0-alpha3 when it's out.

Good day.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-12-16 11:58:11 UTC
A commit references this bug:

Author: tcberner
Date: Sat Dec 16 11:57:07 UTC 2017
New revision: 456467
URL: https://svnweb.freebsd.org/changeset/ports/456467

Log:
  www/qt5-webkit add upstream patch to fix mail/trojita

  PR:		224215
  Submitted by:	tcberner
  Reported by:	Laurent Cimon <laurent@nuxi.ca>

Changes:
  head/www/qt5-webkit/Makefile
  head/www/qt5-webkit/files/patch-git_6faf112
  head/www/qt5-webkit/files/patch-git_7642045
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2017-12-16 12:01:37 UTC
Committed. Thanks.