From owner-freebsd-x11@FreeBSD.ORG Mon Jun 4 17:26:07 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E9EDD16A400 for ; Mon, 4 Jun 2007 17:26:07 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail4.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 9D64B13C4CA for ; Mon, 4 Jun 2007 17:26:07 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by mail.ijs.si (Postfix) with ESMTP id C5C3F1929C0; Mon, 4 Jun 2007 19:26:06 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1180977966; bh=lGL99chAvd08cKWpRF4qCOpGaz0=; h=X-Virus-Scanned: Received:Received:Received:Received:From:Organization:To:Subject: Date:User-Agent:References:In-Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-Disposition:Message-Id; b=Kf31w4 jpXFvy8IueKq0qT/KqyP8uwiS3jI2aey4fXuqEU8W8zb7J35cqpC4ukfxvfAN7XXe7u pVwMptzGpKx12A5uSUf0vKKO36eWSVOeRW6NphWh5dtGDk/difdrjgC X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id zYvQUbSz+pOZ; Mon, 4 Jun 2007 19:26:04 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 55B3E19290C; Mon, 4 Jun 2007 19:26:04 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id 4C246511C7; Mon, 4 Jun 2007 19:26:04 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l54HQ3uY003462; Mon, 4 Jun 2007 19:26:03 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: freebsd-x11@freebsd.org, Dave Date: Mon, 4 Jun 2007 19:26:02 +0200 User-Agent: KMail/1.9.6 References: <000301c7a627$3ed154f0$0200a8c0@satellite> In-Reply-To: <000301c7a627$3ed154f0$0200a8c0@satellite> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706041926.02729.dejan.lesjak@ijs.si> Cc: Subject: Re: packaging information for editres corrupt X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 17:26:08 -0000 On Sunday 03 June 2007 23:36:26 Dave wrote: > Hello, > I've done a minimal install of FreeBSD 6.2, got the latest ports tree, > and am using: > portmanager x11/xorg > to install the latest xorg port. During the process i've occationally > looked at my pkg_info to see how it is doing, now suddenly i'm getting the > error: the package information for editres-1.0 maybe point something after > that, port is corrupt. I'm not sure I understand this last sentence. > The port is installed. Is this a known issue? HOw > can i fix this? I's not a known issue. Does /var/db/pkg/editres-1.0.3 directory exists? What happens if you do for example "pkg_info -g editres"? Dejan