[ooo-build-commit] patches/dev300

Kohei Yoshida kohei at kemper.freedesktop.org
Thu Oct 1 13:00:29 PDT 2009


 patches/dev300/apply                        |    4 ++
 patches/dev300/boost-1.39-extra-header.diff |   50 ++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

New commits:
commit a2269eb66cfb0e25e3b4c519516572abb90e9b7d
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Thu Oct 1 15:59:11 2009 -0400

    Deliver extra boost headers for svg import filter.
    
    * patches/dev300/apply:
    * patches/dev300/boost-1.39-extra-header.diff: deliver extra
      header files to enable spirit classic mode.

diff --git a/patches/dev300/apply b/patches/dev300/apply
index 0021561..39e785f 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -3536,3 +3536,7 @@ sd-print-fix-pageoffset.diff, n#537931, rodo
 svx-ppt-import-fix-bullet-size.diff, n#515972, rodo
 basegfx-svgpolygon-speedup.diff, n#535304, thorsten
 o3tl-vector-pool.diff, n#535304, thorsten
+
+[ Fixes >= de300-m60 ]
+# deliver extra headers for svg import filter.
+boost-1.39-extra-header.diff, kohei
diff --git a/patches/dev300/boost-1.39-extra-header.diff b/patches/dev300/boost-1.39-extra-header.diff
new file mode 100644
index 0000000..ca21e7d
--- /dev/null
+++ b/patches/dev300/boost-1.39-extra-header.diff
@@ -0,0 +1,50 @@
+diff --git boost/prj/d.lst boost/prj/d.lst
+index 1db88f3..fbbb575 100644
+--- boost/prj/d.lst
++++ boost/prj/d.lst
+@@ -1,5 +1,7 @@
+ mkdir: %_DEST%\inc%_EXT%\boost
+ mkdir: %_DEST%\inc%_EXT%\boost\bind
++mkdir: %_DEST%\inc%_EXT%\boost\concept
++mkdir: %_DEST%\inc%_EXT%\boost\concept\detail
+ mkdir: %_DEST%\inc%_EXT%\boost\config
+ mkdir: %_DEST%\inc%_EXT%\boost\config\compiler
+ mkdir: %_DEST%\inc%_EXT%\boost\config\no_tr1
+@@ -106,6 +108,7 @@ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\actor
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\actor\impl
++mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\attribute
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\debug
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\meta
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\meta\impl
+@@ -119,10 +122,15 @@ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\core\primitives
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\core\primitives\impl
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\core\composite
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\core\composite\impl
++mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\dynamic
++mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\dynamic\impl
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\error_handling
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\error_handling\impl
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\iterator
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\iterator\impl
++mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\phoenix
++mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\symbols
++mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\symbols\impl
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\utility
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\utility\impl
+ mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\utility\impl\chset
+@@ -298,3 +306,13 @@ mkdir: %_DEST%\inc%_EXT%\boost\variant\detail
+ ..\%__SRC%\inc\boost\utility\* %_DEST%\inc%_EXT%\boost\utility
+ ..\%__SRC%\inc\boost\variant\* %_DEST%\inc%_EXT%\boost\variant
+ ..\%__SRC%\inc\boost\variant\detail\* %_DEST%\inc%_EXT%\boost\variant\detail
++..\%__SRC%\misc\build\boost_1_39_0\boost\concept\* %_DEST%\inc%_EXT%\boost\concept
++..\%__SRC%\misc\build\boost_1_39_0\boost\concept\detail\* %_DEST%\inc%_EXT%\boost\concept\detail
++..\%__SRC%\misc\build\boost_1_39_0\boost\spirit\home\classic\* %_DEST%\inc%_EXT%\boost\spirit\home\classic\
++..\%__SRC%\misc\build\boost_1_39_0\boost\spirit\home\classic\attribute\* %_DEST%\inc%_EXT%\boost\spirit\home\classic\attribute
++..\%__SRC%\misc\build\boost_1_39_0\boost\spirit\home\classic\dynamic\* %_DEST%\inc%_EXT%\boost\spirit\home\classic\dynamic
++..\%__SRC%\misc\build\boost_1_39_0\boost\spirit\home\classic\dynamic\impl\* %_DEST%\inc%_EXT%\boost\spirit\home\classic\dynamic\impl
++..\%__SRC%\misc\build\boost_1_39_0\boost\spirit\home\classic\phoenix\* %_DEST%\inc%_EXT%\boost\spirit\home\classic\phoenix
++..\%__SRC%\misc\build\boost_1_39_0\boost\spirit\home\classic\symbols\* %_DEST%\inc%_EXT%\boost\spirit\home\classic\symbols
++..\%__SRC%\misc\build\boost_1_39_0\boost\spirit\home\classic\symbols\impl\* %_DEST%\inc%_EXT%\boost\spirit\home\classic\symbols\impl
++


More information about the ooo-build-commit mailing list