From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:56:32 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A4B7A7E for ; Thu, 28 Aug 2014 03:56:32 +0000 (UTC) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.167]) by mx1.freebsd.org (Postfix) with ESMTP id 2180A178A for ; Thu, 28 Aug 2014 03:56:31 +0000 (UTC) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id F20532005B for ; Wed, 27 Aug 2014 23:56:29 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rg7B27qu5USL for ; Wed, 27 Aug 2014 23:56:29 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <53FEA86D.607@egr.msu.edu> Date: Wed, 27 Aug 2014 23:56:29 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: auditing port options and following default option value changes References: <201408280112.s7S1C0w7067397@gw.catspoiler.org> In-Reply-To: <201408280112.s7S1C0w7067397@gw.catspoiler.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:56:32 -0000 On 08/27/2014 21:12, Don Lewis wrote: > I'm pretty much ready to throw in the towel on upgrading ports in place > with portupgrade and I'm planning on switching to poudriere. As part of > this conversion, I'd like to figure out what ports have non-default > options and which options are set to non-default values. Then I can > figure out whether I want to set each option back to default or > propagate the non-default value to poudriere. > > Also, since the option files for each port contain the values for all > the options, if I have a port with one non-default option value set, how > can I follow updates to the default values of the other options? This may help: http://docs.freebsd.org/cgi/mid.cgi?53FDE021.5030108 I have not abandoned all my options files yet, I've eliminated some over time as I switch to defining options in make.conf. I'll probably get burned some day and finish it off.