From owner-freebsd-questions@FreeBSD.ORG Sun Jul 25 04:20:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37E7216A4CF for ; Sun, 25 Jul 2004 04:20:13 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4E6043D49 for ; Sun, 25 Jul 2004 04:20:12 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sat, 24 Jul 2004 23:21:57 -0500 Message-ID: <410334FA.7020604@daleco.biz> Date: Sat, 24 Jul 2004 23:20:10 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob References: <410332CF.5020900@yahoo.com> In-Reply-To: <410332CF.5020900@yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Jul 2004 04:21:58.0140 (UTC) FILETIME=[ECC853C0:01C471FE] cc: freebsd-questions@freebsd.org Subject: Re: Portupgrade Stale dependency: "specify -O to force" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 04:20:13 -0000 Rob wrote: > > Hi, > > When I use commands from the portupgrade port, I get this message: > > Stale dependency: kde-3.2.3 --> autoconf-2.57_1 -- manually run > 'pkgdb -F' to fix, or specify -O to force. > > I wanted to use the '-O' option, but that does not seem to exist. > I've tried 'pkgdb -O' or 'pkgdb -FO' > > Is this '-O' suggestion mistake in the portupgrade port? > > How can I use the force option? > > Rob. Hmm, pretty sure that should be a little "o". At least that's what the help screen and the manpage seem to indicate... [/usr/ports] [23:16] % pkgdb --help pkgdb rev.1.69 usage: pkgdb [-hafFQQquv] [-c pkgname] [-o pkgname] [-s /old_pkgname/new_pkgname/] [file ...] -h, --help Show this message -o, --origin=PKGNAME[=ORIGIN] Look up or change the origin of the given package The help seems to indicate you would type something like: $pkgdb -o I usually just do it with -F HTH, Kevin Kinsey