Bug 239814

Summary: USE_QT4 deprecate message broken
Product: Ports & Packages Reporter: Radim Kolar <hsn>
Component: Individual Port(s)Assignee: Tobias Kortkamp <tobik>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D21474

Description Radim Kolar 2019-08-13 12:06:45 UTC
While building port with:
USE_QT4=        corelib uic moc qmake linguist rcc

(hsn@sanatana:pts/2):myports/qtractor% make                               14:02
/!\ qtractor-0.9.9: Makefile errors /!\

/bin/sh: Syntax error: "(" unexpected
*** Error code 2

Stop.
make: stopped in /home/hsn/gitports/myports/qtractor
(hsn@sanatana:pts/2):myports/qtractor% make -d e                          14:03
/!\ qtractor-0.9.9: Makefile errors /!\

/bin/sh: Syntax error: "(" unexpected

*** Failed target:  show-dev-errors
*** Failed command: echo ""USE_QT4 is unsupported, please use USES=qt:5 and USE_QT=corelib uic moc qmake linguist rcc (beware) as Qt4 has been removed"" | /usr/bin/fmt 75 79
*** Error code 2

Stop.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-09-05 07:19:15 UTC
A commit references this bug:

Author: tobik
Date: Thu Sep  5 07:19:03 UTC 2019
New revision: 511156
URL: https://svnweb.freebsd.org/changeset/ports/511156

Log:
  Mk/bsd.sanity.mk: Properly escape USE_QT4_ALT

  % make
  /!\ qtractor-0.9.9: Makefile errors /!\

  /bin/sh: Syntax error: "(" unexpected
  *** Error code 2

  PR:		239814
  Reported by:	Radim Kolar <hsn@sendmail.cz>
  Approved by:	portmgr (rene)
  Differential Revision:	https://reviews.freebsd.org/D21474

Changes:
  head/Mk/bsd.sanity.mk