Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2016 18:29:10 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419700 - head/Mk/Scripts
Message-ID:  <201608051829.u75ITAwh087147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Aug  5 18:29:10 2016
New Revision: 419700
URL: https://svnweb.freebsd.org/changeset/ports/419700

Log:
  Tell people to add USES=gettext-runtime, not USES=gettext.
  
  This is done after the port has been built, so it is already building,
  so it does not need to be added a BUILD_DEPENDS on gettext-tools.
  
  Discussed with:	dumbbell
  Sponsored by:	Absolight

Modified:
  head/Mk/Scripts/qa.sh   (contents, props changed)

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Fri Aug  5 18:28:42 2016	(r419699)
+++ head/Mk/Scripts/qa.sh	Fri Aug  5 18:29:10 2016	(r419700)
@@ -351,7 +351,7 @@ proxydeps_suggest_uses() {
 
 	# miscellaneous USE clauses
 	if [ ${pkg} = 'devel/gettext-runtime' ]; then
-		warn "you need USES+=gettext"
+		warn "you need USES+=gettext-runtime"
 	elif [ ${pkg} = 'databases/sqlite3' ]; then
 		warn "you need USES+=sqlite"
 	elif [ ${pkg} = 'databases/sqlite2' ]; then



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