From owner-freebsd-ports@FreeBSD.ORG Tue Nov 26 16:15:43 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 843196D2 for ; Tue, 26 Nov 2013 16:15:43 +0000 (UTC) Received: from mail-bk0-x22d.google.com (mail-bk0-x22d.google.com [IPv6:2a00:1450:4008:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1DC6C2A46 for ; Tue, 26 Nov 2013 16:15:42 +0000 (UTC) Received: by mail-bk0-f45.google.com with SMTP id mx13so2677493bkb.18 for ; Tue, 26 Nov 2013 08:15:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=OHezBdRynK6NJfqfkzTiEhJLUIvZ9m/NwoDU6Osz658=; b=ClqdN9EYftTuOEEobqTw77Ac52VlsI5qzW3XpGHDqD3FoGWS8AQIou6S0LiSDROvOE jQbH6IF9CKjFQvYbN4OuEGdioBAQ2V7zDE3Ups1NONzC1b7Jt2RHlKWHqui9vyvmu8zp 8+qplamQsEOZF7rKX676wCUEWU09VGDLyb9XXnSidB2CJzCTyMr7zgdel4+z1DZgDxmr 04xdMv8893XtfX0jfelj0DfCKUwjTmvIZoyaggVBi2YY7FEi8m+6C6diSlx2L1DMLr95 evxUX2s6gMc/ODaopflchvN5eHtRjsF+qkA0DchlIbc06Bn5/DIAgHCQg40lnu19+kjH o43Q== X-Received: by 10.204.173.69 with SMTP id o5mr412002bkz.74.1385482541278; Tue, 26 Nov 2013 08:15:41 -0800 (PST) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id qe6sm51791519bkb.5.2013.11.26.08.15.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Nov 2013 08:15:40 -0800 (PST) Message-ID: <5294C92A.9020705@gmail.com> Date: Tue, 26 Nov 2013 17:15:38 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: FreeBSD Subject: pkg 1.2 lots of messages about enabled key. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 16:15:43 -0000 I just updated pkg to pkg 1.2 But when i usr pkg it gives me a lot of messages like below: pkg: Warning: expecting a boolean for the 'enabled' key of the 'FreeBSD' repo, the value has been correctly converted, please consider fixing If i run pkg_libchk the whole screen fills up with these messages. I did copy the new /usr/local/etc/pkg.conf.sample file to /usr/local/etc/pkg.conf Also i checked /etc/pkg/FreeBSD.conf , and it looks good to me as far as i understand it. vi /etc/pkg/FreeBSD.conf # $FreeBSD: stable/10/etc/pkg/FreeBSD.conf 257797 2013-11-07 15:43:41Z bdrewery $ FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: "YES" } something i missed? regards Johan