Re: making source code changes to a port ?

2002-11-25 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-23 22:25:42 -0500: On Sat, Nov 23, 2002 at 06:05:42PM -0800, Josh Brooks wrote: Hi folks, that is, how can I get the port to download and unpack all the work into port/work directory but not actually install anything until I finish with the edits,

making source code changes to a port ?

2002-11-23 Thread Josh Brooks
Hi folks, I have a piece of software that I want to install via the ports tree, but due to a specific custom behavior I want to add to it, I need to edit a few lines in one of the source files. Right now, I am doing the following: cd /usr/ports/category/package make install cd

Re: making source code changes to a port ?

2002-11-23 Thread paul beard
Josh Brooks wrote: Hi folks, I have a piece of software that I want to install via the ports tree, but due to a specific custom behavior I want to add to it, I need to edit a few lines in one of the source files. Right now, I am doing the following: cd /usr/ports/category/package make

Re: making source code changes to a port ?

2002-11-23 Thread Kirk Strauser
At 2002-11-24T02:05:42Z, Josh Brooks [EMAIL PROTECTED] writes: that is, how can I get the port to download and unpack all the work into port/work directory but not actually install anything until I finish with the edits, ect? then after that I would go do the `make install`. There are other