diff options
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i91455')
| -rw-r--r-- | editors/openoffice-3-devel/files/patch-i91455 | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i91455 b/editors/openoffice-3-devel/files/patch-i91455 new file mode 100644 index 000000000000..275ad23db629 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-i91455 @@ -0,0 +1,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) |
