From owner-freebsd-questions@FreeBSD.ORG Sun Nov 21 18:19:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A78D16A4CE for ; Sun, 21 Nov 2004 18:19:09 +0000 (GMT) Received: from mail.elvandar.org (redqueen.elvandar.org [217.148.169.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A5143D3F for ; Sun, 21 Nov 2004 18:19:08 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from localhost (localhost [127.0.0.1]) by mail.elvandar.org (Postfix) with ESMTP id 1CE1D29542D; Sun, 21 Nov 2004 17:39:56 +0100 (CET) Received: from mail.elvandar.org ([127.0.0.1]) by localhost (redqueen.elvandar.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 38182-07; Sun, 21 Nov 2004 17:39:55 +0100 (CET) Message-ID: <41A0C4E1.3060805@FreeBSD.org> Date: Sun, 21 Nov 2004 17:40:01 +0100 From: Remko Lodder User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vittorio References: <200411211306.05181.v.demartino2@virgilio.it> In-Reply-To: <200411211306.05181.v.demartino2@virgilio.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at elvandar.org cc: freebsd-questions@freebsd.org Subject: Re: Passing options to configure / compiler X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2004 18:19:09 -0000 Vittorio wrote: > I couldn't find in the docs how to pass options to the configure script. > > For instance, I'm compiling postgresql under FreeBSD 5.3 stable. > After 'cd /usr/ports/databases/postgresql7' and ' make' a list of > configure options is shown; among them I'm interested in "WITH_TESTS"" > but I do not know how to pass this option to the compiler (or to > configure????). if you want to use WITH_TESTS for example you need to add make WITH_TESTS=yes install clean (or something similiar) when portupgrade'ing that you should do portupgrade -M 'WITH_TESTS=yes' postgresql (or again; something similiar) Hope that helps! > > Could you please help me? > > Vittorio -- Kind regards, Remko Lodder FreeBSD (Dutch) Documentation Team