#16359: MacPorts_Framework upgrade failes ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: armahg@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by blb@macports.org): * cc: blb@macports.org (added) * owner: macports-tickets@lists.macosforge.org => armahg@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/... 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