Date: Wed, 10 May 2017 13:03:31 +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: r440560 - head/Mk/Scripts Message-ID: <201705101303.v4AD3VBW047495@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705101303.v4AD3VBW047495>