From owner-freebsd-questions@FreeBSD.ORG Sat Dec 20 20:20:13 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A715C254 for ; Sat, 20 Dec 2014 20:20:13 +0000 (UTC) Received: from mail-pd0-x232.google.com (mail-pd0-x232.google.com [IPv6:2607:f8b0:400e:c02::232]) (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 728611192 for ; Sat, 20 Dec 2014 20:20:13 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id r10so3344807pdi.9 for ; Sat, 20 Dec 2014 12:20:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qDcW8PhC2+dQeUOlMGUtDdAhe/EWnf4mCCxfxGfR2pk=; b=RM/7rRQPjAR40yhAcsoL21oKs4H6UfLn8ypMb/vT10WsLQvpxZJ3myPN98ukscgm39 uJ4Z689P+jt2olnA8OJnuDECDFDMX5UiPnrsAbuoHFMDhWBlkxo6NM+1U3J4Di21YGaj nR6cOqzIpvO4+knaw5Q7rs0JZZJvhplg3qo+UKdQaJKbEd8m4ruaxoXff2i5geqHOvAM K00MTG1SoiW10Xdm4fQL5TIhYgF9AWPt/D2yhrJa2DniwaSTPo6Eof4XMoZdcP30hQnM kQ5y5aGM4NcG4DhZv8xTxuU6cEAs7GSHaSqsPYSfxaY3BUc+3OnQ5BS1Ubp7tK/01maI g0CQ== MIME-Version: 1.0 X-Received: by 10.70.90.209 with SMTP id by17mr23041621pdb.162.1419106812988; Sat, 20 Dec 2014 12:20:12 -0800 (PST) Received: by 10.70.94.167 with HTTP; Sat, 20 Dec 2014 12:20:12 -0800 (PST) In-Reply-To: References: <54941E41.3040807@hiwaay.net> Date: Sat, 20 Dec 2014 14:20:12 -0600 Message-ID: Subject: Re: pkg versions don't match From: Adam Vande More To: Alejandro Imass Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "William A. Mahaffey III" , FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2014 20:20:13 -0000 On Sat, Dec 20, 2014 at 1:57 PM, Alejandro Imass wrote: > > > make that 'pkg update -f' instead .... most options are specific to the > > command & occur after it .... $0.02 .... > > > > -- > > > > > Thanks guys pkg update -f worked and fixed the problem. The handbook > documentation pkg definitively needs work or there is some other pkg hidden > manual besides the man page and the handbook? I don't know of any hidden ones, but the standard pkg manual has the customary 'see also' section for more in-depth information. -- Adam