Commit graph

140 commits

Author SHA1 Message Date
Jan Holesovsky
d7d7b15e94 Set TMP on Windows if not set.
Otherwise we have problems with paths containing spaces - they don't get
quoted in some cases.
2011-01-04 15:47:57 +01:00
Rene Engelhard
bb0e0f0743 missing @ 2010-12-22 16:04:34 +01:00
Rene Engelhard
9038e9a595 export MDDS_CPPFLAGS into the env 2010-12-22 16:01:05 +01:00
Tor Lillqvist
6eebbe5bba It's called MinGW, not mingwin, mingw32, etc 2010-12-20 15:37:58 +02:00
Jan Holesovsky
70896c190c Merge commit 'libreoffice-3.3.0.2'
Conflicts:
	configure.in
	scp2/source/extensions/directory_extensions.scp
	scp2/source/extensions/module_extensions.scp
	scp2/source/ooo/file_ooo.scp
	set_soenv.in
	solenv/bin/modules/installer/download.pm
	solenv/bin/modules/installer/helppack.pm
	solenv/bin/modules/installer/windows/createfolder.pm
	solenv/bin/modules/installer/worker.pm
	solenv/bin/ooinstall
2010-12-20 01:11:02 +01:00
Rene Engelhard
a528189281 actually add WITH_HELPPACK_INTEGRATION to set_soenv.in 2010-12-17 20:04:07 +01:00
Rene Engelhard
0cf7331043 AC_SUBST gperf (fdo#32195) 2010-12-14 11:05:52 +01:00
Rene Engelhard
803f02e6a3 AC_SUBST gperf (fdo#32195) 2010-12-13 22:17:31 +01:00
Fridrich Štrba
73e4a11ef0 Propagate the WITH_EXTENSION_INTEGRATION variable to build environment 2010-12-13 20:41:32 +01:00
Fridrich Štrba
f86d86532a Propagate the WITH_EXTENSION_INTEGRATION variable to build environment 2010-12-13 20:38:28 +01:00
Sebastian Spaeth
3b59c47a49 Remove obsolete gcc tests for gcc < 3.4 2010-12-10 15:15:41 +01:00
Sebastian Spaeth
875ee6358b Don't "sed" bash away in configure just to add it back in set_soenv
Keep the full bash path. Made sure it is not used anywhere else.
No functional change at all.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 13:52:28 +01:00
Michael Meeks
0820769fc1 rename to with_themes, and test scp2 a little
Conflicts:

	scp2/source/ooo/module_hidden_ooo.scp
2010-12-09 15:57:22 +00:00
Sebastian Spaeth
51f3f391a4 v3 of the configure.in/scp2 patch to allow selecting themes
DOH, here comes v3, I left a debug output in configure.in in v2, otherwise no change. Sorry

Sebastian

>From 6c379488250f5a3349dfc2d805f70a0f084fe07d Mon Sep 17 00:00:00 2001
From: Sebastian Spaeth <Sebastian@SSpaeth.de>
Date: Thu, 9 Dec 2010 12:23:55 +0100
Subject: [PATCHv3] Introduce an --enable-theme="theme1 theme2..." option

By default, we include all defaults as before, but if given, we can
limit the number of included themes with e.g. --enable-theme="oxygen
tango". This is passed through set_soenv and sets the environment
variable ENABLE_THEMES="...." which can be used by the packimages
makefile in the postprocess repository. It also adds defines in the
form of THEME_OXYGEN that are being used in the scp2 module to decide
if we should install the theme file or not.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-09 15:55:47 +00:00
Michael Meeks
d1839b973b rename to with_themes, and test scp2 a little 2010-12-09 12:57:19 +00:00
Sebastian Spaeth
357d10916a v3 of the configure.in/scp2 patch to allow selecting themes
DOH, here comes v3, I left a debug output in configure.in in v2, otherwise no change. Sorry

Sebastian

>From 6c379488250f5a3349dfc2d805f70a0f084fe07d Mon Sep 17 00:00:00 2001
From: Sebastian Spaeth <Sebastian@SSpaeth.de>
Date: Thu, 9 Dec 2010 12:23:55 +0100
Subject: [PATCHv3] Introduce an --enable-theme="theme1 theme2..." option

By default, we include all defaults as before, but if given, we can
limit the number of included themes with e.g. --enable-theme="oxygen
tango". This is passed through set_soenv and sets the environment
variable ENABLE_THEMES="...." which can be used by the packimages
makefile in the postprocess repository. It also adds defines in the
form of THEME_OXYGEN that are being used in the scp2 module to decide
if we should install the theme file or not.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-09 12:57:19 +00:00
Caolán McNamara
ea24634c60 configure check for C++0x without Language Defect 757 2010-12-08 09:24:49 +00:00
Thomas Klausner
d35a430199 Add NetBSD support for amd64 and for current compiler.
Should be merged with the generic gcc file, I'll do that as
a separate step.
2010-12-07 10:54:30 +01:00
Caolán McNamara
d3f104d48f make smoketest use ooinstal to build its install set 2010-12-02 14:06:21 +00:00
Thorsten Behrens
fe6ed1e8bf Add with-linked-git and make repo list configurable
* adds --with-linked-git config option, that internally uses
  git-new-workdir
* consolidates various repo lists into bin/repo-list, and use
  that to dynamically add l10n repo
2010-12-02 00:13:48 +01:00
Robert Nagy
0ba6499e6d merge a modified version of patches/dev300/system-db-check.diff
try to find all the supported db headers and libs in all
the "standard" directories
2010-12-01 23:31:07 +01:00
Robert Nagy
bd515e768b merge a modified version of patches/dev300/system-db-check.diff
try to find all the supported db headers and libs in all
the "standard" directories
2010-12-01 23:26:31 +01:00
Jan Holesovsky
9c0035f024 Makefile.in: Introduce the 'install' target.
You can use it like 'make install', or 'make install prefix=/path', to override
what has been set by ./configure.
2010-12-01 11:14:57 +01:00
Norbert Thiebaud
22ce993077 correct the instructions:./download and ./g clone are implicit with make 2010-11-30 20:25:21 -06:00
Jan Holesovsky
bc663e966a build: Update the download location for the external tarballs. 2010-11-30 20:25:20 -06:00
Kalman Szalai - KAMI
517a8bc2fa Adds OxygenOffice extras as configurable optional
Introduces:
 --enable-extra-gallery  - for additional galleries
 --enable-extra-template - for additional templates
 --enable-extra-sample   - for additional samples
 --enable-extra-font     - for additional fonts
 configure options.
2010-11-30 14:35:52 +01:00
Kalman Szalai - KAMI
95cc1b81f1 Adds OxygenOffice extras as configurable optional
Introduces:
 --enable-extra-gallery  - for additional galleries
 --enable-extra-template - for additional templates
 --enable-extra-sample   - for additional samples
 --enable-extra-font     - for additional fonts
 configure options.
2010-11-30 13:52:46 +01:00
Fridrich Štrba
18b79d5243 buildfix-x86-64-visibility-workaround.diff: migrate to git 2010-11-25 13:44:28 +01:00
Sebastian Spaeth
5bec664553 Don't set RSC_ONCE, it is unused
RSC_ONCE was invariably set to true but was not used afterwards. So
remove it.
2010-11-16 14:37:26 +01:00
Sebastian Spaeth
813eb5d9a9 set_soenv: remove leftovers from tcsh and .bat file support
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-10 14:18:12 +01:00
Sebastian Spaeth
ae7612d1d2 Make the configure run less verbose (without losing information) 2010-11-10 14:16:08 +01:00
Robert Nagy
eed18c4e62 set correct $outfile for OpenBSD 2010-11-08 12:40:20 +01:00
Robert Nagy
d89d854d9d pick up system jpeg on openbsd 2010-11-08 12:17:46 +01:00
Robert Nagy
75ccd5a34f OpenBSD needs /usr/local/lib in SOLARLIB 2010-11-08 12:17:43 +01:00
Robert Nagy
0cf424b0c4 make LibreOffice boostrap on OpenBSD 2010-11-08 12:17:27 +01:00
Thomas Klausner
29e7e9c4dc Pass thru PYTHON, found by configure.
Will be used by filter/source/config/fragments/makefile.mk.
2010-11-06 00:30:03 +01:00
Thomas Klausner
37ed2517b6 Pass thru MOZ_NSS_LIBS, autodetected by configure and needed by xmlsecurity. 2010-11-06 00:18:32 +01:00
Jesús Corrius
a66a55daeb Fix path to the right libraries for MS C/C++ x_64 2010-11-05 21:07:56 +01:00
Robert Nagy
5f4e567812 pick up system jpeg on openbsd 2010-11-05 12:14:31 +01:00
Robert Nagy
a5a2fe55d5 OpenBSD needs /usr/local/lib in SOLARLIB 2010-11-05 12:14:25 +01:00
Jesús Corrius
3e348a276c Add --enable-cl-x64 option 2010-11-05 02:23:12 +01:00
Jesús Corrius
2d3adf8431 Remove obsolete --enable-cl-standard 2010-11-04 22:23:58 +01:00
Robert Nagy
03e2863a1a make LibreOffice boostrap on OpenBSD 2010-11-04 00:43:13 +01:00
Jan Holesovsky
3e59da9ef5 Don't add an explicit -L/usr/lib or -L/usr/lib64.
It breaks KDE3 build on SUSE.
2010-11-03 15:07:32 +01:00
Jan Holesovsky
ac1a3a5d5b Don't add an explicit -L/usr/lib or -L/usr/lib64.
It breaks KDE3 build on SUSE.
2010-11-03 15:03:27 +01:00
Sebastian Spaeth
3dd497e93f bootstrap/set_soenv: remove unused variables
The variables $unsetenv, $setenv, $unset, $set $D, $answer were unused
in this script and have been removed.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-11-03 11:51:30 +01:00
Sebastian Spaeth
69e273ce72 bootstrap/soenv: remove tcsh version of LinuxX86-64Env.Set
Previously we would have been writing out LinuxX86-64Env.Set and
LinuxX86-64Env.Set.sh which made my autocompletion useless. Simplify the
set_soenv.in to actually only produce 1 version which makes us require
bash as interactive build shell.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-11-03 11:51:30 +01:00
Rene Engelhard
f974a612eb bin agg 2010-10-29 17:58:25 +02:00
Luke Dixon
4fa790ad7b Add zenity systray support to the build.
Adds also a configure option '--enable-zenity' used to enable this feature.
2010-10-26 11:15:24 +01:00
Michael Meeks
d42255ec76 cleanup / remove obsolete pam config pieces 2010-10-25 16:22:31 +01:00