#37356: octave-devel @ 3.6.3 -- can't use fltk toolkit ---------------------------+------------------------- Reporter: cdemills@… | Owner: michaelld@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: octave-devel | ---------------------------+------------------------- Comment (by michaelld@…): "port list" just lists ports that meet the criteria you've set, no matter if they are installed, active, or not (one or either). I think what you're looking for is: {{{ port installed | grep active | grep +gcc45 }}} to determine which ports are actively still using the +gcc45 variant. I don't know of a better way to do this, e.g., just using port FOO. I also keep my MacPorts install nice and clean, generally removing anything that's not active: {{{ bar=`port installed | grep -v active | sed -e 1d` echo $bar }}} and, then if you like what you see, you can do: {{{ sudo port uninstall $bar }}} I wish there were a port command to clean out old distfiles that are connected with these ports I'm uninstalling; have to do that by hand still, as far as I know. "sudo port clean --all $bar" would wipe out all distfiles. -- Ticket URL: <https://trac.macports.org/ticket/37356#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS