Changes between Version 10 and Version 11 of MacPortsRenaming
- Timestamp:
- Jun 6, 2007, 7:12:18 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacPortsRenaming
v10 v11 59 59 }}} 60 60 61 An upgrade target in the [source:branches/dp2mp-move/base/Makefile.in main Makefile] takes care of moving everything that's "old" in an existing MacPorts installation into its new location before regular installation of the new sources begins, as detailed in the moves above. 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 global and user specific `macpors.conf` file (`/opt/local/etc/ ports/ports.conf` and `~/.macports/ports.conf`, respectively, on trunk based intallations), these are:61 An upgrade target in the [source:branches/dp2mp-move/base/Makefile.in main Makefile] takes care of moving everything that's "old" in an existing MacPorts installation into its new location before regular installation of the new sources begins, as detailed in the moves above. 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 global and user specific `macpors.conf` file (`/opt/local/etc/macports/macports.conf` and `~/.macports/macports.conf`, respectively), these are: 62 62 63 63 * new default path up to the configuration files is inserted, `/opt/local/etc/ports ---> /opt/local/etc/macports`;