Ticket #4105: Portfile.diff
File Portfile.diff, 877 bytes (added by benwill@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name ccache 5 5 version 2.4 6 revision 1 6 7 categories devel 7 8 maintainers toby@opendarwin.org 8 9 description object-file caching compiler wrapper … … 25 26 ln -sf ../../bin/ccache gcc; \ 26 27 ln -sf ../../bin/ccache gcc2; \ 27 28 ln -sf ../../bin/ccache gcc3; \ 29 ln -sf ../../bin/ccache gcc-3.3; \ 30 ln -sf ../../bin/ccache gcc-4.0; \ 28 31 ln -sf ../../bin/ccache c++; \ 29 32 ln -sf ../../bin/ccache c++3; \ 33 ln -sf ../../bin/ccache c++-3.3; \ 34 ln -sf ../../bin/ccache c++-4.0; \ 30 35 ln -sf ../../bin/ccache g++; \ 31 36 ln -sf ../../bin/ccache g++2; \ 32 ln -sf ../../bin/ccache g++3" 37 ln -sf ../../bin/ccache g++3; \ 38 ln -sf ../../bin/ccache g++-3.3; \ 39 ln -sf ../../bin/ccache g++-4.0" 33 40 }