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 to stop after everything is downloaded extracted and 
> patched, just 
> > before the build starts.  Is there an elegant way of doing this 
> > besides hitting Cntrl-C when it starts to build?
> 
> man ports(7), look for the word TARGETS. In this case 'make patch' 
> (without the ''), instead of 'make install clean' would do what you 
> want.
> 
> HTH,
> -- 
> Martin Karlsson
> 

Thanks to all that responded.  I knew there had to be a better way.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 everything is downloaded extracted and patched, just before the
> build starts.  Is there an elegant way of doing this besides hitting
> Cntrl-C when it starts to build?

man ports(7), look for the word TARGETS. In this case 'make patch' 
(without the ''), instead of 'make install clean' would do what you 
want.

HTH,
-- 
Martin Karlsson
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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


pgp0.pgp
Description: PGP signature


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 stop
after everything is downloaded extracted and patched, just before the
build starts.  Is there an elegant way of doing this besides hitting
Cntrl-C when it starts to build?
make patch is what you are looking for I believe.

-Derrick

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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.  Is there an elegant way of doing this besides hitting
Cntrl-C when it starts to build?

-Derrick


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"