Re: Upgrading ports from sources outside ports tree

2002-09-28 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-09-28 07:50:48 +0200: > "Inge Thorin Eids?ther" wrote: > > I need to rebuild mod_php4 (for Apache2) from the latest sources, > > because of a bug that (among other things) causes the file_exists > > function in php 4.2.3 to work incorrectly. The bug has been fixed > > in

Re: Upgrading ports from sources outside ports tree

2002-09-27 Thread Jens Rehsack
"Inge Thorin Eidsæther" wrote: > > Hi all! > > General question: > Does anyone know how to upgrade a port when the latest sources are > available on the net, but haven't made it into the ports tree yet? > > Example: > I need to rebuild mod_php4 (for Apache2) from the latest sources, > because

Re: Upgrading ports from sources outside ports tree

2002-09-27 Thread Gary W. Swearingen
Inge Thorin Eidsæther <[EMAIL PROTECTED]> writes: > Is there some manual way to do it that does not require me to be > an experienced programmer? I doubt it, if you're not willing to get your hands dirty learning to decipher Makefiles as are used by ports. It doesn't take a very long time to l

Re: Upgrading ports from sources outside ports tree

2002-09-27 Thread Kris Kennaway
On Fri, Sep 27, 2002 at 05:44:36PM +0200, Inge Thorin Eidsæther wrote: > > Hi all! > > General question: > Does anyone know how to upgrade a port when the latest sources are > available on the net, but haven't made it into the ports tree yet? You make the appropriate local modifications to the

Upgrading ports from sources outside ports tree

2002-09-27 Thread Inge Thorin Eidsæther
Hi all! General question: Does anyone know how to upgrade a port when the latest sources are available on the net, but haven't made it into the ports tree yet? Example: I need to rebuild mod_php4 (for Apache2) from the latest sources, because of a bug that (among other things) causes the file