Changes between Initial Version and Version 1 of Ticket #21046


Ignore:
Timestamp:
Sep 3, 2009, 11:49:54 AM (15 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21046 – Description

    initial v1  
    11Jim Busser sent this Guide feedback to macports-mgr:
    22
     3Under 4.2 Creating a Portfile > 14. Port dependencies where it says
    34{{{
    4 Under 4.2 Creating a Portfile > 14. Port dependencies
    5 
    6 where it says
    7         A port's dependencies are ports that must be installed before another port is installed.
    8 and gives the example
    9         depends_lib
    10 might it be worth cautioning to
    11         see 5.3.2.1 (bullet 2) on preferred use of the -append, -delete keyword modifiers
     5A port's dependencies are ports that must be installed before another port is installed.
    126}}}
     7and gives the example `depends_lib` might it be worth cautioning to see 5.3.2.1 (bullet 2) on preferred use of the `-append`, `-delete` keyword modifiers
    138
    149This should be considered not only for the `depends_lib` example but also for the `configure.args` example and the `categories` example, since portgroups commonly define those.