Bug 220179 - devel/ace: fix build failure for qt4 option on
Summary: devel/ace: fix build failure for qt4 option on
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: Tobias C. Berner
URL:
Keywords:
Depends on:
Blocks: 220034
  Show dependency treegraph
 
Reported: 2017-06-21 10:01 UTC by Jov
Modified: 2017-06-28 15:31 UTC (History)
1 user (show)

See Also:


Attachments
ace_fix_qt4.diff (498 bytes, patch)
2017-06-21 10:01 UTC, Jov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jov 2017-06-21 10:01:03 UTC
Created attachment 183669 [details]
ace_fix_qt4.diff

commit ports/434380 rename devel/qt4-moc binary from bin/moc-qt4 to bin/moc,which make ace buid with qt4 broken. This patch fix the problem.

more info:
https://svnweb.freebsd.org/ports?view=revision&revision=434380
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-06-28 15:30:41 UTC
A commit references this bug:

Author: tcberner
Date: Wed Jun 28 15:30:16 UTC 2017
New revision: 444581
URL: https://svnweb.freebsd.org/changeset/ports/444581

Log:
  Do not patch in wrong qt4-moc paths.

  This port was overlooked in r434380 where bin/moc-qt4 was moved to lib/qt4/bin/moc.

  PR:		220179
  Submitted by:	Jov <amutu@amutu.com>

Changes:
  head/devel/ace/Makefile
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2017-06-28 15:31:33 UTC
Thanks.