[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: update to php-4.3.0
Hi Anil,
I'm still having problems with that patch, and I have redone everything
a dozen times.
First off, Sorry about asking an RTFM question about patch - I missed
that option as I was reading - and sorry it took me so long to respond -
a link went down and I was unable to reach my dev box for a day or so.
Here's the problem now - you said that
"extensions/patches/patch-ext_imap_config_m4 specifically fixes this ...
"
Here's the problem - these little lines here in the patch you sent via
email (lines 952 - 957) -
Index: extensions/patches/patch-ext_imap_config_m4
===================================================================
RCS file: extensions/patches/patch-ext_imap_config_m4
diff -N extensions/patches/patch-ext_imap_config_m4
--- extensions/patches/patch-ext_imap_config_m4 11 Sep 2002 23:16:48
-0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
Of course, that kills the patch which is causing all my pain.
Basically, the patch you sent kills all the patches in
extensions/patches/*
Thanks,
Chavous Camp
------
Chavous P. Camp <cpc@scconsultants.net>
Member
Salter & Camp Consultants, Ltd. Co.
1213 Lady St.
PO Box 11285
Columbia, SC 29211-1285
Tele: +1 803 461 8970 Fax: +1 803 461 8973
Computer & Information Architects
--------------------------------------------
-----Original Message-----
From: owner-ports@openbsd.org [mailto:owner-ports@openbsd.org] On Behalf
Of Anil Madhavapeddy
Sent: Monday, February 17, 2003 5:35 AM
To: Chavous P. Camp
Cc: ports@openbsd.org
Subject: Re: update to php-4.3.0
On Sun, Feb 16, 2003 at 09:59:07PM -0500, Chavous P. Camp wrote:
>
> Then, I have to go clean out the .orig files in the patches/
directories
> else stuff bombs.
What bombs? They should just be ignored.
> Then I have to clean out the empty patch files that have been deleted.
>
> (Sidenote - Is there any way to get patch to do this for me? Or
should
> I be using something other than patch -p0 < patch_file from within
> /usr/ports/www/php4)
patch -E
> I've attached config.log and the output from make, but this little
> tidbit from config.log seems to be pertinent:
> ld: -lgssapi_krb5: no match
You've screwed up the patch somehow;
extensions/patches/patch-ext_imap_config_m4 specifically fixes this ...
-anil