Changes between Version 16 and Version 17 of PortfileRecipes


Ignore:
Timestamp:
Jan 30, 2010, 3:17:39 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

simplify some section titles

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v16 v17  
    4949
    5050
    51 == variant_isset requires the variant to exist == #variant_isset
     51== variant_isset == #variant_isset
    5252Normally you write the code for a variant inside the variant declaration:
    5353
     
    7878}}}
    7979
    80 == Preferred use of default_variants == #default_variants
     80== default_variants == #default_variants
    8181Currently negating a variant (through {{{-variant}}}) is not remembered which means a {{{port upgrade}}} will not keep that negation around.  This causes issues with default_variants which must be kept in mind (ticket #2377).
    8282