From owner-freebsd-ports@FreeBSD.ORG Sat Feb 26 14:23:11 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 482AA106566C for ; Sat, 26 Feb 2011 14:23:11 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id D0DA78FC16 for ; Sat, 26 Feb 2011 14:23:10 +0000 (UTC) Received: by wyb32 with SMTP id 32so2928167wyb.13 for ; Sat, 26 Feb 2011 06:23:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=ilHTA5ry/w1JCR6IVJ7kMRfNAUSq6fp7pCz9hJF9niM=; b=g0o9N+jNV5v2cYhlSNGaW/Tn19YvsxakhupCJU9FGCjmcU6e35vqaK4SypWMa1MrFu wDNmH8zJuce8aIFmUOgFogUdGTtU31SOCBrsiUhNBCRoZEFWIGwx3x8CEQCHc1W7yB0G 2DhUu3d5n4UIKYH7E4URgQD/fq0XTO5FCCyKE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=fsKCAgOJMUDBO64wSpIYLjLcDYfLsGLwAqsedrVN5WCKJAi5ENdsGedMV8GstIG0xM s5/rneNj3NJq2xCgpP8Qu6CLl6XOFyFu1P7B1p2bbvE+5hSOCfkuO471wC1iQhlA0bOZ UTLSA06ExR8zXBQIiVH6Rw8zFLF50wKmFuCgo= Received: by 10.227.10.84 with SMTP id o20mr3238038wbo.140.1298730189717; Sat, 26 Feb 2011 06:23:09 -0800 (PST) Received: from Melon.malikania.fr (65.21.102-84.rev.gaoland.net [84.102.21.65]) by mx.google.com with ESMTPS id o6sm1531611wbo.21.2011.02.26.06.23.08 (version=SSLv3 cipher=OTHER); Sat, 26 Feb 2011 06:23:08 -0800 (PST) Message-ID: <4D690CA4.9090008@gmail.com> Date: Sat, 26 Feb 2011 15:22:28 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110125 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Find a corrupt port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2011 14:23:11 -0000 Hello, It seems I have a corrupted port on my system : $ pkg_info [...] dmxproto-2.3 DMX extension headers pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring docproj-1.17_4 The "meta-port" for the FreeBSD Documentation Project [...] Because it happens after dmxproto O tought it was this one, but after a make deinstall reinstall in x11/dmxproto the corrupt message is still there so I'm guessing if it's the corrupted port. How can I easily find? Cheers, -- David Demelier