[MacPorts] #16359: MacPorts_Framework upgrade failes
MacPorts
noreply at macports.org
Wed Aug 20 16:49:05 PDT 2008
#16359: MacPorts_Framework upgrade failes
---------------------------------+------------------------------------------
Reporter: dersh at alum.mit.edu | Owner: armahg at macports.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords:
---------------------------------+------------------------------------------
Changes (by blb at macports.org):
* cc: blb at macports.org (added)
* owner: macports-tickets at lists.macosforge.org => armahg at macports.org
Comment:
Hmm, looks like frameworks_dir is like applications_dir and isn't
available in 1.6. The normal fix for applications_dir is probably the way
to go here as well (eg,
[http://svn.macports.org/repository/macports/trunk/dports/emulators/minivmac/Portfile
minivmac port]):
{{{
# Can be removed once MacPorts 1.7.0 is released
if {![info exists frameworks_dir]} {
set frameworks_dir /Library/Frameworks
}
}}}
Though I don't know if it should be there or ${prefix}/Library/Frameworks.
--
Ticket URL: <http://trac.macports.org/ticket/16359#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list