Changes between Initial Version and Version 1 of Ticket #54151, comment 5


Ignore:
Timestamp:
May 11, 2017, 6:46:39 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54151, comment 5

    initial v1  
    11we could put something like the following in the qt4 block
    2 
    3 `require_active_variants qt4-mac universal`
    4 
    5 I haven't used that `require_active_variants` portgroup before, but if I'm correct, that would ensure qt4-mac is installed in a compatible format. Although it takes time to build it, we'd be doing everyone a favour in the end, I think, by fixing this qt4 error in whatever other ports might have it.
     2{{{
     3PortGroup active_variants 1.1
     4require_active_variants qt4-mac universal
     5}}}
     6If I'm correct, that would ensure qt4-mac is installed in a compatible format for this port. Although it takes time to build it, we'd be doing everyone a favour in the end, I think, by fixing this qt4 error in whatever other ports might have it.