#17824 closed defect (fixed)
gtk2 deactivates ccache build support
Reported by: | aetherknight@… | Owned by: | nox@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | gtk ccache | Cc: | |
Port: | gtk2 |
Description
I have observed that gtk2 @2.14.5_0 does not utilize the ccache build support even if MacPorts has been configured to use ccache. The gtk2 port appears to explicitly deactivate ccache support in [36623] with a
configure.ccache no
However, that revision's log message does not refer to any feature change or bug that requires turning off ccache. (It also adds
use_parallel_build yes
to the gtk2 Portfile, which also does not seem to have anything to do with any of the items mentioned in the log message, and it appears to be another override of the MacPorts build configuration)
Is there a particular reason for deactivating ccache for the gtk2 port?
Change History (5)
comment:1 Changed 16 years ago by aetherknight@…
Cc: | aetherknight@… added |
---|
comment:2 Changed 16 years ago by mf2k (Frank Schima)
Cc: | aetherknight@… removed |
---|---|
Owner: | changed from macports-tickets@… to nox@… |
Assigning to maintainer.
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I amended the log message for r36623 to show why ccache support was disabled and that parallel build support was enabled.
Cc Me!