From owner-freebsd-ports@FreeBSD.ORG Sat Nov 5 03:56:03 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAA0F16A41F for ; Sat, 5 Nov 2005 03:56:03 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C2843D66 for ; Sat, 5 Nov 2005 03:55:58 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.54 (FreeBSD)) id 1EYF9q-0003AL-11; Sat, 05 Nov 2005 03:55:58 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.53 (FreeBSD)) id 1EYF9m-000J2V-Jr; Fri, 04 Nov 2005 19:55:55 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17260.11594.78899.465990@roam.psg.com> Date: Fri, 4 Nov 2005 17:55:54 -1000 To: Kris Kennaway References: <17260.1322.542751.224777@roam.psg.com> <48BD55D4-C668-4538-92D3-0F44EAA20AC4@brooknet.com.au> <17260.3134.688977.462078@roam.psg.com> <2C2470C3-6E8B-4485-A99A-D2294DD54034@brooknet.com.au> <17260.3367.54955.183366@roam.psg.com> <17260.7879.966887.506503@roam.psg.com> <20051105030046.GA34356@xor.obsecurity.org> <17260.8628.999676.370092@roam.psg.com> <20051105031744.GA50437@xor.obsecurity.org> Cc: ports@freebsd.org Subject: Re: Azureus_2.3.0.4 dependency missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 03:56:03 -0000 > Look at the example in the pkg_which manpage and go through and clean > out all the old cruft you have on your system (back it up first in > case you make a mistake). # find /usr/local /usr/X11R6 -type f | xargs pkg_which -v | fgrep '?' | wc 37912 75824 2379746 uh, piping that to awk and rm would be a total disaster. it would remove all of the current perl port, and 42 similar pieces. going through by hand finds little it would do that actually needs to be done. something is very broken here. note that portupgrade, pkgdb -Ff, etc, all run quite well and have for a long time. this problem with azureus is the first for some months. randy