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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
Index: redland/raptor-1.4.17.patch
===================================================================
RCS file: /cvs/external/redland/raptor-1.4.17.patch,v
retrieving revision 1.2
diff -u -r1.2 raptor-1.4.17.patch
--- redland/raptor-1.4.17.patch 17 Jun 2008 16:12:50 -0000 1.2
+++ redland/raptor-1.4.17.patch 8 Jul 2008 03:07:43 -0000
@@ -245,3 +245,29 @@
#include <windows.h>
+--- misc/raptor-1.4.17/ltmain.sh 2008-02-02 22:28:24.000000000 +0900
++++ misc/build/raptor-1.4.17/ltmain.sh 2008-07-08 11:58:42.000000000 +0900
+@@ -3262,9 +3262,9 @@
+ revision="$number_revision"
+ ;;
+ freebsd-aout|freebsd-elf|sunos)
+- current="$number_major"
+- revision="$number_minor"
+- age="0"
++ current=`expr $number_major + $number_minor`
++ age="$number_minor"
++ revision="$number_revision"
+ ;;
+ irix|nonstopux)
+ current=`expr $number_major + $number_minor`
+@@ -3344,8 +3344,8 @@
+ ;;
+
+ freebsd-elf)
+- major=".$current"
+- versuffix=".$current";
++ major=.`expr $current - $age`
++ versuffix="$major.$age.$revision"
+ ;;
+
+ irix | nonstopux)
Index: redland/rasqal-0.9.15.patch
===================================================================
RCS file: /cvs/external/redland/rasqal-0.9.15.patch,v
retrieving revision 1.2
diff -u -r1.2 rasqal-0.9.15.patch
--- redland/rasqal-0.9.15.patch 17 Jun 2008 16:12:50 -0000 1.2
+++ redland/rasqal-0.9.15.patch 8 Jul 2008 03:07:43 -0000
@@ -199,3 +199,29 @@
#ifdef _DEBUG
#define RASQAL_DEBUG 1
#endif
+--- misc/rasqal-0.9.15/ltmain.sh 2006-03-12 03:49:04.000000000 +0900
++++ misc/build/rasqal-0.9.15/ltmain.sh 2008-07-08 12:00:00.000000000 +0900
+@@ -3195,9 +3195,9 @@
+ revision="$number_revision"
+ ;;
+ freebsd-aout|freebsd-elf|sunos)
+- current="$number_major"
+- revision="$number_minor"
+- age="0"
++ current=`expr $number_major + $number_minor`
++ age="$number_minor"
++ revision="$number_revision"
+ ;;
+ irix|nonstopux)
+ current=`expr $number_major + $number_minor - 1`
+@@ -3275,8 +3275,8 @@
+ ;;
+
+ freebsd-elf)
+- major=".$current"
+- versuffix=".$current";
++ major=.`expr $current - $age`
++ versuffix="$major.$age.$revision"
+ ;;
+
+ irix | nonstopux)
Index: redland/redland-1.0.7.patch
===================================================================
RCS file: /cvs/external/redland/redland-1.0.7.patch,v
retrieving revision 1.2
diff -u -r1.2 redland-1.0.7.patch
--- redland/redland-1.0.7.patch 17 Jun 2008 16:12:50 -0000 1.2
+++ redland/redland-1.0.7.patch 8 Jul 2008 03:07:43 -0000
@@ -684,3 +684,29 @@
+later version may be used, or where a choice of which version of the
+LGPL is applied is otherwise unspecified.
+
+--- misc/redland-1.0.7/ltmain.sh 2007-11-28 06:23:09.000000000 +0900
++++ misc/build/redland-1.0.7/ltmain.sh 2008-07-08 11:59:22.000000000 +0900
+@@ -3237,9 +3237,9 @@
+ revision="$number_revision"
+ ;;
+ freebsd-aout|freebsd-elf|sunos)
+- current="$number_major"
+- revision="$number_minor"
+- age="0"
++ current=`expr $number_major + $number_minor`
++ age="$number_minor"
++ revision="$number_revision"
+ ;;
+ irix|nonstopux)
+ current=`expr $number_major + $number_minor`
+@@ -3319,8 +3319,8 @@
+ ;;
+
+ freebsd-elf)
+- major=".$current"
+- versuffix=".$current";
++ major=.`expr $current - $age`
++ versuffix="$major.$age.$revision"
+ ;;
+
+ irix | nonstopux)
|