On Mon, May 12, 2014 at 10:31:06AM +1000 I heard the voice of
andrew clarke, and lo! it spake thus:
> 
> A short script I threw together to show any ports installed that are
> marked as unstaged in the above list:

Alternately, to check against the local ports tree:

% pkg query -a '%o' | xargs -n1 -I% sh -c 'if make -C /usr/ports/% -V NO_STAGE 
| grep -v '^\$' >> /dev/null ; then echo "%" ; fi'



-- 
Matthew Fuller     (MF4839)   |  [email protected]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to