Changes between Initial Version and Version 1 of Ticket #54129, comment 26


Ignore:
Timestamp:
Jul 9, 2017, 11:16:12 PM (7 years ago)
Author:
Ionic (Mihai Moldovan)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54129, comment 26

    initial v1  
    33The situation is different if I backport your base patch (though we cannot rely on that for the moment): since the `cctools` dependency is added by base early enough, the `cmake` option is also added in the `pre-configure` block.
    44
    5 Take a look at these two log files - one made with vanilla base, the other one with the backported patch.
     5Take a look at these two log files - one made with vanilla base, the other one with the backported patch. I've added ui_debug statements to the `Portfile` for printing out `${configure.compiler}` and `$PortInfo(depends_build)`. Two of them in global scope (before and after the block that should add the `cctools` dewpendency) and one of them in `pre-configure` scope.
    66
    77For now, we should delay both blocks by putting them into the `pre-configure` phase.