From owner-freebsd-questions@FreeBSD.ORG Wed Oct 19 11:58:49 2011 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 A250E1065672 for ; Wed, 19 Oct 2011 11:58:49 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 303038FC13 for ; Wed, 19 Oct 2011 11:58:48 +0000 (UTC) Received: by eyd10 with SMTP id 10so2119159eyd.13 for ; Wed, 19 Oct 2011 04:58:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=EPNbmyadug9mlNhn2vob/xkmys3E6YR5klayMN6Yvcc=; b=r11+Av4Nk6yjAeyGvTUTP6N4vMjNDSt8CyR9qjcLr9xFL5kLWbO/fxAsYp1bRTaXkH iGh8hSQYbdU/WGrxcneiiDGMLyOMyxE6VAdh/b9OXARYLMB1iQz0DXt+ecg6lTYRxUhV dPL0L7yMy/9yAnd05zbg1M8mviLglmgQDLhgk= Received: by 10.213.33.196 with SMTP id i4mr808252ebd.64.1319025528277; Wed, 19 Oct 2011 04:58:48 -0700 (PDT) Received: from [192.168.50.106] (double-l.xs4all.nl. [80.126.205.144]) by mx.google.com with ESMTPS id f16sm14886828eec.8.2011.10.19.04.58.47 (version=SSLv3 cipher=OTHER); Wed, 19 Oct 2011 04:58:47 -0700 (PDT) Message-ID: <4E9EBB75.4040909@gmail.com> Date: Wed, 19 Oct 2011 13:58:45 +0200 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: FreeBSD References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: pkg_version: corrupted record (pkgdep line without argument), ignoring 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: Wed, 19 Oct 2011 11:58:49 -0000 Carmel schreef: > After attempting to use "portmaster" to update the KDE port, I am > receiving repeated error messages when running the command: > > pkg_version -vIL= > > The error message: > > pkg_version: corrupted record (pkgdep line without argument), ignoring > > I am at a lost as to how to correct this problem. > run portmaster --check-depends. You will find the dependencies that no longer exist. regards Johan Hendriks