Changes between Version 20 and Version 21 of MacPortsRenaming
- Timestamp:
- Jan 10, 2008, 2:08:13 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacPortsRenaming
v20 v21 70 70 == Upgrading existing installations == 71 71 72 An upgrade target in the [source:trunk/base/Makefile.in main Makefile]takes care of moving everything that's "old" in an existing MacPorts installation into its new location (as detailed in the moves dialog above) before regular installation of the new sources begins. Also, among the rules in this target there are a set of `sed` calls that act on existing configuration files to upgrade them to the new conventions. For the new system-widw and user specific `macpors.conf` files (`/opt/local/etc/macports/macports.conf` and `~/.macports/macports.conf`, respectively), these are:72 An [source:trunk/base/Mk/macports.upgrade.mk upgrade target] imported by the main Makefile takes care of moving everything that's "old" in an existing MacPorts installation into its new location (as detailed in the moves dialog above) before regular installation of the new sources begins. Also, among the rules in this target there are a set of `sed` calls that act on existing configuration files to upgrade them to the new conventions. For the new system-widw and user specific `macpors.conf` files (`/opt/local/etc/macports/macports.conf` and `~/.macports/macports.conf`, respectively), these are: 73 73 74 74 * new default path up to the configuration files is inserted, `/opt/local/etc/ports ---> /opt/local/etc/macports`;