FreeBSD Bugzilla – Attachment 190536 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] [alt ver] direct export_flavor() output to stderr to avoid polluting gen_dep_list() output
pr-gen_dep_list-fix-alt.diff (text/plain), 768 bytes, created by
John Hein
on 2018-02-12 04:04:19 UTC
(
hide
)
Description:
[patch] [alt ver] direct export_flavor() output to stderr to avoid polluting gen_dep_list() output
Filename:
MIME Type:
Creator:
John Hein
Created:
2018-02-12 04:04:19 UTC
Size:
768 bytes
patch
obsolete
>Index: files/patch-portmaster >=================================================================== >--- files/patch-portmaster (revision 461491) >+++ files/patch-portmaster (working copy) >@@ -28,8 +28,11 @@ > +flavor_part () { local tmp="${1%%:*}"; [ -z "${tmp##*@*}" ] && echo "${tmp#*@}"; } > +dir_part () { local tmp="${1%%:*}"; echo "${tmp%%@*}"; } > export_flavor () { local flavor="$1"; if [ "$FLAVOR" != "$flavor" ]; then >- pm_v "===>>> Setting FLAVOR to '$flavor' (was '$FLAVOR')"; >+- pm_v "===>>> Setting FLAVOR to '$flavor' (was '$FLAVOR')"; >++ pm_v "===>>> Setting FLAVOR to '$flavor' (was '$FLAVOR')" >&2; > export FLAVOR="$flavor"; fi; } >+ >+ pm_cd () { builtin cd $1 2>/dev/null || return 1; } > @@ -2175,23 +2176,29 @@ update_pm_nu () { > } >
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