Ticket #10877 (closed enhancement: invalid)
RFE: man page / Documentation
| Reported by: | christian.unger@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | guide | Version: | 1.3.2 |
| Keywords: | Cc: | markd@… | |
| Port: |
Description
please provide more information on configure, esp. if it is possible to reconfigure an already downloaded port as necessary, e.g. if the portfile configuration doesn't provide enough variants
from the man page:
configure
Runs any configure process for portname.
from documentation on http://darwinports.opendarwin.org/:
Now that the sources have been extracted into a work directory in the Portfile directory, we can configure the sources to compile with the desired options. By default DarwinPorts assumes the software you're porting uses an autoconf configure script and will pass the --prefix=${prefix} argument to configure, specifying that the software should be installed in the directory tree used by DarwinPorts.
ircII's standard set of options is fine for a base install on Darwin, so we won't add anything to the configure phase and instead just move on to the build phase. Please look at the later chapters in this Guide for more information about the Configuration phase.

