RE: How to make a port not build

2003-07-06 Thread Derrick Ryalls
> * Derrick Ryalls <[EMAIL PROTECTED]> [2003-07-06 14.54 -0700]: > > Normally when building a port, I just type make install > clean and let > > it run. However, I need to modify a source file before the build > > starts. Since many patches are included in the port, I am > looking for > > it

Re: How to make a port not build

2003-07-06 Thread Martin Karlsson
Hi, * Derrick Ryalls <[EMAIL PROTECTED]> [2003-07-06 14.54 -0700]: > Normally when building a port, I just type make install clean and let it > run. However, I need to modify a source file before the build starts. > Since many patches are included in the port, I am looking for it to stop > after

Re: How to make a port not build

2003-07-06 Thread Kirk Strauser
At 2003-07-06T21:54:25Z, "Derrick Ryalls" <[EMAIL PROTECTED]> writes: > Normally when building a port, I just type make install clean and let it > run. However, I need to modify a source file before the build starts. Instead of typing 'make', type 'make patch'. Done. -- Kirk Strauser pgp

Re: How to make a port not build

2003-07-06 Thread Larry Rosenman
--On Sunday, July 06, 2003 14:54:25 -0700 Derrick Ryalls <[EMAIL PROTECTED]> wrote: Normally when building a port, I just type make install clean and let it run. However, I need to modify a source file before the build starts. Since many patches are included in the port, I am looking for it to

How to make a port not build

2003-07-06 Thread Derrick Ryalls
Normally when building a port, I just type make install clean and let it run. However, I need to modify a source file before the build starts. Since many patches are included in the port, I am looking for it to stop after everything is downloaded extracted and patched, just before the build starts