From owner-freebsd-questions@FreeBSD.ORG Thu Jul 29 08:25:40 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 360B9106564A for ; Thu, 29 Jul 2010 08:25:40 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from web57005.mail.re3.yahoo.com (web57005.mail.re3.yahoo.com [66.196.97.109]) by mx1.freebsd.org (Postfix) with SMTP id AFE1D8FC27 for ; Thu, 29 Jul 2010 08:25:39 +0000 (UTC) Received: (qmail 81791 invoked by uid 60001); 29 Jul 2010 08:25:39 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1280391938; bh=+ALI/iPf6eUGHlcD1f6/+TRWJHpFHQlg+qPgRbjFcJg=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=FOdSjY7NxLUatkOOmGjdOmy512z+iMtuFZp9/V5iMGd1o/d/WyJShRMu0BIkg65lBd/iYmofmNhujoONWB0zlzHsl3ccRlB0eosKJusym3b9B7WkxYWtUqI1p54rD5bnUItI9oun5y1DTRgqLRp8sz4Ble1WJ36DJhxdSDq0PMA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=gWAyn8/OPJNKtO7JyXEFE68ndfNPjznkmG6lSfnTq49GpuNMz+1PjXQIJvV6/dU9lgnYpL0n1hq27sMP7RBzr/CzrObUe3EhFfqd7EpdscBw9uRCSAFRlVbFPDWNkI5ZoR8CvdV8fd6X1L0u647mez9KR2rrPjux6ZFDd27Bxs8=; Message-ID: <929148.80489.qm@web57005.mail.re3.yahoo.com> X-YMail-OSG: UE9wg_0VM1m1G1h0Y7X0ccmPficFSCybMMIMSnqPK5o.V8y HsxdfrU3FDAZy4jSvpoBLTYGrFqsaTq4zFDub6npGQ_syFYh6Nwb7Oh119io BC7OJl1kT6JPVbs.R7iQl0m3ZPRT70E9Zf9A1xEdm.VOJK4ZXkXG3TXrJ73j rDPXfn4rNaRRzo1V0ZvZ17PuTsewVuaLbFAfrvrqH1qJJdax_ZYpVYaV.b0E wty11_NE6KFN4c._c0_dL0lwtHROGbmc8Jj86w54hCVpmXPT9Q6.K Received: from [116.14.238.162] by web57005.mail.re3.yahoo.com via HTTP; Thu, 29 Jul 2010 01:25:38 PDT X-Mailer: YahooMailClassic/11.2.4 YahooMailWebService/0.8.105.279950 Date: Thu, 29 Jul 2010 01:25:38 -0700 (PDT) From: Unga To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Thu, 29 Jul 2010 11:16:16 +0000 Subject: How to mass recompile broken packages? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2010 08:25:40 -0000 Hi all I'm using FreeBSD 8.1 on i386 machine. I have upgraded a package using portmanager, but the upgrade seems not successful. The required package is upgraded but all packages depend on the upgraded package were not recompiled. I have two questions regarding this: 1. How to list all packages that are broken now? 2. How to mass recompile all broken packages? Best regards Unga