From owner-freebsd-ports@FreeBSD.ORG Wed Jul 20 23:51:15 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84A8016A41F for ; Wed, 20 Jul 2005 23:51:15 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.e-technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id F19FF43D48 for ; Wed, 20 Jul 2005 23:51:14 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id A33C54401A; Thu, 21 Jul 2005 01:51:13 +0200 (CEST) Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07868-08; Thu, 21 Jul 2005 01:51:12 +0200 (CEST) Received: from m2a2.dyndns.org (p50916B74.dip.t-dialin.net [80.145.107.116]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 1BF8144018; Thu, 21 Jul 2005 01:51:12 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 3F97778D61; Thu, 21 Jul 2005 01:51:11 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13427-20; Thu, 21 Jul 2005 01:51:10 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id CAC0078D63; Thu, 21 Jul 2005 01:51:09 +0200 (CEST) From: Matthias Andree To: Jeremie Le Hen In-Reply-To: <20050720231115.GA39292@obiwan.tataz.chchile.org> (Jeremie Le Hen's message of "Thu, 21 Jul 2005 01:11:15 +0200") References: <20050720231115.GA39292@obiwan.tataz.chchile.org> X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc Date: Thu, 21 Jul 2005 01:51:09 +0200 Message-ID: User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at dt.e-technik.uni-dortmund.de Cc: freebsd-ports@freebsd.org Subject: Re: Disable OPTIONS processing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 23:51:15 -0000 Jeremie Le Hen writes: > [ Please include me in replies because I'm not subscribed. ] > > I was wondering how to prevent the port Makefile to ask for declared > options in the Makefile (either OPTIONS variable or options file). Defining "BATCH" will skip the queries and go either with a saved configuration (if one is present from an earlier install) or with the defaults. Example: cd /usr/ports/some/example make BATCH=yes install clean -- Matthias Andree