FreeBSD Bugzilla – Attachment 197060 Details for
Bug 231332
Mk/Scripts/qa.sh: Fix flavor detection for LIB_DEPENDS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
qa.sh: use package name instead of port origin
qa.sh.diff (text/plain), 682 bytes, created by
David Naylor
on 2018-09-12 17:36:58 UTC
(
hide
)
Description:
qa.sh: use package name instead of port origin
Filename:
MIME Type:
Creator:
David Naylor
Created:
2018-09-12 17:36:58 UTC
Size:
682 bytes
patch
obsolete
>diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh >index 8f43b7d44f9a..3a64a8a7e8b5 100644 >--- a/Mk/Scripts/qa.sh >+++ b/Mk/Scripts/qa.sh >@@ -669,7 +669,7 @@ proxydeps() { > # If we don't already depend on it, and we don't provide it > if ! listcontains ${dep_file_pkg} "${LIB_RUN_DEPENDS} ${PKGORIGIN}"; then > # If the package has a flavor, check that the dependency is not on that particular flavor. >- flavor=$(pkg annotate -q -S "${dep_file_pkg}" flavor) >+ flavor=$(pkg annotate -q -S "$(pkg which -q ${dep_file})" flavor) > if [ -n "${flavor}" ]; then > if listcontains ${dep_file_pkg}@${flavor} "${LIB_RUN_DEPENDS} ${PKGORIGIN}"; then > continue
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231332
: 197060