Date: Sat, 15 Jan 2005 22:49:07 -0500 From: Kris Maglione <bsdaemon@comcast.net> To: freebsd-questions@freebsd.org Subject: Re: makefile args overrule Message-ID: <41E9E433.4000009@comcast.net> In-Reply-To: <20050115210200.GA15535@nagual.st> References: <20050115210200.GA15535@nagual.st>
next in thread | previous in thread | raw e-mail | index | archive | help
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/<port>/options file, or you can see what they are in the Makefile. Either way, you can specify them on the command line as <var>=<value (usually YES/NO)> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41E9E433.4000009>