summaryrefslogtreecommitdiffstats
path: root/Makefile.fetch
Commit message (Collapse)AuthorAgeFilesLines
* is this the foo we need now to download automaticallyCaolán McNamara2013-10-241-0/+2
| | | | Change-Id: I156c2a2d645c140bfd716f41d8c81c0656ceee56
* remove glibc stub and tarball, it seems to be completely unusedBjoern Michaelsen2013-10-161-1/+0
| | | | | | | | Change-Id: I1638d4cfc0e6025bd33ed6770ede8556304d6919 Reviewed-on: https://gerrit.libreoffice.org/6278 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* Update internal HarfBuzz to 0.9.19Khaled Hosny2013-08-191-1/+1
| | | | | | | Change-Id: I520832508a8d419e394817a0e25949071928f612 Reviewed-on: https://gerrit.libreoffice.org/5478 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Ignore error in mkdir -pTor Lillqvist2013-07-241-1/+1
| | | | | | It can fail in some cases on Cygwin even if nothing is wrong. Change-Id: I5714f79f0d8182ff89826286138264d28be805c4
* Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt2013-07-161-3/+2
| | | | Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
* Firebird: initial implementation of the skeleton driver.Javier Fernandez2013-07-161-0/+3
| | | | Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
* fdo#38878: Upgrading internal xpdf -> popplerFridrich Štrba2013-07-081-1/+1
| | | | | | | Change-Id: I00aafb3fd275e6be3b5d0eb370320e5325110da5 Reviewed-on: https://gerrit.libreoffice.org/4770 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
* added ICU 51 layout fix tarball, ticket 10107Eike Rathke2013-05-061-0/+1
| | | | | | | | | | | With 428bde3591ff2fd2195097040dbe1480f1f4210f this should enable ICU to bounds-check font tables as mentioned in http://site.icu-project.org/download/51#TOC-Known-Issues With this patch also needed is 7de7267f4cfcb455aabb09053c7ed681d4591867 otherwise application will crash. Change-Id: I42e31778f762afc80ea21c1fb20952eab42791dc
* Splitting writerperfect into serializer and libodfgenFridrich Štrba2013-05-021-0/+1
| | | | Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271
* Add HarfBuzz support to the build systemKhaled Hosny2013-04-231-0/+1
| | | | | | | | | To be used in the next commit. Change-Id: I6ee286d0c050a5ca650e7fb3692b0facccb5f0c0 Reviewed-on: https://gerrit.libreoffice.org/3517 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Creating a libmwaw module for library parsing various old Mac file-formatsFridrich Štrba2013-03-131-0/+1
| | | | | | | Change-Id: I367dfa309a30a5b55de1d59e632d0dbcf5dc6dbb Reviewed-on: https://gerrit.libreoffice.org/2662 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Adding libmariadb module for internal mariadb (work in progress)Fridrich Štrba2013-03-061-0/+1
| | | | Change-Id: If2cf9ff21120e29a149903e8eab849d97fa0c2c9
* convert moz to gbuild and add to tail_buildPeter Foley2013-02-241-1/+0
| | | | | | | 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>
* Don't download a zip we don't useFridrich Štrba2013-02-211-1/+0
| | | | Change-Id: I57f85796896dd3d76096922c53fc3c2de58eae4a
* fix download of dbghelp.dllDavid Tardon2012-12-251-2/+1
| | | | Change-Id: I200a623b70906a07b1549ff76472678e158496a4
* convert external to gbuildPeter Foley2012-12-251-1/+2
| | | | Change-Id: I7127db6aad9e97a0f3e758aa83b22ac8465d3f43
* Remove --with-stlport from LO 4.0Stephan Bergmann2012-12-171-3/+0
| | | | | | | | | | | | | | | | | | | | | | | The STLport was only built for the benefit of old extensions on platforms that once used it themselves (Linux x86, Solaris x86 and SPARC, Windows). We deliberately break such old extensions for LO 4.0 by no longer shipping that backwards-compatiblity cludge. Keeps STLport listed in readlicense_oo/ because of o3tl/inc/o3tl/compat_functionality.hxx. Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?). Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from l10ntools/inc/helpmerge.hxx that was once added with 854812584862d0609b695682d2bfea2667d75c00 "INTEGRATION: CWS extensionl10nfix01 (1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename -> MoveFileEx" but now starts to cause trouble on Windows. Also disables warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both tools/wintypes.hxx and the Windows API) in a number of places that include windows.h -- however the old STLport caused those warnings to not show. Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
* BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák2012-12-111-1/+1
| | | | Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a
* Prepare for read-only source buildNorbert Thiebaud2012-12-111-1/+1
| | | | | | | | | | | | | | | | | | This patch allows to do mkdir <build_dir> cd <build_dir> <src_root>/autogen.sh make Only the remaining dmake modules are poluting the <src_root>... which will get eventually convererd to gmake... Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338 Reviewed-on: https://gerrit.libreoffice.org/1273 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Numbertext 0.9.5 (Python 3 fixes)Andras Timar2012-12-061-1/+1
| | | | Change-Id: Ic5d8f8a975861c63354d28f5043abb5ead29192b
* Bug 57917 - --enable-ext-oooblogger does not work with Python 3Noel Grandin2012-12-061-1/+0
| | | | | | | Remove the oooblogger extension. It is unmaintained and the original author (caolan) wants it dead. Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235
* create its own target for download..Matúš Kukan2012-11-291-2/+3
| | | | | | | | | | | ..which is created (touched) *after* successful download of all tarballs. fetch.log is not a good target because we touch it along the way. Note: This is necessary only because we write pointless? date into fetch.log. Otherwise 'download' could be phony target, thanks to the rule being empty if we don't need to download anything. Change-Id: I2380ab189833e03758ddd9f9bf54be38c8fa1dbe
* use $PIPESTATUS instead of pipefail optionChristian Lohmaier2012-11-291-3/+2
| | | | | | | | | as pipefail is not supported in bash 2.x (used on Mac/PPC) Change-Id: Iaeaed7d759be700719fb941b13942e4933c5ee71 Reviewed-on: https://gerrit.libreoffice.org/1190 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
* bin --enable-oxygenoffice; it does nothingMatúš Kukan2012-11-281-1/+0
| | | | Change-Id: Ibac9b92f5833253d6485009e0ea8ea11f2b8ed91
* move more from download to Makefile.(top|fetch)Matúš Kukan2012-11-271-1/+5
| | | | Change-Id: I3bee487c9c5aa72b2236f076b28ee65cf76ac0dd
* download few tarballs directly without md5sum in nameMatúš Kukan2012-11-271-6/+23
| | | | | | | | | ..and add few fixes, like: * use 'set -o pipefail' to fail meaningfully * include download.lst at the end of config_host.mk * MOZ_ZIP_* do not have md5sum, do not check for it Change-Id: I23759aa2f5fdd55b662588fdb0a31568a686aef7
* download also tarballs needed for build platformMatúš Kukan2012-11-271-1/+6
| | | | Change-Id: I21fc00bd0b5acfd81e378d2e3c0ceb976b8f2a4e
* support for --with-all-tarballsMatúš Kukan2012-11-271-2/+1
| | | | | | | | | | | - this is needed for packaging, so that all possible tarballs can be available in the complete source package Do not define tarball names in configure. Move the variables into download.lst, which is going to be included in config_host.mk. We already have conditions for getting tarballs in Makefile.fetch. Change-Id: I160aff6426a253814eea07d2467e4942478f653a
* add fetch_Optional to have conditions for download in makefileMatúš Kukan2012-11-271-87/+91
| | | | | | | This is prepare commit for --with-all-tarballs. We probably don't want to define the tarball names conditionally in configure. Change-Id: Id41f73dd7094b3384ce43caf62018f53b3d86a81
* move ooo.lst and download parts to Makefile.fetchMatúš Kukan2012-11-271-0/+170
Change-Id: I2d27341566d383002446c23bdf60c7aa0cabf37d