From owner-freebsd-ports@freebsd.org Fri Jul 1 16:33:52 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C779DB8F686 for ; Fri, 1 Jul 2016 16:33:52 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C57F2CB0 for ; Fri, 1 Jul 2016 16:33:52 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-88-217-181-136.dynamic.mnet-online.de [88.217.181.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 83B5859962C for ; Fri, 1 Jul 2016 18:33:41 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 83B5859962C Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1467390821; bh=fSS9XG9weyORvBe5xWCq9h0IuUbkqSzL4/PqXLXkggA=; h=Subject:To:References:From:Date:In-Reply-To; b=CyuEPXrDL2HIz+74HsvrDknKxhIewB29DNwejytSyS5BztqE7uisSfPpAcBBU7INd GwEKZueKwicy2uPfcgNt0K52s2kdKe+pxLXTMKsK48dTSBzNLbfsc+rVO+3Oh3jzVB np5dEtT8QypofZ6eGsB9mQanm+c14LxUH/vg1FfY= Received: from [192.168.0.151] (aftr-88-217-181-136.dynamic.mnet-online.de [88.217.181.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id EB49C402C33 for ; Fri, 1 Jul 2016 18:33:40 +0200 (CEST) Subject: Re: Remove options from poudriere option files for ports which were removed in the port To: freebsd-ports@freebsd.org References: <71272a33-1a98-47a1-394d-725def6282a5@fechner.net> From: Matthias Fechner Message-ID: Date: Fri, 1 Jul 2016 18:32:48 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2016 16:33:52 -0000 Am 01.07.2016 um 12:39 schrieb Kimmo Paasiala: > This is not a feature/bug of poudriere but of the ports system itself. > There's no tracking of obsoleted or removed options and no clever > methods to clean them up. It's only when you remove the options with > 'make rmconfig' and rewrite them again trough the options dialog the > obsoleted ones will be gone. thanks a lot. So I just keep to option files, as I do not really care what is in there. Poudriere is handling new optioins nicely. Thanks for explanation! Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook