diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-18 08:26:06 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-18 08:26:06 +0000 |
commit | 1f69dbce6033666b8a82981e67564ddf8f1b23d3 (patch) | |
tree | 0b6bbd7c0a890259de74709216262d7d81f678b4 /redland | |
parent | 51baaf4ae689a6983d94fbc647d3f7636a356b42 (diff) |
#i91455# Patch by maho to support FreeBSD.
Diffstat (limited to 'redland')
-rw-r--r-- | redland/raptor-1.4.17.patch | 28 | ||||
-rw-r--r-- | redland/rasqal-0.9.15.patch | 28 | ||||
-rw-r--r-- | redland/redland-1.0.7.patch | 28 |
3 files changed, 81 insertions, 3 deletions
diff --git a/redland/raptor-1.4.17.patch b/redland/raptor-1.4.17.patch index 29a90f8635b9..cb0bd22355c2 100644 --- a/redland/raptor-1.4.17.patch +++ b/redland/raptor-1.4.17.patch @@ -30,7 +30,7 @@ +# +# $RCSfile: raptor-1.4.17.patch,v $ +# -+# $Revision: 1.2 $ ++# $Revision: 1.3 $ +# +# This file is part of OpenOffice.org. +# @@ -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) diff --git a/redland/rasqal-0.9.15.patch b/redland/rasqal-0.9.15.patch index 994b60e09c96..08283e290015 100644 --- a/redland/rasqal-0.9.15.patch +++ b/redland/rasqal-0.9.15.patch @@ -30,7 +30,7 @@ +# +# $RCSfile: rasqal-0.9.15.patch,v $ +# -+# $Revision: 1.2 $ ++# $Revision: 1.3 $ +# +# This file is part of OpenOffice.org. +# @@ -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) diff --git a/redland/redland-1.0.7.patch b/redland/redland-1.0.7.patch index 4f275064f937..26ffa3d10699 100644 --- a/redland/redland-1.0.7.patch +++ b/redland/redland-1.0.7.patch @@ -30,7 +30,7 @@ +# +# $RCSfile: redland-1.0.7.patch,v $ +# -+# $Revision: 1.2 $ ++# $Revision: 1.3 $ +# +# This file is part of OpenOffice.org. +# @@ -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) |