[MacPorts] #63933: ipmitool has implicit dependency on wget

MacPorts noreply at macports.org
Sat Nov 13 11:59:56 UTC 2021


#63933: ipmitool has implicit dependency on wget
--------------------------------+----------------------
  Reporter:  michael-j-oconnor  |      Owner:  drkp
      Type:  defect             |     Status:  assigned
  Priority:  Normal             |  Milestone:
 Component:  ports              |    Version:
Resolution:                     |   Keywords:
      Port:  ipmitool           |
--------------------------------+----------------------

Comment (by cjones051073):

 Configuration script does indeed check for curl and wget, i.e. without
 having wget installed

 {{{
 checking for wget... no
 checking for curl... curl
 }}}

 with it

 {{{
 checking for wget... wget
 checking for curl... curl
 }}}

 I guess the question is how does having wget or not affect the build ? If
 it only changes *how* certain entities are fetched, and not the end
 result, it can remain an opportunistic dep. The safer option though is to
 add it..

-- 
Ticket URL: <https://trac.macports.org/ticket/63933#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list