ACTION REQUIRED - Unstaged Ports being DEPRECATED on June 31st.
andrew clarke
mail at ozzmosis.com
Mon May 12 00:31:09 UTC 2014
On Sat 2014-05-10 10:47:42 UTC-0500, Bryan Drewery (bdrewery at FreeBSD.org) wrote:
> On 5/10/2014 10:33 AM, Bryan Drewery wrote:
> > You are receiving this mail as it affects FreeBSD ports that you maintain.
> >
>
> You can see the full list here:
>
> http://people.freebsd.org/~bapt/notstaged.txt
A short script I threw together to show any ports installed that are
marked as unstaged in the above list:
#!/bin/sh
pkg info -oa | awk '{ print $2 }' | sort > /tmp/installed.list
fetch -o - http://people.freebsd.org/~bapt/notstaged.txt | awk -F: '{ print $1 }' | sort | uniq > /tmp/notstaged.list
cat /tmp/installed.list /tmp/notstaged.list | sort | uniq -d
rm -f /tmp/installed.list /tmp/notstaged.list
Output on my system:
- 100% of 139 kB 162 kBps 00m01s
editors/uemacs
lang/spidermonkey17
mail/dovecot
misc/jive
misc/zoneinfo
multimedia/mediainfo
net/istgt
net/torsocks
security/xinetd
sysutils/rename
Regards
Andrew
More information about the freebsd-ports
mailing list