Changes between Initial Version and Version 1 of Ticket #68051


Ignore:
Timestamp:
Aug 27, 2023, 8:38:44 AM (13 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You can verify from the output of port deps git or by reading the git Portfile that it does not contain the string "xorg" so it does not directly depend on any xorg port. But one or more of the ports it does depend on do depend on xorg.

It looks like you can eliminate the xorg and perl dependencies by deselecting the perl5_34 variant:

sudo port clean git
sudo port install git -perl5_34

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68051

    • Property Status changed from new to assigned
    • Property Cc herbygillot added
    • Property Summary changed from on Yosemite, git depends on xorg ? to git: depends on xorg?
    • Property Keywords yosemite added
    • Property Owner set to ci42
  • Ticket #68051 – Description

    initial v1  
    11git is CLI tool, it shoudn't depend on GUI tools
    22
     3{{{
    34--->  Computing dependencies for git
    45The following dependencies will be installed:
     
    129130 zlib
    130131 zstd
     132}}}