Changes between Initial Version and Version 1 of Ticket #57652, comment 6
- Timestamp:
- Nov 21, 2018, 11:40:57 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57652, comment 6
initial v1 1 `port -vst ` hides any ports that are not specifically listed as dependencies in the Portfile. So it's failing because the port is using `gmkdir` but not declaring a dependency on `coreutils`:1 `port -vst install` hides any ports that are not specifically listed as dependencies in the Portfile. So it's failing because the port is using `gmkdir` but not declaring a dependency on `coreutils`: 2 2 {{{ 3 3 $ port provides /opt/local/bin/gmkdir