Changes between Version 142 and Version 143 of FAQ
- Timestamp:
- Nov 14, 2015, 7:11:12 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v142 v143 74 74 (For the same reasons, fink uses `/sw` as its prefix.) 75 75 76 === So with MacPorts under /opt/local I can use /usr/local freely? === #usrlocal76 === Can I install software in /usr/local while using MacPorts? === #usrlocal 77 77 78 78 No. Even though MacPorts is installed elsewhere, software installed in `/usr/local` can still interfere with MacPorts. … … 80 80 from `/usr/local`. Good ports avoid this by explicitly specifying `--with-libfoo=/opt/local/lib/` or explicitly disabling all such possible dependencies altogether with `--disable-foo` or `--without-bar` but not all ports are able to do that. 81 81 82 If you ask on a MacPorts mailing list about a port failing to build because it chokes onsomething83 that it found and picked upin `/usr/local` you will be asked to remove what you've installed in `/usr/local`82 If you ask us for help with a port failing to build because of something 83 that it found in `/usr/local` you will be asked to remove what you've installed in `/usr/local` 84 84 or to temporarily rename `/usr/local` to make it disappear entirely for the duration of the build. 85 85 … … 93 93 Note that trace mode in MacPorts 2.3.4 and earlier is not compatible with El Capitan. 94 94 A fix has been committed in r141420 but not yet released in a stable version of MacPorts. 95 96 97 === Can I install frameworks in /Library/Frameworks while using MacPorts? === #libraryframeworks 98 99 No. This can interfere with software you want to install with MacPorts, in much the same way that [#usrlocal installing software into /usr/local] can interfere. 100 If you ask us for help with a port failing to build because of something 101 that it found in `/Library/Frameworks ` you will be asked to remove what you've installed in `/Library/Frameworks ` 102 or to temporarily rename `/Library/Frameworks ` to make it disappear entirely for the duration of the build. 103 95 104 96 105 === How do I remove or uninstall MacPorts? === #uninstall