Re: prevent overwriting custom make options in ports

2008-06-11 Thread Anton Shterenlikht
On Mon, Jun 09, 2008 at 03:33:01PM +0100, Anton Shterenlikht wrote: I use ports/lang/gcc42. I set WITHOUT_JAVA=yes in the Makefile. However, with each tree update this option is overwritten, so I have to edit the Makefile each time I update the port. What is the best way to preserve my

prevent overwriting custom make options in ports

2008-06-09 Thread Anton Shterenlikht
I use ports/lang/gcc42. I set WITHOUT_JAVA=yes in the Makefile. However, with each tree update this option is overwritten, so I have to edit the Makefile each time I update the port. What is the best way to preserve my custom setting, add an environment variable? many thanks anton -- Anton

Re: prevent overwriting custom make options in ports

2008-06-09 Thread Roland Smith
On Mon, Jun 09, 2008 at 03:33:01PM +0100, Anton Shterenlikht wrote: I use ports/lang/gcc42. I set WITHOUT_JAVA=yes in the Makefile. However, with each tree update this option is overwritten, so I have to edit the Makefile each time I update the port. What is the best way to preserve my

Re: prevent overwriting custom make options in ports

2008-06-09 Thread Tijl Coosemans
On Monday 09 June 2008 16:33:01 Anton Shterenlikht wrote: I use ports/lang/gcc42. I set WITHOUT_JAVA=yes in the Makefile. However, with each tree update this option is overwritten, so I have to edit the Makefile each time I update the port. What is the best way to preserve my custom

make options for ports

2003-08-18 Thread Kevin Stevens
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 modifications, and then compile and install the port. It seems that

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

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

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 this

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 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; reinstall'