Re: Make Options -- just checking

2007-04-19 Thread Chuck Swiger
On Apr 19, 2007, at 4:39 AM, David Southwell wrote: In my current state of confusion I need to double check the way in which options are given for make before delving deeper into the problem. if there is an option define as: '--with-abc=def' what is the correct command line? #[correct com

Re: make options

2004-03-24 Thread Jonathan Arnold
Tadimeti Keshav wrote: I am trying to install some ports. But I do not know the various options we can specify during make such as WITH_GUI=yes How can I know them for a given port? As mentioned, one place is the Makefile found in the ports directory. But there's lots of other more general places t

Re: make options

2004-03-22 Thread Jason
Tadimeti Keshav wrote: hi, I am trying to install some ports. But I do not know the various options we can specify during make such as WITH_GUI=yes How can I know them for a given port? thanks in advance ___ Yahoo! Messenger - Comm

Re: make options

2004-03-22 Thread Jamie
On Sun, 21 Mar 2004, Kris Kennaway wrote: > On Mon, Mar 22, 2004 at 03:40:13AM +, Tadimeti Keshav wrote: > > hi, > > > > I am trying to install some ports. But I do not know > > the various options we can specify during make such as > > WITH_GUI=yes > > > > How can I know them for a given port

Re: make options

2004-03-21 Thread Kris Kennaway
On Mon, Mar 22, 2004 at 03:40:13AM +, Tadimeti Keshav wrote: > hi, > > I am trying to install some ports. But I do not know > the various options we can specify during make such as > WITH_GUI=yes > > How can I know them for a given port? Read the port makefile. Kris pgp0.pgp Descript

Re: make options for ports

2003-08-18 Thread Kevin Stevens
On Mon, 18 Aug 2003, Kris Kennaway wrote: > Also see the Porter's Handbook for more detail on creating/modifying ports. > > Kris Good lord, I can't compile the ones I've got - I have no business modifying them! ;) (point taken though) KeS ___ [EMAI

Re: make options for ports

2003-08-18 Thread Erik Trulsson
On Mon, Aug 18, 2003 at 01:23:21PM -0700, Kris Kennaway wrote: > On Mon, Aug 18, 2003 at 01:19:52PM -0700, Kevin Stevens wrote: > > > Thanks! The 'make patch' target is what I was missing, I was blowing past > > that with an initial 'make', and then getting stuck in various 'deinstall; > > reinst

Re: make options for ports

2003-08-18 Thread Jez Hancock
On Mon, Aug 18, 2003 at 10:38:46AM -0700, Kevin Stevens wrote: > I'm struggling with an issue in trying to compile ports. The specific one > is the imap-uw port, but it's a more general question. I need to be able > to download and expand the distribution file, then to perform some source > code

Re: make options for ports

2003-08-18 Thread Kris Kennaway
On Mon, Aug 18, 2003 at 01:19:52PM -0700, Kevin Stevens wrote: > Thanks! The 'make patch' target is what I was missing, I was blowing past > that with an initial 'make', and then getting stuck in various 'deinstall; > reinstall' loops. I'll post back if I have further problems, but I > suspect t

Re: make options for ports

2003-08-18 Thread Kevin Stevens
On Mon, 18 Aug 2003, Erik Trulsson wrote: > On Mon, Aug 18, 2003 at 10:38:46AM -0700, Kevin Stevens wrote: > > I'm struggling with an issue in trying to compile ports. The specific one > > is the imap-uw port, but it's a more general question. I need to be able > > to download and expand the d

Re: make options for ports

2003-08-18 Thread Erik Trulsson
On Mon, Aug 18, 2003 at 10:38:46AM -0700, Kevin Stevens wrote: > I'm struggling with an issue in trying to compile ports. The specific one > is the imap-uw port, but it's a more general question. I need to be able > to download and expand the distribution file, then to perform some source > code