Bug 239814 - USE_QT4 deprecate message broken
Summary: USE_QT4 deprecate message broken
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 Kortkamp
URL: https://reviews.freebsd.org/D21474
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-13 12:06 UTC by Radim Kolar
Modified: 2019-09-05 07:19 UTC (History)
0 users

See Also:


Attachments

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