RE: Updating source code manually

2004-06-28 Thread Iain Dooley
thanks all for your suggestions. i'll refrain from running the portupgrade on KDE whilst KDE is running. as for the patch procedures you guys suggested, i'm actually looking for a way to do it without using the ports system at all. the problem is that kdebase takes so long to build, and as we

Re: Updating source code manually

2004-06-28 Thread Sergey Zaharchenko
On Mon, Jun 28, 2004 at 06:05:40AM +0500, Iain Dooley probably wrote: thanks all for your suggestions. i'll refrain from running the portupgrade on KDE whilst KDE is running. as for the patch procedures you guys suggested, i'm actually looking for a way to do it without using the ports

Re: Updating source code manually

2004-06-28 Thread Robert Huff
Sergey Zaharchenko writes: Just a minute. You shouldn't portupgrade KDE when KDE is running, but you should be able to run `make' to build everything while KDE is running, shut down KDE and `portupgrade -w' afterwards (which will use the binaries built by `make' and install them,

Re: Updating source code manually

2004-06-28 Thread Sergey Zaharchenko
On Mon, Jun 28, 2004 at 11:16:16AM -0400, Robert Huff probably wrote: Sergey Zaharchenko writes: Just a minute. You shouldn't portupgrade KDE when KDE is running, but you should be able to run `make' to build everything while KDE is running, shut down KDE and `portupgrade -w'

Re: Updating source code manually

2004-06-28 Thread Robert Huff
Sergey Zaharchenko writes: When a file is open by a process, even if you unlink it and replace it with another one, the original file will stay on disk until the last file handle referencing it is closed. Yes. I assume that holds true for libraries too. I don't ... but

Re: Updating source code manually

2004-06-28 Thread Iain Dooley
You shouldn't portupgrade KDE when KDE is running, but you should be able to run `make' to build everything while KDE is running, shut down KDE and `portupgrade -w' afterwards (which will use the binaries built by `make' and install them, taking seriously less time than the original `make') and

Re: Updating source code manually

2004-06-28 Thread Sergey Zaharchenko
On Tue, Jun 29, 2004 at 05:31:44AM +0500, Iain Dooley probably wrote: that's great! i never even thought of doing that... that way i can just apply the patch as was described in earlier emails and then make install ^ You

Re: Updating source code manually

2004-06-27 Thread Sergey Zaharchenko
On Sun, Jun 27, 2004 at 12:26:20AM -0500, Jay Moore probably wrote: stupid newbie question: How do I view the source file with the patches merged? By running `make extract patch' in the port's directory, I presume. -- DoubleF We are on the verge: Today our program proved Fermat's

Re: Updating source code manually

2004-06-27 Thread Giorgos Keramidas
On 2004-06-27 11:18, Sergey Zaharchenko [EMAIL PROTECTED] wrote: On Sun, Jun 27, 2004 at 12:26:20AM -0500, Jay Moore probably wrote: stupid newbie question: How do I view the source file with the patches merged? By running `make extract patch' in the port's directory, I presume. Just

Re: Updating source code manually

2004-06-27 Thread Sergey Zaharchenko
On Sun, Jun 27, 2004 at 12:18:33PM +0300, Giorgos Keramidas probably wrote: On 2004-06-27 11:18, Sergey Zaharchenko [EMAIL PROTECTED] wrote: On Sun, Jun 27, 2004 at 12:26:20AM -0500, Jay Moore probably wrote: stupid newbie question: How do I view the source file with the patches merged?

Re: Updating source code manually

2004-06-26 Thread Matt Navarre
Iain Dooley wrote: I am running FreeBSD-STABLE (4.10) and have been using ports/pkg_add/portupgrade/cvsup to stay current with most programs. however there are two things that i'm having trouble with, and i'm hoping someone can point me in the right direction: 1) i received a small patch for

Re: Updating source code manually

2004-06-26 Thread Giorgos Keramidas
On 2004-06-26 18:32, Matt Navarre [EMAIL PROTECTED] wrote: Iain Dooley wrote: 1) i received a small patch for Kate (K Advanced Text Editor) from one of the developers, how can i compile this new code into the binary? You could run make extract from whichever kde* port Kate is installed