blob: b4d2aca8b1c5113236c85ec234e35d264061e0b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
o version number of libxml2
o http://www.openoffice.org/issues/show_bug.cgi?id=42393
Index: libxml2-2.6.17.patch
===================================================================
RCS file: /cvs/external/libxml2/libxml2-2.6.17.patch,v
retrieving revision 1.2
diff -u -r1.2 libxml2-2.6.17.patch
--- libxml2/libxml2-2.6.17.patch.orig 4 Feb 2005 11:29:07 -0000 1.2
+++ libxml2/libxml2-2.6.17.patch 12 Feb 2005 13:11:40 -0000
@@ -1,5 +1,5 @@
-*** misc/libxml2-2.6.17/configure 2005-01-16 20:24:22.000000000 +0100
---- misc/build/libxml2-2.6.17/configure 2005-02-02 17:41:10.751412243 +0100
+*** misc/libxml2-2.6.17/configure Mon Jan 17 04:24:22 2005
+--- misc/build/libxml2-2.6.17/configure Sat Feb 12 22:08:54 2005
***************
*** 26339,26347 ****
@@ -38,8 +38,8 @@
echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5
echo "${ECHO_T}$ac_cv_func_setsockopt" >&6
if test $ac_cv_func_setsockopt = yes; then
-*** misc/libxml2-2.6.17/include/libxml/xmlversion.h 2005-01-16 21:02:54.000000000 +0100
---- misc/build/libxml2-2.6.17/include/libxml/xmlversion.h 2005-02-02 17:39:50.923232015 +0100
+*** misc/libxml2-2.6.17/include/libxml/xmlversion.h Mon Jan 17 05:02:54 2005
+--- misc/build/libxml2-2.6.17/include/libxml/xmlversion.h Sat Feb 12 22:08:54 2005
***************
*** 263,269 ****
*
@@ -91,8 +91,29 @@
#define DEBUG_MEMORY_LOCATION
#endif
-*** misc/libxml2-2.6.17/nanohttp.c 2005-01-04 15:49:47.000000000 +0100
---- misc/build/libxml2-2.6.17/nanohttp.c 2005-02-02 17:39:50.924231930 +0100
+*** misc/libxml2-2.6.17/ltmain.sh Mon Jan 17 05:02:25 2005
+--- misc/build/libxml2-2.6.17/ltmain.sh Sat Feb 12 22:10:00 2005
+***************
+*** 2999,3006 ****
+ ;;
+
+ freebsd-elf)
+! major=".$current"
+! versuffix=".$current";
+ ;;
+
+ irix | nonstopux)
+--- 2999,3006 ----
+ ;;
+
+ freebsd-elf)
+! major=.`expr $current - $age`
+! versuffix="$major.$age.$revision"
+ ;;
+
+ irix | nonstopux)
+*** misc/libxml2-2.6.17/nanohttp.c Tue Jan 4 23:49:47 2005
+--- misc/build/libxml2-2.6.17/nanohttp.c Sat Feb 12 22:08:54 2005
***************
*** 248,254 ****
void
|