On Sun, 11 Jun 2006, Max Bowsher wrote:
> david@tigris.org wrote:
>> Author: david
>> Date: Fri Jun 9 16:42:13 2006
>> New Revision: 20034
>>
>> Modified:
>> trunk/packages/rpm/redhat-7.x/apr.patch
>> trunk/packages/rpm/redhat-8+/apr.patch
>> trunk/packages/rpm/rhel-3/apr.patch
>> trunk/packages/rpm/rhel-4/apr.patch
>>
>> Log:
>> * packages/rpm/redhat-7.x/apr.patch,
>> packages/rpm/redhat-8+/apr.patch,
>> packages/rpm/rhel-3/apr.patch,
>> packages/rpm/rhel-4/apr.patch : Fix patch file broken in r19915. This fix
>> allows the RPMs to build again.
>>
>>
>>
>> Modified: trunk/packages/rpm/redhat-7.x/apr.patch
>> URL: http://svn.collab.net/viewvc/svn/trunk/packages/rpm/redhat-7.x/apr.patch?pathrev=20034&r1=20033&r2=20034
>> ==============================================================================
>> --- trunk/packages/rpm/redhat-7.x/apr.patch (original)
>> +++ trunk/packages/rpm/redhat-7.x/apr.patch Fri Jun 9 16:42:13 2006
>> @@ -1,13 +1,13 @@
>> Index: configure.in
>> ===================================================================
>> ---- configure.in (revision 17608)
>> +--- configure.in (revision 20033)
>> +++ configure.in (working copy)
>> -@@ -52,8 +52,8 @@
>> - dnl - APR_GSETID added
>> - dnl - bug in apr_temp_dir_get() fixed
>> +@@ -61,8 +61,8 @@
>> + dnl them. Only .7 and later can guarantee repository
>> + dnl integrety with FSFS.
>>
>> --APR_VER_REGEXES=["0\.9\.[5-9] 0\.9\.1[0-9] 1\."]
>> --APU_VER_REGEXES=["0\.9\.[5-9] 0\.9\.1[0-9] 1\."]
>> +-APR_VER_REGEXES=["0\.9\.[7-9] 0\.9\.1[0-9] 1\."]
>> +-APU_VER_REGEXES=["0\.9\.[7-9] 0\.9\.1[0-9] 1\."]
>> +APR_VER_REGEXES=["0\.9\.[4-9] 0\.9\.1[0-9] 1\."]
>> +APU_VER_REGEXES=["0\.9\.[4-9] 0\.9\.1[0-9] 1\."]
>
>
> Umm... but the reason for requiring 0.9.7 was a dataloss one!
>
> I.e., this is NOT a requirement to be trivially overridden without
> considerable thought.
>
I agree, but if you modify APR, you have to recompile apache, php, and a
whole slew of other packages to make things match up correctly. I've been
down this path before. If you or anyone has any words of wisdom, please
let me know how to just compile with a new APR without having to
re-compile the "whole world" of interdependencies. Or am I missing
something?
--
David Wayne Summers "Linux: Because reboots are for hardware upgrades!"
david_at_summersoft.fay.ar.us PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint = 0B44 B118 85CC F4EC 7021 1ED4 1516 5B78 E320 2001
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 11 03:15:31 2006