svn commit: r440560 - head/Mk/Scripts

Mathieu Arnold mat at FreeBSD.org
Wed May 10 13:03:32 UTC 2017


Author: mat
Date: Wed May 10 13:03:31 2017
New Revision: 440560
URL: https://svnweb.freebsd.org/changeset/ports/440560

Log:
  Sometime, USES=iconv does not bring in the required dependency.
  
  Reported by:	kwm
  Sponsored by:	Absolight

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

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Wed May 10 12:55:20 2017	(r440559)
+++ head/Mk/Scripts/qa.sh	Wed May 10 13:03:31 2017	(r440560)
@@ -596,7 +596,7 @@ proxydeps_suggest_uses() {
 		warn "you need USES+=gnustep and USE_GNUSTEP+=gui"
 	# iconv
 	elif [ ${pkg} = "converters/libiconv" ]; then
-		warn "you need USES+=iconv"
+		warn "you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs"
 	# jpeg
 	elif [ ${pkg} = "graphics/jpeg" -o ${pkg} = "graphics/jpeg-turbo" ]; then
 		warn "you need USES+=jpeg"


More information about the svn-ports-all mailing list