summaryrefslogtreecommitdiffstats
path: root/moz
Commit message (Collapse)AuthorAgeFilesLines
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* don't copy the mozilla include files, use it in placeDavid Ostrovsky2013-02-252-19/+0
| | | | Change-Id: I75e8d897bc06806008c9b6e62b4741769f437dec
* moz: makefiles don't need executable bitMichael Stahl2013-02-252-0/+0
| | | | Change-Id: If17f3fcd143abfe3870ae763052dcf135d831124
* mozabdrv: add dependency to internal mozillaDavid Ostrovsky2013-02-251-1/+1
| | | | Change-Id: Id22ba6632f273159838923bf26420d27dd8a89d3
* convert moz to gbuild and add to tail_buildPeter Foley2013-02-2434-8460/+142
| | | | | | | Change-Id: I2d3f5d127f831ee9abc020d46558f7cfbe8c9380 Reviewed-on: https://gerrit.libreoffice.org/2349 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* First fix for fdo#56902Mathias Michel2012-12-044-438/+16
| | | | | | | | | | | Restrict moz to windows, and build vars also impacts nss, connectivity Change-Id: I27aae1398f3f8a4d046c2c7805d64bc7523c7282 Reviewed-on: https://gerrit.libreoffice.org/1233 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Better handling of well-know prerequisites under windowsMathias Michel2012-11-191-6/+13
| | | | | | | | | Add moz prebuilt & msvcrt80 copy Change-Id: I335c25904c16db534a4878ff6a17db202eaef4f5 Reviewed-on: https://gerrit.libreoffice.org/1100 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* fdo#54015: At least FreeBSD ld requires -z origin, moz reduxJung-uk Kim2012-08-301-1/+9
| | | | Change-Id: Ide36957d1826f5ac20b14a6919abfc684c33cb9c
* fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim2012-08-291-10/+25
| | | | | | | | | | Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * bulk replacement of "-Wl,-z,origin,-rpath,..." with "-Wl,-z,origin -Wl,rpath,..." * additional hunk for directory/c-sdk/config/FreeBSD.mk in moz/seamonkey-source-1.1.14.patch did not apply and has been dropped Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7
* fix syntax errors in moz/zipped makefile, add chmodMichael Stahl2012-07-101-4/+4
|
* moz build fixed on UbuntuDavid Ostrovsky2012-07-052-1/+20
| | | | Change-Id: I48a4f43cc2e675d0f72bb7d87893f39f39450488
* Resolves: fdo#51166 disconnect inclusion of nss libs in install from mozillaCaolán McNamara2012-06-252-215/+23
| | | | | | | | | | | | | | | | We need the nss libs in our final install always (unless using system-nss libs) so finally disentangle nss from mozilla because --disable-build-mozilla had the sideeffect of *not* including the nss libraries in the final install. Which means that the xml_xmlsec.dll on windows couldn't be loaded due to missing dependencies. a) Strip out the nss libs from the pre-builds if those are being used. b) Strip out the nss libs from the mozilla build itself if that's being used. c) Don't include the nss libs in the weird mozillaruntime.zip which gets unpacked into the install. d) Package the nss libs directly in scp2 like everything else Change-Id: Ia89d75cb0c0b83e84e60d0444ffc7997103fbc55
* NSS_INCLUDE_LIST is always empty, so simplify based on thatCaolán McNamara2012-06-252-17/+0
| | | | Change-Id: I0b3fe5a6270ecc45ec1b4710ea008a17c600484b
* .patch files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I0b370ac227bbd833078804d8a276b48666df734c
* Make PyUNO work --with-macox-version-min-required=10.6Stephan Bergmann2012-06-122-5/+14
| | | | | | | | | | ...by using system libsqlite3.dylib instead of nss one (see comment in nss/makefile.mk for details). (dmake knows neither < nor ! in conditional expressions, that is the reason for the strange .IF .ELSE ... .END constructs.) Change-Id: I5abe0f74ad55aac06b91163751bb8145b759b9ca
* Adapt to --with-macosx-version-min-required=10.6 and Xcode 4Stephan Bergmann2012-06-062-0/+34
| | | | | | | ...signature of TransitionWindowWithOptions apparently changed slightly in 10.6, and /Developer/Tools/Rez can more reliably be found in /usr/bin. Change-Id: Iba55478f3b6de1b4695b686095f4aa0bc0af8e7b
* deliver all used mozilla headers into one dirDavid Tardon2012-05-301-34/+19
| | | | | | This is to avoid problems with too long command lines on Windows. Change-Id: Ifc99bedd37aea7619e002145d4acbb7ec2a14246
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2012-04-131-2/+4
|
* gbuildize internal zlibCaolán McNamara2012-04-131-4/+2
| | | | | and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
* README files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* Simplify install name handling for external libraries on Mac OS XStephan Bergmann2012-02-292-3/+4
| | | | | | | | | ...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
* Revert "Work around g++ -std=c++0x rejecting "typeof" keyword"Luboš Luňák2012-02-242-19/+0
| | | | | | We now default to -std=gnu++0x, so this shouldn't be necessary. This reverts commit 437fe5a444411f68d1848c49121394f16f09611b.
* Work around g++ -std=c++0x rejecting "typeof" keywordStephan Bergmann2012-02-212-0/+19
|
* moz missing this pointers, default constructorWei Ming Khoo2012-02-203-1/+83
|
* Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich2012-02-091-6/+6
|
* Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich2012-02-091-1/+3
|
* ups, that part should not have been committed.Christian Lohmaier2012-01-111-1/+1
| | | | cross-compiling is broken currently when using separate nss
* fix build on Mac - use SDK, map loader_path for nss-libs, remove HH cruftChristian Lohmaier2012-01-111-16/+9
|
* childs -> childrenMichael T. Whiteley2011-12-081-73/+73
|
* We always either build nss or use the system oneCaolán McNamara2011-11-041-3/+1
| | | | | We always either build nss or use the system one, so there isn't a case where we want to bundle the ancient nss in the pre-builds
* Rename --enable-nss-module to --with-system-nss + introduce --enable-xmlsec.Tomas Chvatal2011-11-022-10/+10
| | | | This also finishes the uncoupling of NSS from the --with-system-mozilla.
* moz: replace Linux 3.0 workaround with one for 3.xMichael Stahl2011-10-183-17/+16
|
* Fix building moz on Mac OS X.Stephan Bergmann2011-09-283-2/+41
| | | | | | | | | | | * On Mac, nss-config must not emit -rpath-link switch. * --with-system-nss/-nspr horribly broke in combination with the routine use of MOZ_ARCH and resulting MOZ_CROSS_COMPILE for Mac, and the latter appears to be unnecessary for a normal build, anyway, so is now conditional CREATE_UNIVERSAL_MAC_MOZ_ZIP, in case anybody still uses the code to create universal moz archives. * This in turn revealed two issues in moz that have been addressed with a new macosx_build_fix.patch.
* sb140: #i117079# @executable_path -> @loader_path hack missed some instancesStephan Bergmann2011-09-091-1/+10
|
* use MKDIRHIER instead of MKDIR to avoid bogus error messagesLionel Elie Mamane2011-09-071-7/+7
|
* moz ldap libraries: don't need LIBDIR to existLionel Elie Mamane2011-09-071-0/+141
|
* moz: do not try to get into non-existent directory and ignore errorLionel Elie Mamane2011-09-071-1/+1
|
* Build our mozilla (module moz) against the nss we have built anyway.Jan Holesovsky2011-08-303-3/+13
| | | | Reduces the build time of the 'moz' module by 30% or so.
* Use MACOSX_SDK_PATHNorbert Thiebaud2011-07-261-3/+2
|
* nss/moz: Add Linux 3.0 profileThomas Arnhold2011-07-241-0/+16
| | | | | As this is a copy of Linux2.6.mk this has to be MPL 1.1/GPL 2.0/LGPL 2.1 I think.
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-253/+253
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-1/+18
|\ | | | | | | | | | | Conflicts: graphite/makefile.mk libxml2/makefile.mk
| * #i115784# moz/d.lst: deliver windows libs, too.Matthias Huetsch [mhu]2011-02-181-1/+2
| |
| * Better workaround for multiple sqlite conflict (see module nss/prj/d.lst).Matthias Huetsch [mhu]2010-12-131-2/+15
| |
| * Update from master repository (DEV300_m95).Matthias Huetsch [mhu]2010-12-132-1/+15
| |\
| | * cmcfixes78: #i114323# fix broken makefileCaolán McNamara2010-09-052-1/+15
| | |
| * | Workaround multiple sqlite conflict.Matthias Huetsch [mhu]2010-11-081-0/+3
| |/
* | Clean up makefilesThomas Arnhold2011-02-021-4/+1
| |