211 | | - many ports ignore the {{{-arch}}} flag to select the architecture, and will most likely fail to build at all |
212 | | - you must set build_arch prior to building any ports (must be done on a new, clean install), otherwise you will have major issues due to some ports being of one architecture, and some the other. |
| 211 | - many ports ignore the {{{-arch}}} flag to select the architecture, and will most likely fail to build at all (if you encounter such a problem, please file a ticket so it can be fixed) |
| 212 | - you must set build_arch prior to building any ports (must be done on a new, clean install), otherwise you will have major issues due to some ports being of one architecture, and some the other (if you want to switch architectures and have already installed ports, you can uninstall all ports with "`sudo port -f uninstall installed`" and then reinstall ports, or consult the [wiki:Migration Migration] document for an automated script) |