Bug 224215 - [PATCH] www/qt5-webkit: fix issue breaking rendering in mail/trojita
Summary: [PATCH] www/qt5-webkit: fix issue breaking rendering in mail/trojita
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-kde (group)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-12-09 20:03 UTC by Laurent Cimon
Modified: 2017-12-16 12:01 UTC (History)
4 users (show)

See Also:


Attachments
mentioned diff (4.17 KB, patch)
2017-12-09 20:03 UTC, Laurent Cimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.