From owner-svn-ports-all@FreeBSD.ORG Mon Jul 28 09:06:23 2014 Return-Path: Delivered-To: svn-ports-all@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 DDD2D102; Mon, 28 Jul 2014 09:06:23 +0000 (UTC) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A2D0A2768; Mon, 28 Jul 2014 09:06:23 +0000 (UTC) Received: from [192.168.0.7] (cpc14-cmbg15-2-0-cust307.5-4.cable.virginm.net [82.26.1.52]) (authenticated bits=0) by theravensnest.org (8.14.7/8.14.7) with ESMTP id s6S96IJY021596 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 28 Jul 2014 09:06:20 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r362996 - head/ports-mgmt/pkg From: David Chisnall In-Reply-To: <20140728084617.GM50802@ivaldir.etoilebsd.net> Date: Mon, 28 Jul 2014 10:06:13 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <64684DB8-6A4F-4948-A33B-B2E18072E8C0@FreeBSD.org> References: <201407262308.s6QN85Od018020@svn.freebsd.org> <53D46F7F.8020609@freebsd.org> <20140728084617.GM50802@ivaldir.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Andrey Chernov , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2014 09:06:24 -0000 On 28 Jul 2014, at 09:46, Baptiste Daroussin wrote: > Note that if people were using tested pre releases of pkg and = reporting bug the > regression in reading pkg.conf introduced in devel branch that went in = pkg 1.3.0 > would have been figure out leading to the next step which is exposing = the bug > that has hit users with a very corner case situation in pkg.conf = experimenting a > segfault). I would *strongly* encourage all FreeBSD developers to have = WITH_PKGNG=3Ddevel in /etc/make.conf on at least one machine. If you find any bugs, = please report them, so that they can be fixed before most of our users = see them. The bugs that I found doing this were fixed during the alpha = phase, very quickly after reporting them. If you don't do this, then please be aware when you complain about bugs = then at least some of the responsibility for them belongs to you. No = one can fix bugs that they don't know about. David