From owner-freebsd-ports@FreeBSD.ORG Mon May 12 03:31:05 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0B57FD9 for ; Mon, 12 May 2014 03:31:05 +0000 (UTC) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86373224C for ; Mon, 12 May 2014 03:31:05 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id kp14so7375350pab.40 for ; Sun, 11 May 2014 20:31:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=WsT5sisL9os+y8if4bRvP4HsaYo9EFv+kFDJXLsIh6k=; b=Z68p/B0bOHYifyLMbpCAFoK/KJk/H+AxIug99LP1QziJ1c1VNGNXMpp6gArZqWDpTy 0clIrB4MG0gbOWzhx5JM6aNvOLI1bHnaiZePKkz3zIetkBTFo9Dzc1HbGcaO9NhoDRhp ZOFMGX2u5zpnh7GI3LmLO+sbgjz9gvt3vVhOfg2glKfgvUCjmxS8nqRUVRYPxyoScvuP nf7ueCPEZaAxaeJpA3XBgwvf7f2pL2qG4LUFo2gmmR9hVeb8BaOhMxQADCQWtptM02jk 4sGVFj9akMocvpa7gwlO3GBz2JhimJ9wJZ93RbhDwsckVXpdsA1yvY2UaOBiP4gwxgre zmtw== MIME-Version: 1.0 X-Received: by 10.66.240.197 with SMTP id wc5mr48605677pac.78.1399865465075; Sun, 11 May 2014 20:31:05 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.73.34 with HTTP; Sun, 11 May 2014 20:31:04 -0700 (PDT) In-Reply-To: <20140512003106.GB21380@ozzmosis.com> References: <536E46E0.7030906@FreeBSD.org> <536E4A1E.7070406@FreeBSD.org> <20140512003106.GB21380@ozzmosis.com> Date: Sun, 11 May 2014 20:31:04 -0700 X-Google-Sender-Auth: YjzG_A_VtCsdzwMtcYyqRqpTkjE Message-ID: Subject: Re: ACTION REQUIRED - Unstaged Ports being DEPRECATED on June 31st. From: Kevin Oberman To: andrew clarke Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 03:31:05 -0000 On Sun, May 11, 2014 at 5:31 PM, andrew clarke 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