From owner-freebsd-ports@FreeBSD.ORG Tue Nov 26 18:16:28 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 07679324 for ; Tue, 26 Nov 2013 18:16:28 +0000 (UTC) Received: from mail-vc0-x230.google.com (mail-vc0-x230.google.com [IPv6:2607:f8b0:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE8B22240 for ; Tue, 26 Nov 2013 18:16:27 +0000 (UTC) Received: by mail-vc0-f176.google.com with SMTP id lf12so4120662vcb.35 for ; Tue, 26 Nov 2013 10:16:27 -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 :content-type; bh=8JtBozyWcFsoXPT9mpeuEki3hxNUIH94W4eH0O4w7jc=; b=wSlibZszp9EC061mZXZGmhEnfVnyG+a3FNKGiSnGDt//s7t4DQlJxmTZ4R2sTmyJdK ONYcXpKHANEQHHTlqDSnKMBAEDHjn/xhBqU6Wv9vVgEdE/tW/sS2dljS7zbjnocQMYlu XPljBUfm4TTd9Jk1Yd1DaEQ6Jue/j3UmcrhI2BpPfNsduUn3HF91nXMWRXKjywhfjZff hBFJsgpOA25fo/vsVJNJ+PxfFf11+GTYCktcWbwOAq5n+8WBhY1NgBRqBeea56qz1Uaa Eg+mT41Lghu5089JW0D28HwPweVRJtAnRl78qD+jgD+sicqXkBkMYsm8N9qzwpRZx5yA LSow== MIME-Version: 1.0 X-Received: by 10.52.230.202 with SMTP id ta10mr1124139vdc.41.1385489786889; Tue, 26 Nov 2013 10:16:26 -0800 (PST) Received: by 10.58.128.132 with HTTP; Tue, 26 Nov 2013 10:16:26 -0800 (PST) In-Reply-To: <20131126172927.GB36490@ithaqua.etoilebsd.net> References: <5294C92A.9020705@gmail.com> <20131126172927.GB36490@ithaqua.etoilebsd.net> Date: Tue, 26 Nov 2013 19:16:26 +0100 Message-ID: Subject: Re: pkg 1.2 lots of messages about enabled key. From: Johan Hendriks To: "(unknown)" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 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 18:16:28 -0000 Op dinsdag 26 november 2013 schreef Baptiste Daroussin (bapt@freebsd.org): > On Tue, Nov 26, 2013 at 05:15:38PM +0100, Johan Hendriks wrote: > > 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 > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org > " > > the MFC to stable/10 is coming in 2 days next beta will have it > > regards, > Bapt > I will try tomorrow without the " " Thanks. Regards, Johan