Date: Sun, 13 Feb 2005 12:07:18 +0100 From: Erik Norgaard <norgaard@locolomo.org> To: Grant Peel <gpeel@thenetnow.com> Cc: freebsd-questions@freebsd.org Subject: Re: Ports Message-ID: <420F34E6.6020108@locolomo.org> In-Reply-To: <007501c511b8$2d9fcff0$6401a8c0@GRANT> References: <007501c511b8$2d9fcff0$6401a8c0@GRANT>
next in thread | previous in thread | raw e-mail | index | archive | help
Grant Peel wrote: > if I am putting together a new server, and need some x-tra args added to > the mysql, php and apache sequence (i.e. addming the frontpage patch to > the apache build) .. how would one do this in the port(s)? The options are unfortunately not always too well documented. Some ports open a menu on your first install and lets you choose the options you want. Your options are stored in a configure file for next time you upgrade. This is the new way and should be expected in the future. Till then, you'll have to look in the Makefile, there are typically a lot of WITH_ or WITHOUT_ options. When posible, I recommend installing with default options and configure those options manually, otherwise, remember to save your custom options somewhere. It makes upgrade easier. Compiling apache with frontpage, you install your favorite flavour of apache, then mod_frontpage. AFAIK, all the www/mod_ ports are modules for apache. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?420F34E6.6020108>