From owner-freebsd-questions@FreeBSD.ORG Sun Jan 16 03:43:45 2005 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 7213C16A4CE for ; Sun, 16 Jan 2005 03:43:45 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 531CF43D39 for ; Sun, 16 Jan 2005 03:43:45 +0000 (GMT) (envelope-from bsdaemon@comcast.net) Received: from fw.home (pcp05404374pcs.norstn01.pa.comcast.net[68.80.144.252]) by comcast.net (rwcrmhc12) with SMTP id <200501160343440140013ap4e>; Sun, 16 Jan 2005 03:43:44 +0000 Received: (qmail 72207 invoked from network); 16 Jan 2005 03:43:44 -0000 Received: from kris.home (HELO ?192.168.0.251?) (192.168.0.251) by fw.home with SMTP; 16 Jan 2005 03:43:44 -0000 Message-ID: <41E9E433.4000009@comcast.net> Date: Sat, 15 Jan 2005 22:49:07 -0500 From: Kris Maglione User-Agent: Mozilla Thunderbird 1.0 (X11/20041212) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20050115210200.GA15535@nagual.st> In-Reply-To: <20050115210200.GA15535@nagual.st> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5672B173FD9E2ED56B96A587" Subject: Re: makefile args overrule 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, 16 Jan 2005 03:43:45 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5672B173FD9E2ED56B96A587 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit dick hoogendijk wrote: >Is it possible to *overrule* the arguments from a Makefile in the ports? >I know you can add some options in the pkgtools.conf (portupgrade), but >I want to disable a lot of options in the Makefile of apache13 because I >want to disable a lot of modules. Can I add the options I want to the >pkgtools.conf to *overrule* the Makefile? > > When you get a menu prompt to select options, all that it does is set make variables. You can see them in the /var/db//options file, or you can see what they are in the Makefile. Either way, you can specify them on the command line as = or in pkgtools.conf the same way. You're probably better off editing the options file or removing it and running "make config" on the port. --------------enig5672B173FD9E2ED56B96A587 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFB6eQzmcXjc1XBrAQRAs2jAJ9kRoYbMW84G4DWk1OHjicG8gu5xwCeN8Y0 LcuWFMjkXdct9Ok4QGHhJVo= =b2bV -----END PGP SIGNATURE----- --------------enig5672B173FD9E2ED56B96A587--