[MacPorts] #68051: git: depends on xorg?

MacPorts noreply at macports.org
Wed Aug 30 22:51:36 UTC 2023


#68051: git: depends on xorg?
-----------------------+----------------------
  Reporter:  vareille  |      Owner:  ci42
      Type:  defect    |     Status:  assigned
  Priority:  High      |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:
      Port:  git       |
-----------------------+----------------------

Comment (by mascguy):

 Reviewing `META.json` for `p5-uri`, `p5-business-isbn` is suggested,
 rather than required:

 {{{
       "runtime" : {
          "requires" : {
             "Carp" : "0",
             "Cwd" : "0",
             "Data::Dumper" : "0",
             "Encode" : "0",
             "Exporter" : "5.57",
             "MIME::Base64" : "2",
             "Net::Domain" : "0",
             "Scalar::Util" : "0",
             "constant" : "0",
             "integer" : "0",
             "overload" : "0",
             "parent" : "0",
             "perl" : "5.008001",
             "strict" : "0",
             "utf8" : "0",
             "warnings" : "0"
          },
          "suggests" : {
             "Business::ISBN" : "3.005",
             "Regexp::IPv6" : "0.03"
          }
       },
 }}}

 And indeed, after removing lib dep `p5-business-isbn` - and running tests
 in trace mode - they all pass. (Apart from one involving `p5-business-
 isbn`, which is correctly skipped.) See attached log; filename: `p5.34
 -uri-test-10.15.log`

 So perhaps removing that dependency, along with a rev-bump, is the easy
 solution? (Though we probably want to remove that dependency from the meta
 files - and patch the tests too, if necessary - to prevent opportunistic
 use.)

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


More information about the macports-tickets mailing list