Changes between Initial Version and Version 1 of Ticket #33259, comment 41


Ignore:
Timestamp:
Mar 14, 2015, 5:57:39 PM (9 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33259, comment 41

    initial v1  
    1 That issue remains with the patch in comment 39. When I set cmake.out_of_tree to no in the resulting cmake-1.0.tcl file, and then try to configure a port that uses this portgroup, I get
     1That issue remains with the patch in comment 39. When I set cmake.out_of_source to no in the resulting cmake-1.0.tcl file, and then try to configure a port that uses this portgroup, I get
    22
    33{{{
     
    66}}}
    77
    8 I get the same error when I set cmake.out_of_tree to no in the port's Portfile, after including the cmake portgroup.
     8I get the same error when I set cmake.out_of_source to no in the port's Portfile, after including the cmake portgroup.
    99
    1010BTW: apparently one will need to `set cmake.out_of_tree no` when setting the property *before* including the cmake portgroup?