On the subject of frameworks: Is there a standard install directory for frameworks? On some Portfiles (notably the libsdl*-framework ports), frameworks are installed to /Library/Frameworks. On others (such as python2[45]), they are installed to ${prefix}/Library/Frameworks. Personally, I think the latter (in ${prefix}) is much better practice, though it might be a good gesture to to provide a symlink within /Library. Once I have an answer on this, I'll put in a fix to mzscheme. Chris
On May 1, 2007, at 11:14 PM, Chris Pickel wrote:
On the subject of frameworks:
Is there a standard install directory for frameworks? On some Portfiles (notably the libsdl*-framework ports), frameworks are installed to /Library/Frameworks. On others (such as python2[45]), they are installed to ${prefix}/Library/Frameworks.
+1 on the later, as I sometimes need to make portable firewire/USB drives with a complete MacPorts build under /Volumes/something. Regards, Blair -- Blair Zajac, Ph.D. CTO, OrcaWare Technologies <blair@orcaware.com> Subversion training, consulting and support http://www.orcaware.com/training/
On May 2, 2007, at 01:16, Blair Zajac wrote:
On May 1, 2007, at 11:14 PM, Chris Pickel wrote:
On the subject of frameworks:
Is there a standard install directory for frameworks? On some Portfiles (notably the libsdl*-framework ports), frameworks are installed to /Library/Frameworks. On others (such as python2[45]), they are installed to ${prefix}/Library/Frameworks.
+1 on the later, as I sometimes need to make portable firewire/USB drives with a complete MacPorts build under /Volumes/something.
Based on the source code in base/src/port1.0/resources/group/ xcode-1.0.tcl it looks like the standard is for applications to get installed in /Applications/MacPorts and frameworks to get installed in /Library/Frameworks. Would it still work for frameworks to be in $ {prefix}?
participants (3)
-
Blair Zajac
-
Chris Pickel
-
Ryan Schmidt