Changes between Initial Version and Version 1 of Ticket #44954, comment 7


Ignore:
Timestamp:
Sep 12, 2014, 11:37:36 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44954, comment 7

    initial v1  
    1616> }}}
    1717
    18 This doesn't necessarily rebuild the port; if a binary is available (and it was in this case), it will re-download and re-install that binary. To re''build'' the port from source, you need to also use the `-s` flag. Note also that single-letter flags like `-n` and `-s` need to appear immediately after the word `port` to have any affect; conversely, double-dash flags like `--force` need to appear after the word after `port`. So to rebuild gobject-introspection you would need to run:
     18This doesn't necessarily rebuild the port; if a binary is available (and it was in this case), it will re-download and re-install that binary. To re''build'' the port from source, you need to also use the `-s` flag. Note also that single-letter flags like `-n` and `-s` need to appear immediately after the word `port` to have any effect; conversely, double-dash flags like `--force` need to appear after the word after `port`. So to rebuild gobject-introspection you would need to run:
    1919
    2020{{{