Opened 11 years ago
Closed 11 years ago
#43274 closed defect (invalid)
PortGroups active_variants and cmake both specify pre-configure step
Reported by: | mojca (Mojca Miklavec) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.99 |
Keywords: | Cc: | cjones051073 (Chris Jones), ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
The pre-configure
step of the cmake
PortGroup shadows the one by active_variants
, so using require_active_variants ...
has no effect in a port using CMake.
Change History (1)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
pre- and post- blocks are cumulative; it is not a problem for multiple ports or portgroups to define them, nor even for a single port to define multiple of them.