svn commit: r419700 - head/Mk/Scripts

Mathieu Arnold mat at FreeBSD.org
Fri Aug 5 18:29:11 UTC 2016


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


More information about the svn-ports-all mailing list