Bug 220179

Summary: devel/ace: fix build failure for qt4 option on
Product: Ports & Packages Reporter: Jov <amutu>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Only Me CC: tcberner
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 220034    
Attachments:
Description Flags
ace_fix_qt4.diff none

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.