Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2014 20:31:04 -0700
From:      Kevin Oberman <rkoberman@gmail.com>
To:        andrew clarke <mail@ozzmosis.com>
Cc:        FreeBSD Ports ML <freebsd-ports@freebsd.org>
Subject:   Re: ACTION REQUIRED - Unstaged Ports being DEPRECATED on June 31st.
Message-ID:  <CAN6yY1sHZY8VZ-=G4KLY7YrgqqSQnLjyRqwKaXK3aRY3Y3Spzg@mail.gmail.com>
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 Sun, May 11, 2014 at 5:31 PM, andrew clarke <mail@ozzmosis.com> wrote:

> On Sat 2014-05-10 10:47:42 UTC-0500, Bryan Drewery (bdrewery@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
>

Many thanks!

Boy, do I have a LOT of port, many very important (to me) that are on the
list. I won't put it out here, but it's 72 ports long.

Guess I need to sit sown and fix many of them. Some may be more than I can
deal with, especially the Gnome ones, but I'll be ditching those shortly,
anyway. Hopefully most of the remainder are fairly straight forward,

-- 
R. Kevin Oberman, Network Engineer, Retired
E-mail: rkoberman@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1sHZY8VZ-=G4KLY7YrgqqSQnLjyRqwKaXK3aRY3Y3Spzg>