Tracking "requested variants" and ways to "get rid of" outdated ones

Daniel J. Luke dluke at geeklair.net
Thu Feb 19 12:41:36 PST 2015


> On Feb 19, 2015, at 2:41 PM, Mojca Miklavec <mojca at macports.org> wrote:
> How would you replace variants "[+]clang34 clang35 clang36 clang37"?
>    "port install foo +no_clang34 +clang36"?

port install foo would be equivalent to the previous port install foo +clang34

port install foo +clang3[5-7] would work by doing the equivalent of port install foo -clang34 +clang3[5-7]

--
Daniel J. Luke                                                                   
+========================================================+                        
| *---------------- dluke at geeklair.net ----------------* |                          
| *-------------- http://www.geeklair.net -------------* |                          
+========================================================+                        
|   Opinions expressed are mine and do not necessarily   |                          
|          reflect the opinions of my employer.          |                          
+========================================================+





More information about the macports-dev mailing list