From owner-cvs-all@FreeBSD.ORG Tue Feb 1 18:51:27 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A0A416A4CE; Tue, 1 Feb 2005 18:51:27 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8573143D46; Tue, 1 Feb 2005 18:51:26 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 12DBA1490B; Tue, 1 Feb 2005 12:51:26 -0600 (CST) Date: Tue, 1 Feb 2005 12:51:25 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: Dan Langille In-Reply-To: <41FF5143.23348.4B21BB15@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: Gerald Pfeifer cc: cvs-all@FreeBSD.org cc: Kirill Ponomarew cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/dns/powerdns Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 18:51:27 -0000 On Tue, 1 Feb 2005, Dan Langille wrote: > Why not treat BROKEN, IGNORE, FORBIDDEN, DEPRECATED all the same? Is > there any reason they need to be different? IIRC the last time Kris tried to make them all consistent it turned into a nightmare of debugging. It's the right goal, of course. In the portsmon-local changes ('make status'), all quotes are stripped from these variables before being stuffed into its database. mcl