Changes between Version 2 and Version 3 of Ticket #37683, comment 4
- Timestamp:
- Jan 18, 2013, 4:28:03 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37683, comment 4
v2 v3 14 14 If ports need to be added or updated lets do that. 15 15 16 There is no MacPorts port that installs the pear package manager application with the intent that it be used by the end user outside a MacPorts port install. If you want to use pear manually on your own then you should install it using gopear, composer or some other method. MacPorts pear ports can depend on and be depended on by other ports and for this to work well MacPorts needs to be in control of the installed files and not have the pear command line package manager changing things out from under it's control by user calls outside MacPorts.16 There is no MacPorts port that installs the pear package manager application with the intent that it be used by the end user outside a MacPorts port install. If you want to use pear manually on your own then you should install it using gopear, composer or some other method. MacPorts pear ports can depend on and be depended on by other ports and for this to work well MacPorts needs to be in control of the installed files and not have the pear command line package manager changing things out from under it's control by user calls to the pear package manager outside MacPorts. 17 17 18 18 > In that case, for **/usr/bin/php** has been used by **pear** as default, all installed command-line utilities from 3rd parties would continue to use **/usr/bin/php**!