Date: Mon, 6 Sep 2004 03:01:51 -0500 From: Vulpes Velox <v.velox@vvelox.net> To: Cristi Tauber <cristi.tauber@sbhost.ro> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: ports vs source Message-ID: <20040906030151.065b8417@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <1094451048.2179.931.camel@deepblue.rtc.ro> References: <1094221571.3917.1448.camel@deepblue.rtc.ro> <20040903145456.6cb75097@vixen42.24-119-122-191.cpe.cableone.net> <1094451048.2179.931.camel@deepblue.rtc.ro>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 06 Sep 2004 09:10:48 +0300 Cristi Tauber <cristi.tauber@sbhost.ro> wrote: > Ok. thanks ... i got that ... but one problem remains . > On > linux the command ./configure --help gives me the options to > configure the source for compile (eg suport for mysql/oracle/etc; > other switches not related to optimization, ... etc) How can i do > this with ports ... i mean ... make -DWITH="/path/to/mysql/" (just > an example) to compile the source with mysql support ... is there a > way to find the options for a port ?!? Look at the make file. Some will bring up a ncurses menu for selection, others will display various options to set, and then some you can look at the make file to see what options it has. I would suggest looking at multimedia/mplayer as a good example of all three. BTW becuase this is a actual ports system you don't have to deal with things getting damaged by manually installing stuff like that. Installing that was is generally best advoided since it cuases problems later on.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040906030151.065b8417>