FreeBSD Bugzilla – Attachment 190535 Details for
Bug 225843
ports-mgmt/portmaster: -v pollutes gen_dep_list output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] direct export_flavor() output to stderr to avoid polluting gen_dep_list() output
pr-gen_dep_list-fix.diff (text/plain), 566 bytes, created by
John Hein
on 2018-02-12 03:47:23 UTC
(
hide
)
Description:
[patch] direct export_flavor() output to stderr to avoid polluting gen_dep_list() output
Filename:
MIME Type:
Creator:
John Hein
Created:
2018-02-12 03:47:23 UTC
Size:
566 bytes
patch
obsolete
>Index: files/patch-portmaster >=================================================================== >--- files/patch-portmaster (revision 461491) >+++ files/patch-portmaster (working copy) >@@ -84,6 +84,15 @@ > } > > gen_dep_list () { >+@@ -2308,7 +2316,7 @@ gen_dep_list () { >+ >+ if [ -z "$PM_INDEX_ONLY" ]; then >+ pm_cd_pd $portdir >+- export_flavor $(flavor_part $portdir) >++ export_flavor $(flavor_part $portdir) >&2 >+ make_dep_list $* >+ else >+ local temp_list l > @@ -2368,15 +2376,17 @@ dependency_check () { > rundeps=`gen_dep_list run-depends-list` >
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 225843
: 190535 |
190536