Re: [REVIEW 3-5, 3-5-1] Make libxslt link the right libxml on mac ppc

2012-03-01 Thread Alexander Thurgood
Le 29/02/12 20:13, Alex Thurgood a écrit : Sorry, by default setup, I meant the OSX server, not my LO build, I should've been more precise. I'm not in front of the box at the mo, but basically am building with virtually all of the extensions, the binfilters, mysql connector enabled, and

Re: [REVIEW 3-5, 3-5-1] Make libxslt link the right libxml on mac ppc

2012-03-01 Thread Stephan Bergmann
On 03/01/2012 03:22 PM, Alexander Thurgood wrote: Just to add to my previous mail, the config switches I'm using : ./configure CC=ccache gcc-4.0 CXX=ccache g++-4.0 --with-max-jobs=4 --with-num-cpus=2 --with-vendor=The Document Foundation --enable-epm --enable-binfilter --without-system-libxml

Re: [REVIEW 3-5, 3-5-1] Make libxslt link the right libxml on mac ppc

2012-03-01 Thread Alexander Thurgood
Le 01/03/12 15:52, Stephan Bergmann a écrit : Hi Stephan, No idea why it uses -I/Developer/SDKs/MacOSX10.4u.sdk/usr/include/libxml2 while building libxslt for you, then. Anyway, just don't use --without-system-libxml. No idea either, but there must have been some more recent changes to

Re: [REVIEW 3-5, 3-5-1] Make libxslt link the right libxml on mac ppc

2012-02-29 Thread Alexander Thurgood
Le 28/02/12 21:17, Stephan Bergmann a écrit : Hi Stephan, But that is inside an .IF $(OS)==WNT block, isn't it? Also, at least for my Mac OS X 10.6 x86 tests, the existing libxslt/makefile.mk seemed to already work fine with --without-system-libxml (probably due to the My build on OSX

Re: [REVIEW 3-5, 3-5-1] Fix leap year calculation

2012-02-29 Thread Niko Rönkkö
Hi The fix is correct so +1 from me if that counts. -- RN ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [REVIEW 3-5, 3-5-1] Make libxslt link the right libxml on mac ppc

2012-02-29 Thread Stephan Bergmann
On 02/29/2012 11:56 AM, Alexander Thurgood wrote: My build on OSX Server 10.6.8 (x86) (default setup, no ports, etc) has been failing for the last 2 days in libxslt, cf. attached log file. But if you do not pass it any configure switches, it should not build module libxslt at all? What

Re: [REVIEW 3-5, 3-5-1] Make libxslt link the right libxml on mac ppc

2012-02-29 Thread Alex Thurgood
Le 29/02/2012 17:52, Stephan Bergmann a écrit : Hi Stephan, But if you do not pass it any configure switches, it should not build module libxslt at all? What branch, master or libreoffice-3-5? What do config.log and config_host.mk say about libxslt? Sorry, by default setup, I meant the OSX

[REVIEW][3-5][3-5-1] fdo#46340 add more insanity to SdrGrafObj::getInputStream so it doesn't crash as much

2012-02-29 Thread Michael Stahl
propose the following for libreoffice-3-5, which fixes a crash regression in 3.5 when saving pictures. before fd95f1ab6220c6a530fd2e4e727417f504a5db51 it used to work this way: the getInputStream would call one of 3 duplicated GetDocumentStream methods, which would then create an XInputStream

[REVIEW 3-5, 3-5-1] Make libxslt link the right libxml on mac ppc

2012-02-28 Thread Fridrich Strba
Here is the patch doing that for me. Cheers F. From d21fb3716721c9c52c242a3eff038314d82d66f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= fridrich.st...@bluewin.ch Date: Tue, 28 Feb 2012 14:54:20 +0100 Subject: [PATCH] make libxslt link with the right libxml ---

Re: [REVIEW 3-5, 3-5-1] Make libxslt link the right libxml on mac ppc

2012-02-28 Thread Stephan Bergmann
On 02/28/2012 03:21 PM, Fridrich Strba wrote: diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk index cc89185..d21c0e3 100644 --- a/libxslt/makefile.mk +++ b/libxslt/makefile.mk @@ -86,6 +86,11 @@ CONF_ILIB= .ELSE CONF_ILIB=-L$(ILIB:s/;/ -L/) .ENDIF + +.IF $(OS)==MACOSX $(SYSTEM_LIBXML)

REVIEW 3-5, 3-5-1

2012-02-27 Thread Fridrich Strba
Please review these three patches that are needed currently for the build of 3.5.1-rc1 with internal libxml on MacOSX 10.4 PPC Cheers F. From 9a36bae8ff7fcf3ee901b6b7b0c3198914ae2c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= fridrich.st...@bluewin.ch Date: Sun, 26 Feb 2012

Re: [PUSHED][REVIEW-3-5, 3-5-1] fdo#46571 add Gurmukhi MT to pa-IN font list

2012-02-27 Thread Caolán McNamara
On Fri, 2012-02-24 at 23:21 +0100, Andras Timar wrote: Hi, http://cgit.freedesktop.org/libreoffice/core/commit/?id=1e343276ecb7e88482e0dd8b2a1e170dbffbe8ba done for 3-5 and 3-5-1 C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[REVIEW][3-5][3-5-1] paste into draw from writer if writer doc has tables in header/footer - kaboom

2012-02-27 Thread Caolán McNamara
Fix for https://bugs.freedesktop.org/show_bug.cgi?id=46038 proposed is http://cgit.freedesktop.org/libreoffice/core/commit/?id=15547450bdba10959473c2cb5891f29ad5053b09 pasting any content from a writer document to draw *if* the source writer document has a table in a header/footer (even if not

Re: [REVIEW:3-5, 3-5-1][PUSHED-3-5] do not pack stdlibs twice (fdo#46658)

2012-02-27 Thread Stephan Bergmann
[Petr, I assume you meant 3-5-1 instead of 3-4-5 in the subject; changed.] On 02/27/2012 12:33 PM, Petr Mladek wrote: we moved the stdlibs into separate optional package for LO-3.5.1-rc1. Unfortunately, the related gid entries were still listed in the the ure module in scp2. It causes

Re: REVIEW 3-5, 3-5-1

2012-02-27 Thread Stephan Bergmann
On 02/27/2012 12:00 PM, Fridrich Strba wrote: Please review these three patches that are needed currently for the build of 3.5.1-rc1 with internal libxml on MacOSX 10.4 PPC Any reason you did not push this to master, Fridrich? Stephan ___