summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-11-27download: Fix minor typos to make it work on Windows.feature/rip-build-repoJan Holesovsky2-4/+3
2010-11-25exile some download-dependent configure test into a post_download stepNorbert Thiebaud4-85/+149
on windows, the configure check that some dll/exe are present. these are in fact automatically downloaded by the ./download script. but that script is run _after_ ./configure. So the tests are postponed and run in a post_download script that is invoked at the end of the download script.
2010-11-25git-hooks: Symlink the git hooks to the ones from git-hooks/Jan Holesovsky1-1/+22
2010-11-24git-hooks: Copy them from the build repo.Jan Holesovsky3-0/+261
2010-11-23Expand documentation to mention debuglevels.Sebastian Spaeth1-1/+3
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-11-22adjust ooo.lst due to moving target in other reposNorbert Thiebaud1-5/+3
2010-11-22oops: remove a debugging flags in gNorbert Thiebaud1-1/+1
2010-11-22simplify the determination of the bootstrap dirNorbert Thiebaud1-11/+6
2010-11-20adjust .gitignore for bootstrap buildNorbert Thiebaud1-0/+9
2010-11-20add some utility scripts to create new workdirNorbert Thiebaud4-0/+243
based on kohei blog on the subject, adapted for the 'bootstrap' build
2010-11-20correct the instructions:./download and ./g clone are implicit with makeNorbert Thiebaud1-1/+0
2010-11-20make the download step clone the 'others' git-repos if neededNorbert Thiebaud1-0/+3
2010-11-20in the 'bootstrap' based build, fetch_tarball is really ./downloadNorbert Thiebaud1-1/+3
2010-11-20Make the determination of the remote repo url work on MacOSNorbert Thiebaud1-2/+3
Use bash substitution, instead of a piped sed
2010-11-19build: Fix ./g clone.Jan Holesovsky1-10/+12
2010-11-16build: Update the download location for the external tarballs.Jan Holesovsky2-5/+5
2010-11-16build: Renamed fetch_tarballs.sh to download.Jan Holesovsky1-0/+0
2010-11-16build: Make the 'g' wrapper in bootstrap really work.Jan Holesovsky1-5/+11
2010-11-16build: Add the 'g' wrapper to the bootstrap repo.Jan Holesovsky2-3/+460
This is the first step in removing the need for the 'build' repository, and its 'rawbuild' hack.
2010-11-16Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/bootstrapJan Holesovsky1-125/+0
2010-11-16delete hicontrast-to-theme scriptSebastian Spaeth1-125/+0
We put the theme now into its own directory, rather than fishing the icons out with this script.
2010-11-16Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky8-9/+17
2010-11-16Merge commit 'ooo/OOO330_m15' into libreoffice-3-3Jan Holesovsky7-8/+16
Conflicts: instsetoo_native/inc_openoffice/windows/msi_templates/RegLocat.idt instsetoo_native/inc_sdkoo/windows/msi_templates/RegLocat.idt solenv/inc/minor.mk
2010-11-16remove converttags.plSebastian Spaeth1-94/+0
The converttags script replaced the tags: [PRODUCTNAME] [TITLE] and two color references in the source code, but those tags don't occur (anymore?) and it is never called. So remove this.
2010-11-15several openbsd changes to find libs and binariesRobert Nagy1-12/+14
- Add /usr/local/{bin,sbin} as last to find genbrk, genccode and gencmn. - Add more directories to qt_libdir and qt_incdir - Make sure find libqt-mt.so and libDCOP.so with a library major and minor in the filename where the .so does not exists, but foo.so.0.0 does.
2010-11-15several openbsd changes to find libs and binariesRobert Nagy1-12/+14
- Add /usr/local/{bin,sbin} as last to find genbrk, genccode and gencmn. - Add more directories to qt_libdir and qt_incdir - Make sure find libqt-mt.so and libDCOP.so with a library major and minor in the filename where the .so does not exists, but foo.so.0.0 does.
2010-11-12Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky2-8/+8
Conflicts: configure.in set_soenv.in solenv/bin/modules/installer/systemactions.pm
2010-11-12Merge branch 'feature/pptx-export-ooxml11' into libreoffice-3-3Tor Lillqvist1-1/+1
2010-11-12OOO330ooo/OOO330_m15Kurt Zenker1-3/+3
2010-11-12CWS-TOOLING: integrate CWS native346obo6-6/+14
2010-11-11Merge commit 'ooo/OOO330_m14' into libreoffice-3-3Jan Holesovsky1-2/+2
Conflicts: solenv/inc/minor.mk
2010-11-11Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)LIBREOFFICE_3_2_99_3Petr Mladek0-0/+0
2010-11-11Perl Installer: Remove disabled Win9x build guard.Jordan Ayers1-69/+0
Remove the feature component counting routines. These were added to enforce a Win9x component count limit, but no longer do anything except collect and log counts.
2010-11-11Makefile.in: set dev-install target during ./configurationSebastian Spaeth1-9/+11
Rather than relying on the sourced environment variables, create Makefile with the correct dev-install target folder during the ./configure run. Slightly prettified the file.
2010-11-11Separate option descriptionsNiko Rönkkö1-4/+8
It's not good to use option descriptions like --enable/disable-*. Also: If we want to replace default option descriptions with our owns, then we shall describe them both (dependency-tracking).
2010-11-10native346 #i115501# always install binfilter resource filesIngo Schmidt2-2/+2
2010-11-10don't fetch_tarballs twiceSebastian Spaeth1-1/+0
fetch_tarballs is called by bootstrap when DO_FETCH_EXTERNAL is set to true. So calling this here another time does not yield any benefit. You could see this was happening, because it checked for wget and mdsum twice at the beginning of each build.
2010-11-10Avoid outputting duplicate empty linesSebastian Spaeth1-1/+0
All these did were outputting empty lines where already some were being output leading to duplicate empty lines in the build log.
2010-11-10De-uglify the randr check output (not 2 tests on one line)Sebastian Spaeth1-2/+2
2010-11-10Use $AWK and $SED consistently throughout configureSebastian Spaeth1-8/+8
2010-11-10Pull some common options as defaults and only change them if neededSebastian Spaeth1-14/+10
2010-11-10set_soenv: remove leftovers from tcsh and .bat file supportSebastian Spaeth1-5/+0
This silences the new "Unknown type!" error messages at the end of a ./configure run. This should not make any functional difference, as the support for those in ToFile was already missing.
2010-11-10Make the configure run less verbose (without losing information)Sebastian Spaeth2-43/+10
2010-11-10One more comma missingFridrich Štrba1-1/+1
2010-11-10One more comma missingFridrich Štrba1-1/+1
2010-11-10Fix URE packaging on windowsFridrich Štrba1-5/+5
2010-11-10Fix URE packaging on windowsFridrich Štrba1-5/+5
2010-11-10Get rid of undefined $setup_vars array.Hanno Meyer-Thurow1-4/+3
2010-11-10Get rid of undefined $setup_vars array.Hanno Meyer-Thurow1-6/+6
2010-11-09native346 #i115376# making update process more flexibleIngo Schmidt4-4/+12