From owner-cvs-all@FreeBSD.ORG Fri May 5 16:53:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 41BDA16A405; Fri, 5 May 2006 16:53:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id C77BF43D46; Fri, 5 May 2006 16:53:22 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from andromede.in.absolight.net (andromede.in.absolight.net [193.30.224.82]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id AB63D4FC7D4; Fri, 5 May 2006 18:53:21 +0200 (CEST) Date: Fri, 05 May 2006 18:53:20 +0200 From: Mathieu Arnold To: Jean-Yves Lefort , pav@FreeBSD.org Message-ID: <9D5E6A08D356B82E06668FAC@andromede.in.absolight.net> In-Reply-To: <20060504151740.62d5d719.jylefort@FreeBSD.org> References: <200605041238.k44CcbRf005669@repoman.freebsd.org> <1146746599.18447.11.camel@pav.hide.vol.cz> <20060504151740.62d5d719.jylefort@FreeBSD.org> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/astro/celestia Makefile distinfo pkg-message.gnome pkg-plist ports/astro/celestia/files patch-config.h.in patch-src_celestia_Makefile.in patch-src_celestia_gtkmain.cpp patch-src_celutil_resmanager.h patch-src_celutil_util.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 05 May 2006 16:53:23 -0000 +-le 04/05/2006 15:17 +0200, Jean-Yves Lefort a dit : |> > - Do not use OPTIONS for the mutually exclusive UI choices, use |> |> Your usage of OPTIONS is incorrect. For default on options, you have to |> test WITHOUT_* variable. Please refer for more details to |> http://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html | | Why? The short answer is "because that's how it's said it'll work", the longer answer is what Pav said. -- Mathieu Arnold