Bug 197853 - [patch] devel/qt4-assistant : fix configure to support gcc-5
Summary: [patch] devel/qt4-assistant : fix configure to support gcc-5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-20 15:39 UTC by John Marino
Modified: 2015-03-11 19:48 UTC (History)
0 users

See Also:
rakuco: maintainer-feedback+


Attachments
delta need to configure patch (291 bytes, patch)
2015-02-20 15:40 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino freebsd_committer freebsd_triage 2015-02-20 15:39:45 UTC
The qt4 configure script is already patched by extra patch ${PORTSDIR}/devel/qt4/files/extrapatch-configure .

The attached patch either needs to be added to extrapatch-configure or left as a second patch in devel/qt4-assistant in order to build on gcc5.  Without configuring for webkit, the build outright breaks (a bug in qt4).

It causes over 600 ports to skip in poudriere, so for gcc-5 support this patch is very important.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-20 15:39:45 UTC
Auto-assigned to maintainer kde@FreeBSD.org
Comment 2 John Marino freebsd_committer freebsd_triage 2015-02-20 15:40:32 UTC
Created attachment 153222 [details]
delta need to configure patch

Oops, forgot the patch.  Here it is!
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2015-02-20 21:38:29 UTC
Thanks, please go ahead and add it to extrapatch-configure.
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-03-11 19:47:16 UTC
A commit references this bug:

Author: marino
Date: Wed Mar 11 19:46:42 UTC 2015
New revision: 381031
URL: https://svnweb.freebsd.org/changeset/ports/381031

Log:
  devel/qt4-assistant: Fix qt4 configure to support gcc5

  PR:		197853
  Submitted by:	marino
  Approved by:	kde (rakuco)

Changes:
  head/devel/qt4/files/extrapatch-configure
Comment 5 John Marino freebsd_committer freebsd_triage 2015-03-11 19:48:34 UTC
Thanks!