Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 21:01:09 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451250 - head/Mk/Scripts
Message-ID:  <201710042101.v94L197x042120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Wed Oct  4 21:01:09 2017
New Revision: 451250
URL: https://svnweb.freebsd.org/changeset/ports/451250

Log:
  Take out the check that suggests that all <foo>-qt5 ports should be
  part of USE_QT5, since all of those suggestions are wrong.
  
  Approved by:	rakuco (mentor), tcberner (mentor), portmgr (mat)
  Differential Revision:	https://reviews.freebsd.org/D12526

Modified:
  head/Mk/Scripts/qa.sh

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Wed Oct  4 20:40:36 2017	(r451249)
+++ head/Mk/Scripts/qa.sh	Wed Oct  4 21:01:09 2017	(r451250)
@@ -554,8 +554,6 @@ proxydeps_suggest_uses() {
 	# Qt5
 	elif expr ${pkg} : '.*/qt5-.*' > /dev/null; then
 		warn "you need USE_QT5+=$(echo ${pkg} | sed -E 's|.*/qt5-||')"
-	elif expr ${pkg} : '.*/.*-qt5' > /dev/null; then
-		warn "you need USE_QT5+=$(echo ${pkg} | sed -E 's|.*/(.*)-qt5|\1|')"
 	# MySQL
 	elif expr ${lib_file} : "${LOCALBASE}/lib/mysql/[^/]*$" > /dev/null; then
 		warn "you need USES+=mysql"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710042101.v94L197x042120>