Opened 15 years ago

Last modified 14 years ago

#19626 closed defect

ccache port doesn't set itself up as gcc-4.2 — at Version 1

Reported by: bzbarsky (Boris Zbarsky) Owned by: nox@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: ccache

Description (last modified by mf2k (Frank Schima))

The portfile for ccache has the following:

    foreach {bin} {
	    cc
	    gcc gcc2    gcc3    gcc-3.3 gcc-4.0
	    c++ c++3    c++-3.3 c++-4.0
	    g++ g++2    g++3    g++-3.3 g++-4.0
    } {
        ln -sf ${prefix}/bin/ccache ${destroot}${symlinks_dir}/${bin}
    }

At least on Leopard, it should also set up gcc-4.2 and g++-4.2.

Change History (2)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to nox@…

Changed 15 years ago by manphiz@…

Proposed patch

Note: See TracTickets for help on using tickets.