Changes between Initial Version and Version 1 of Ticket #21046
- Timestamp:
- Sep 3, 2009, 11:49:54 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21046 – Description
initial v1 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 says 3 4 {{{ 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 5 A port's dependencies are ports that must be installed before another port is installed. 12 6 }}} 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 modifiers 13 8 14 9 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.