[MacPorts] #13601: MacPorts doesn't respect hard links during install phase
MacPorts
noreply at macports.org
Mon Nov 10 17:10:31 PST 2008
#13601: MacPorts doesn't respect hard links during install phase
--------------------------------------+-------------------------------------
Reporter: julien.thewys at gmail.com | Owner: macports-tickets at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: MacPorts base bugs
Component: base | Version: 1.5.2
Resolution: | Keywords: tcl hard link
Port: |
--------------------------------------+-------------------------------------
Description changed by ryandesign at macports.org:
Old description:
> 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.
New description:
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.
--
--
Ticket URL: <http://trac.macports.org/ticket/13601#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list