Changes between Initial Version and Version 1 of Ticket #64764


Ignore:
Timestamp:
Mar 4, 2022, 12:00:19 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

If /opt/local/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish does not exist on your disk after installing the git port, there is something wrong with your machine. It does exist on my machine.

Perhaps something deleted it after you installed the port. To get it back, you could:

sudo port -f deactivate git
sudo port activate git

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64764 – Description

    initial v1  
    11/opt/local/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish is in the contents but the file doesn't exist and causes errors on rev-upgrade.
    22
     3{{{
    34--->  Scanning binaries for linking errors
    45
     
    1213port contents git  | grep -i wish
    1314  /opt/local/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish
     15}}}