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 +--- 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)