[MacPorts] #54388: port -q should suppress warnings

MacPorts noreply at macports.org
Tue Jun 27 20:54:21 UTC 2017


#54388: port -q should suppress warnings
--------------------+--------------------
 Reporter:  mf2k    |      Owner:
     Type:  defect  |     Status:  new
 Priority:  Normal  |  Milestone:
Component:  base    |    Version:  2.4.99
 Keywords:          |       Port:
--------------------+--------------------
 Warnings should be suppressed when use using {{{port -q}}}. See below:

 {{{
 $ port info --maintainers coinor-liblemon
 Warning: All compilers are either blacklisted or unavailable; defaulting
 to first fallback option
 maintainers: david.weese at fu-berlin.de, alpar at cs.elte.hu
 }}}

 So let's use -q:

 {{{
 $ port -q info --maintainers coinor-liblemon
 Warning: All compilers are either blacklisted or unavailable; defaulting
 to first fallback option
 david.weese at fu-berlin.de, alpar at cs.elte.hu
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/54388>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list