Date: Mon, 12 May 2014 02:53:01 -0500 From: "Matthew D. Fuller" <fullermd@over-yonder.net> To: andrew clarke <mail@ozzmosis.com> Cc: freebsd-ports@freebsd.org Subject: Re: ACTION REQUIRED - Unstaged Ports being DEPRECATED on June 31st. Message-ID: <20140512075301.GC29622@over-yonder.net> In-Reply-To: <20140512003106.GB21380@ozzmosis.com> References: <536E46E0.7030906@FreeBSD.org> <536E4A1E.7070406@FreeBSD.org> <20140512003106.GB21380@ozzmosis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140512075301.GC29622>