From a6b9e703c7ae3b2e35ecf79da0ac2bb4cb0bcd7b Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 7 Jun 2022 17:16:03 -0700 Subject: Wrong PKGNAME error: Hint that a @FLAVOR could be missing --- src/share/poudriere/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/share/poudriere/common.sh b/src/share/poudriere/common.sh index 84c35c18..dbb89e81 100755 --- a/src/share/poudriere/common.sh +++ b/src/share/poudriere/common.sh @@ -7316,7 +7316,7 @@ compute_deps_pkg() { case "${dep_real_pkgname%-*}" in "${dep_pkgname}") ;; *) - ${err_type} "${COLOR_PORT}${originspec}${COLOR_WARN} dependency on ${COLOR_PORT}${dpath}${COLOR_WARN} has wrong PKGNAME of '${dep_pkgname}' but should be '${dep_real_pkgname%-*}'" + ${err_type} "${COLOR_PORT}${originspec}${COLOR_WARN} dependency on ${COLOR_PORT}${dpath}${COLOR_WARN} has wrong PKGNAME of '${dep_pkgname}' but should be '${dep_real_pkgname%-*}'; Is the dependency missing a @FLAVOR?" if [ \ "${BAD_PKGNAME_DEPS_ARE_FATAL}" = \ "yes" ]; then -- cgit v1.2.3