[MacPorts] #65597: go: reduce install footprint

MacPorts noreply at macports.org
Tue Aug 2 15:46:00 UTC 2022


#65597: go: reduce install footprint
---------------------+-------------------------
 Reporter:  mascguy  |      Owner:  herbygillot
     Type:  defect   |     Status:  assigned
 Priority:  Normal   |  Milestone:
Component:  ports    |    Version:  2.7.2
 Keywords:           |       Port:  go
---------------------+-------------------------
 Presently this port installs more than 10,000 files. 7,000+ are source-
 related, while 2,500+ cover tests:

 {{{
 $ port contents go | wc -l
    10650
 $ port contents go | ggrep "/opt/local/lib/go/src" | wc -l
     7232
 $ port contents go | ggrep "/opt/local/lib/go/test" | wc -l
     2553
 }}}

 In addition, on Intel, amd64-related binaries - which presumably aren't
 helpful? - are also installed:

 {{{
 $ port contents go | ggrep "/opt/local/lib/go/pkg/darwin_amd64" | wc -l
      427
 }}}

 Is all of this necessary, for a standard install?

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


More information about the macports-tickets mailing list