#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 cdemills@…): Replying to [comment:9 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.
Hummmm ... recompiled octave-devel and all of its dependencies with +gcc47; same problem: !__init_fltk!__.oct is still not found; while it is available in the same dir as !__init_!__gnuplot.oct Pascal -- Ticket URL: <https://trac.macports.org/ticket/37356#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS