[ooo-build-commit] Branch 'ooo/OOO320' - 4 commits - scp2/source solenv/inc

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Oct 13 19:18:00 PDT 2009


 scp2/source/ooo/file_library_ooo.scp  |    4 ++--
 scp2/source/ooo/file_ooo.scp          |   20 +++++++++-----------
 scp2/source/ooo/module_hidden_ooo.scp |   12 +++++++++++-
 solenv/inc/libs.mk                    |    2 +-
 solenv/inc/wntgcci.mk                 |   33 ++++++++++++++++++++++++++-------
 5 files changed, 49 insertions(+), 22 deletions(-)

New commits:
commit 34838246a51bd10b48805e5c40154c1a49c6652e
Author: Oliver Bolte <obo at openoffice.org>
Date:   Tue Oct 13 12:47:23 2009 +0000

    CWS-TOOLING: integrate CWS mingwport25_OOO320
    2009-10-06 23:23:24 +0200 tono  r276730 : i#105542: mingw port merger fix

diff --git a/solenv/inc/wntgcci.mk b/solenv/inc/wntgcci.mk
index ef0c5ce..b45b659 100644
--- a/solenv/inc/wntgcci.mk
+++ b/solenv/inc/wntgcci.mk
@@ -81,7 +81,10 @@ CFLAGSNOOPT=-O0
 # Compiler flags for describing the output path
 CFLAGSOUTOBJ=-o
 #plattform hart setzen
-CDEFS+=-DWIN32 -DWINVER=0x500 -D_WIN32_IE=0x500 -D_DLL -D_M_IX86 -DSTLPORT_VERSION=450 -D_NATIVE_WCHAR_T_DEFINED
+CDEFS+=-DWIN32 -DWINVER=0x500 -D_WIN32_IE=0x500 -D_M_IX86 -DSTLPORT_VERSION=450 -D_NATIVE_WCHAR_T_DEFINED
+.IF  "$(DYNAMIC_CRT)"!=""
+CDEFS+=-D_DLL
+.ENDIF
 
 # -Wshadow does not work for C with nested uses of pthread_cleanup_push:
 CFLAGSWARNCC=-Wall -Wextra -Wendif-labels
@@ -117,6 +120,8 @@ MINGWLIBDIR=$(COMPATH)$/lib$/mingw
 .ELSE
 MINGWLIBDIR=$(COMPATH)$/lib
 .ENDIF
+MINGWSSTDOBJ=$(MINGW_CLIB_DIR)$/crtbegin.o
+MINGWSSTDENDOBJ=$(MINGW_CLIB_DIR)$/crtend.o
 LINKFLAGSAPPGUI=-mwindows $(MINGWLIBDIR)$/crt2.o
 LINKFLAGSSHLGUI=--warn-once -mwindows -shared $(MINGWLIBDIR)$/dllcrt2.o
 LINKFLAGSAPPCUI=-mconsole $(MINGWLIBDIR)$/crt2.o
@@ -126,19 +131,33 @@ LINKFLAGSPROF=
 LINKFLAGSDEBUG=-g
 LINKFLAGSOPT=
 
+.IF "$(MINGW_SHARED_GXXLIB)"=="YES" && "$(DYNAMIC_CRT)"!=""
+STDLIBCPP=-lstdc++_s
+.ELSE
 STDLIBCPP=-lstdc++
+.ENDIF
 UWINAPILIB*=$(DYNAMIC) -luwinapi
 
+.IF "$(MINGW_SHARED_GCCLIB)"=="YES" && "$(DYNAMIC_CRT)"!=""
+MINGW_LIBGCC=-lgcc_s -lgcc
+LINKFLAGS+=-shared-libgcc
+.ELSE
+.IF "$(MINGW_GCCLIB_EH)"=="YES"
+MINGW_LIBGCC=-lgcc_eh -lgcc
+.ELSE
+MINGW_LIBGCC=-lgcc
+.ENDIF
+.ENDIF
 STDOBJVCL=$(L)$/salmain.obj
 STDOBJGUI=
 STDSLOGUI=
 STDOBJCUI=
 STDSLOCUI=
-STDLIBGUIMT=-Wl,--start-group CPPRUNTIME -lgcc
-STDLIBCUIMT=-Wl,--start-group CPPRUNTIME -lgcc
-STDSHLGUIMT=-Wl,--start-group CPPRUNTIME -lgcc
-STDSHLCUIMT=-Wl,--start-group CPPRUNTIME -lgcc
-.IF  "$(MINGW_NODLL)"==""
+STDLIBGUIMT=-Wl,--start-group CPPRUNTIME $(MINGW_LIBGCC)
+STDLIBCUIMT=-Wl,--start-group CPPRUNTIME $(MINGW_LIBGCC)
+STDSHLGUIMT=-Wl,--start-group CPPRUNTIME $(MINGW_LIBGCC)
+STDSHLCUIMT=-Wl,--start-group CPPRUNTIME $(MINGW_LIBGCC)
+.IF  "$(DYNAMIC_CRT)"!=""
 STDLIBGUIMT+=-lmingwthrd
 STDLIBCUIMT+=-lmingwthrd
 STDSHLGUIMT+=-lmingwthrd
@@ -150,7 +169,7 @@ STDSHLGUIMT+=-lmingw32 -lmoldname -lmingwex -Wl,--end-group $(UWINAPILIB) -lm -l
 STDSHLCUIMT+=-lmingw32 -lmoldname -lmingwex -Wl,--end-group $(UWINAPILIB) -lm -lkernel32 -luser32 -lmsvcrt
 
 LIBSTLPORT=-lstlport_gcc
-LIBSTLPORTST=-lstlport_gcc_static
+LIBSTLPORTST=-lstlport_gcc_static $(STDLIBCPP)
 
 LIBMGR=ar
 LIBFLAGS=-rsu
commit 570aaeaedd1436fd0dcd996ceb5fc938c4019820
Author: Oliver Bolte <obo at openoffice.org>
Date:   Tue Oct 13 10:30:36 2009 +0000

    CWS-TOOLING: integrate CWS sw32bf05_OOO320
    2009-10-08 12:41:26 +0200 tl  r276785 : #ii102766# updated de_* hyphenation patterns
    2009-10-08 11:09:24 +0200 tl  r276775 : #i105715# update for hu_HU dictionary
    2009-10-06 09:25:53 +0200 tl  r276694 : #i105565# fix for dictionary.xcu in dict-de.oxt
    2009-10-05 12:29:46 +0200 mst  r276675 : #i105453#: hintids.hxx: change order of RES_TXTATR_WITHEND hints
    2009-10-05 12:28:49 +0200 mst  r276674 : unochart.cxx: fix warning on unxlngi6 debug=t
    2009-10-05 11:46:18 +0200 tl  r276672 : #i105490# Hebrew dictionary added
    2009-10-05 11:39:41 +0200 tl  r276670 : #i105490# Hebrew dictionary added
    2009-10-05 11:33:56 +0200 tl  r276669 : #i105490# Hebrew dictionary added
    2009-10-05 11:21:02 +0200 tl  r276667 : #i105490# Hebrew dictionary added
    2009-10-05 11:17:37 +0200 tl  r276666 : #i105565# de_* dictionay updates
    2009-10-03 09:54:58 +0200 tl  r276654 : #i105565# de_* dictionay updates
    2009-10-03 08:52:38 +0200 tl  r276653 : #i105564# pt_BR dictionaries updated
    2009-10-03 08:46:42 +0200 tl  r276652 : #i105510#, #i105278# outdated dictionary.lst removed
    2009-10-02 14:17:03 +0200 tl  r276644 : #i105510#, #i105278# fr_FR and da_DK dictionary updates
    2009-10-01 10:05:28 +0200 od  r276577 : #i105447# method <lcl_GetUndoIdAndName(..)>
              - assure correct access to undo stack objects

diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index f3af334..7d1d8bb 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -3036,6 +3036,15 @@ End
 #endif
 
 #ifndef WITHOUT_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_He
+    Dir = gid_Brand_Dir_Share_Extension_Install;
+    Name = "dict-he.oxt";
+    Styles = (PACKED, FORCELANGUAGEPACK);
+    UnixRights = 444;
+End
+#endif
+
+#ifndef WITHOUT_MYSPELL_DICTS
 File gid_File_Extension_Dictionary_Hu
 	Dir = gid_Brand_Dir_Share_Extension_Install;
 	Name = "dict-hu.oxt";
diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp
index e56574a..9607c88 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -1060,6 +1060,17 @@ Module gid_Module_Root_Extension_Dictionary_Gl
 	Styles = (HIDDEN_ROOT);
 End
 
+Module gid_Module_Root_Extension_Dictionary_He
+    Name = "gid_Module_Root_Extension_Dictionary_He";
+    Description = "gid_Module_Root_Extension_Dictionary_He";
+    Files = (gid_File_Extension_Dictionary_He);
+    InstallOrder = "2000";
+    Spellcheckerlanguage = "he";
+    PackageInfo = "packinfo_office.txt";
+    ParentID = gid_Module_Root;
+    Styles = (HIDDEN_ROOT);
+End
+
 Module gid_Module_Root_Extension_Dictionary_Hu
 	Name = "gid_Module_Root_Extension_Dictionary_Hu";
 	Description = "gid_Module_Root_Extension_Dictionary_Hu";
commit 84a3268a59bab75e0281d3341f5590987d8b63f2
Author: Oliver Bolte <obo at openoffice.org>
Date:   Tue Oct 13 09:01:58 2009 +0000

    CWS-TOOLING: integrate CWS mhremove01_OOO320
    2009-09-30 18:40:27 +0200 mh  r276572 : del: superflous file
    2009-09-30 18:37:25 +0200 mh  r276571 : #i104152# remove test and result files, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331534
    2009-09-30 18:20:02 +0200 mh  r276570 : #i105483# remove msfontextract
    2009-09-30 18:19:33 +0200 mh  r276569 : #i105483# remove msfontextract
    2009-09-30 18:10:09 +0200 mh  r276568 : #i105483# remove msfontextract

diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 519a2f8..f3af334 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -178,17 +178,6 @@ End
 
 #endif
 
-#ifndef WITHOUT_FONTOOO
-
-File gid_File_Exe_Msfontextract
-        BIN_FILE_BODY;
-        Dir             = gid_Dir_Program;
-        Name            = EXENAME(msfontextract);
-        Styles          = (PACKED);
-End
-
-#endif
-
 #ifdef UNX
 
 File gid_File_Bin_Open_Url
diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp
index 1d7e0f2..e56574a 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -52,7 +52,6 @@ Module gid_Module_Root_Files_2
  	gid_File_Profile_Gengal,
 	gid_File_Bin_Spadmin_Bin,
 	gid_File_Bin_Uri_Encode,
-	gid_File_Exe_Msfontextract,
 	gid_File_Exe_Nsplugin,
 	gid_File_Lib_Npsoplugin,
         gid_File_Lib_Soffice,
commit b6020360d32d6f44e8c71b8af2a6fb26826fdc56
Author: Oliver Bolte <obo at openoffice.org>
Date:   Tue Oct 13 08:11:08 2009 +0000

    CWS-TOOLING: integrate CWS jl135_nss_OOO320
    2009-10-01 15:20:03 +0200 jl  r276605 : #1004856# moved to xmlsec1-mingw32.patch
    2009-10-01 10:51:24 +0200 jl  r276580 : #1004856# build keymgr with mingw
    2009-10-01 10:50:52 +0200 jl  r276579 : #1004856# build keymgr with mingw
    2009-10-01 10:37:28 +0200 jl  r276578 : #1004856# do not build xmlsec1 app
    2009-09-29 16:01:31 +0200 jl  r276532 : #1004856# Using libxml2 from solver if available
    2009-09-26 16:31:32 +0200 jl  r276477 : #i104856# xmlsec1-mscrypto-1 is now xmlsec1-mscrypto
    2009-09-25 17:05:26 +0200 jl  r276470 : CWS-TOOLING: rebase CWS jl135_nss to trunk at 276429 (milestone: DEV300:m60)
    2009-09-24 12:57:10 +0200 jl  r276419 : #i104856# libxmlsec update
    2009-09-24 12:46:58 +0200 jl  r276418 : #i104856# fixing mac configure problem in configure.in and regenerating configure
    2009-09-23 16:49:54 +0200 jl  r276405 : i#104856# configure failed on mac
    2009-09-23 10:21:35 +0200 jl  r276369 : #i104856# adapting patches to apply cleanly and readme change
    2009-09-21 13:45:47 +0200 jl  r276326 : #i104856 updating to 1.2.12, using changes patches from cmc made on xmlsec1_2_12
    2009-09-21 11:27:46 +0200 jl  r276319 : #i105183# forget to uncomment PATCH_FILES
    2009-09-18 17:41:20 +0200 jl  r276296 : #i105183# update of nss libs

diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 1a28d5d..1685510 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -1720,7 +1720,7 @@ End
 File gid_File_Lib_LibXMLSec_xmlseccore
     TXT_FILE_BODY;
     #ifdef _gcc3
-      Name = "libxmlsec1-1.dll";
+      Name = "libxmlsec1.dll";
     #else
       Name = "libxmlsec.dll";
     #endif
@@ -1731,7 +1731,7 @@ End
 File gid_File_Lib_LibXMLSec_xmlsecmscrypto
     TXT_FILE_BODY;
   #ifdef _gcc3
-    Name = "libxmlsec1-mscrypto-1.dll";
+    Name = "libxmlsec1-mscrypto.dll";
   #else
     Name = "libxmlsec-mscrypto.dll";
   #endif
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk
index e93b23c..cce1aac 100644
--- a/solenv/inc/libs.mk
+++ b/solenv/inc/libs.mk
@@ -172,7 +172,7 @@ NSPR4LIB=-lnspr4
 PLC4LIB=-lplc4
 NSSCRYPTOLIBS=$(LIBXML2LIB) $(XMLSECLIB) $(XMLSECLIB-NSS) $(NSS3LIB) $(NSPR4LIB) $(PLC4LIB)
 .IF "$(GUI)$(COM)"=="WNTGCC"
-XMLSECLIB-MS=-lxmlsec1-mscrypto-1
+XMLSECLIB-MS=-lxmlsec1-mscrypto
 MSCRYPTOLIBS=$(LIBXML2LIB) $(XMLSECLIB) $(XMLSECLIB-MS) $(CRYPT32LIB) $(ADVAPI32LIB)
 .ENDIF			# "$(GUI)$(COM)"=="WNTGCC"
 BROOKERLIB=-lbrooker$(DLLPOSTFIX)


More information about the ooo-build-commit mailing list