svn commit: r511156 - head/Mk

Tobias Kortkamp tobik at FreeBSD.org
Thu Sep 5 07:19:04 UTC 2019


Author: tobik
Date: Thu Sep  5 07:19:03 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 at sendmail.cz>
  Approved by:	portmgr (rene)
  Differential Revision:	https://reviews.freebsd.org/D21474

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Thu Sep  5 06:19:43 2019	(r511155)
+++ head/Mk/bsd.sanity.mk	Thu Sep  5 07:19:03 2019	(r511156)
@@ -287,7 +287,7 @@ APACHE_PORT_ALT=	DEFAULT_VERSIONS+=apache=${APACHE_POR
 USE_FPC_RUN_ALT=	USES=fpc:run
 WANT_FPC_BASE_ALT=	USES=fpc:base
 WANT_FPC_ALL_ALT=	USES=fpc:all
-USE_QT4_ALT=		USES=qt:5 and USE_QT=${USE_QT4} (beware) as Qt4 has been removed
+USE_QT4_ALT=		USES=qt:5 and USE_QT=${USE_QT4} \(beware\) as Qt4 has been removed
 USE_QT5_ALT=		USES=qt:5 and USE_QT=${USE_QT5}
 QT_NONSTANDARD_ALT=	USES=qmake:no_env
 


More information about the svn-ports-head mailing list