Changes between Version 1 and Version 2 of Ticket #21046
- Timestamp:
- Sep 3, 2009, 6:16:38 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21046 – Description
v1 v2 1 1 Jim Busser sent this Guide feedback to macports-mgr: 2 2 3 Under 4.2 Creating a Portfile > 14. Port dependencies where it says4 3 {{{ 5 A port's dependencies are ports that must be installed before another port is installed. 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 6 12 }}} 7 and 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 modifiers8 13 9 14 This 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.