Changes between Version 14 and Version 15 of PortfileRecipes


Ignore:
Timestamp:
Jan 1, 2010, 9:53:17 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

eg => e.g.

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v14 v15  
    3939
    4040== Using glob results in "Cannot stat: <list of files>" == #glob
    41 glob returns a list which is not handled by some commands (eg, xinstall); instead, wrap the command in an eval.  Instead of
     41glob returns a list which is not handled by some commands (e.g. xinstall); instead, wrap the command in an eval.  Instead of
    4242{{{
    4343xinstall -m 644 [glob ${worksrcpath}/docs/*.html] ${destroot}${prefix}/share/doc/${name}
     
    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
    83 The preferred technique is to only select a default variant when one of a set is actually needed; eg, from [browser:trunk/dports/graphics/ImageMagick ImageMagick], when selecting the pixel quantum:
     83The preferred technique is to only select a default variant when one of a set is actually needed; e.g. from [browser:trunk/dports/graphics/ImageMagick ImageMagick], when selecting the pixel quantum:
    8484{{{
    8585if {![variant_isset q8] && ![variant_isset q32]} {