SOURCES: monotone-boost_path.patch (NEW), monotone-cmd_list.patch ...

jareq jareq at pld-linux.org
Thu Oct 5 19:12:19 CEST 2006


Author: jareq                        Date: Thu Oct  5 17:12:19 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added patch monotone-boost_path.patch
- added patch monotone-cmd_list.patch
- rel 2

---- Files affected:
SOURCES:
   monotone-boost_path.patch (NONE -> 1.1)  (NEW), monotone-cmd_list.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/monotone-boost_path.patch
diff -u /dev/null SOURCES/monotone-boost_path.patch:1.1
--- /dev/null	Thu Oct  5 19:12:19 2006
+++ SOURCES/monotone-boost_path.patch	Thu Oct  5 19:12:13 2006
@@ -0,0 +1,15 @@
+diff -urN monotone-0.30.orig/m4/boost.m4 monotone-0.30/m4/boost.m4
+--- monotone-0.30.orig/m4/boost.m4	2006-09-17 11:56:56.000000000 +0200
++++ monotone-0.30/m4/boost.m4	2006-09-29 12:15:51.000000000 +0200
+@@ -57,9 +57,9 @@
+ [AC_ARG_VAR([BOOST_SUFFIX],
+             [Space-separated list of suffixes to try appending to the names
+ 	     of Boost libraries.  "none" means no suffix. The default is:
+-	     "none -gcc -mipspro -mt -sunpro -sw -mgw -gcc-mt-s"])
++	     "none -gcc -mipspro -mt -sunpro -sw -mgw -gcc-mt -gcc-mt-s"])
+ if test x"$BOOST_SUFFIX" = x; then
+-  BOOST_SUFFIX="none -gcc -mipspro -mt -sunpro -sw -mgw -gcc-mt-s"
++  BOOST_SUFFIX="none -gcc -mipspro -mt -sunpro -sw -mgw -gcc-mt -gcc-mt-s"
+ fi
+ ])
+ 

================================================================
Index: SOURCES/monotone-cmd_list.patch
diff -u /dev/null SOURCES/monotone-cmd_list.patch:1.1
--- /dev/null	Thu Oct  5 19:12:19 2006
+++ SOURCES/monotone-cmd_list.patch	Thu Oct  5 19:12:14 2006
@@ -0,0 +1,12 @@
+diff -urN monotone-0.30.orig/cmd.hh monotone-0.30/cmd.hh
+--- monotone-0.30.orig/cmd.hh	2006-09-17 11:56:51.000000000 +0200
++++ monotone-0.30/cmd.hh	2006-10-05 11:20:13.000000000 +0200
+@@ -207,7 +207,7 @@
+ }                                                                    \
+ std::string commands::cmd_ ## C::desc()                              \
+ {                                                                    \
+-  std:string result = _(desc_.c_str());                              \
++  std::string result = _(desc_.c_str());                              \
+   result += "\n";                                                    \
+   result += (F("Alias for %s") % #realcommand).str();                \
+   return result;                                                     \
================================================================


More information about the pld-cvs-commit mailing list