3 | | A MacPorts installation is designed to work with a particular operating |
4 | | system and a particular hardware architecture. Problems may occur |
5 | | after major system changes, such as: |
6 | | - major operating system upgrades (e.g., from 10.9 Mavericks to 10.10 |
7 | | Yosemite). |
| 3 | A MacPorts installation is designed to work with a particular operating system and a particular hardware architecture. |
| 4 | |
| 5 | Problems may occur after major system changes, such as: |
| 6 | - major operating system upgrades (e.g., from 10.9 Mavericks to 10.10 Yosemite). |
31 | | **Update macports.conf**: If your {{{macports.conf}}} (typically at {{{ /opt/local/etc/macports/macports.conf}}}) contains uncommented settings for {{{universal_archs}}} or {{{build_arch}}}, you will likely want to update them, since unlike earlier OS versions, the compiler on Snow Leopard and later will build for x86_64 by default on systems that support it. The default values will be fine for almost all users, so unless you know you need something different, just comment out these two lines. Several other settings in {{{macports.conf}}} have changed their defaults over the years. Take a moment to compare each line of your {{{macports.conf}}} with the corresponding line in {{{macports.conf.default}}} in the same directory. Unless you know a reason why a line in your settings file should be different from the defaults, adopt the line from the defaults file. |
| 31 | 3. [=#config **Update your macports.conf (if not default)**] |
| 32 | |
| 33 | If your {{{macports.conf}}} (typically at {{{ /opt/local/etc/macports/macports.conf}}}) contains uncommented settings for {{{universal_archs}}} or {{{build_arch}}}, you will likely want to update them, since unlike earlier OS versions, the compiler on Snow Leopard and later will build for x86_64 by default on systems that support it. Default values are fine for most users, so unless you know you need something different, just comment out these two lines. |
| 34 | |
| 35 | Several other settings in {{{macports.conf}}} have changed their defaults over the years. Take a moment to compare each line of your {{{macports.conf}}} with the corresponding line in {{{macports.conf.default}}} in the same directory. Unless you know a reason why a line in your settings file should be different from the defaults, adopt the line from the defaults file. |