"pkgfe audit" --> "portaudit -Fda" diff pkgfe.status.old pkgfe.status | grep '^[<>]' | sed 's|^< |<=== |; s|^> | ===> |' Following problem needs fix: ------------------------------------------------- pkgfe ls db pkgfe: lock file '/tmp/pkgfe.lock' exists This probably means that you have another pkgfe session running. If there are no active sessions, then it's probably a result of unfinished session. In this case, you must delete the file manually, before you can run pkgfe again. rm: /tmp/pkgfe.lock: Operation not permitted Sat Feb 21 17:51:29 2009 Fix "less -I: not found" error Maybe add ability to log pkg_deinstall output? Maybe add "pkgfe uf" for forced ("portupgrade -f") upgrades. It's possible to do that now with "pkgfe u -f ", but it generates weird and confusing messages like "upgrading -f". Thu Feb 26 07:38:15 2009 Found (another? :)) compatibility bug: > portversion -vl '<' cairo < needs updating (port has 1.8.6_1,1) v.s. > portversion -Fvl '<' cairo-1.8.6,1 < needs updating (port has 1.8.6_1,1) I don't use "-F"... When I wrote that, portversion didn't even had that option.