#17992: non-installed ports cause warning about non-matching variants on upgrade ------------------------------+--------------------------------------------- Reporter: jmr@… | Owner: gwhitney@… Type: defect | Status: assigned Priority: Normal | Milestone: MacPorts Future Component: base | Version: 1.8.0 Keywords: | Port: ------------------------------+--------------------------------------------- Comment(by jmr@…): I think that since r37433 we should actually be able to do this: {{{ --- src/macports1.0/macports.tcl (revision 45299) +++ src/macports1.0/macports.tcl (working copy) @@ -2017,6 +2017,7 @@ set depflag 1 # mark this depspec as satisfied in the cache set depscache($dspec) 1 + return } } else { }}} and then remove all checks/hacks later on that handle the possibility of the port not being installed. -- Ticket URL: <http://trac.macports.org/ticket/17992#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS