Ticket #13601 (closed defect: fixed)
MacPorts doesn't respect hard links during install phase
| Reported by: | julien.thewys@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | MacPorts 2.0.0 |
| Component: | base | Version: | 1.5.2 |
| Keywords: | tcl hard link | Cc: | blb@…, ryandesign@…, nox@… |
| Port: | git-core |
Description (last modified by ryandesign@…) (diff)
Just installed macports and git-core on 10.5 . I can see that lots of generated bin are just the same file:
cd /opt/local/bin; for i in git-*; do diff -qs $i git-tag; done | grep identical | wc
Some "cp" could be replaced by "ln" in the build process.
Change History
Note: See
TracTickets for help on using
tickets.

