Commit graph

12626 commits

Author SHA1 Message Date
Jesús Corrius
e21ce620e1 Add MS C/C++ compiler specific settings for x64 2010-11-05 15:04:58 +01:00
Petr Mladek
dee36f28cb fix ooinstall to create the installation dir
Cwd::realpath does not work if the path does not exist
2010-11-05 15:00:47 +01:00
Petr Mladek
a2fdbe0c8b fix ooinstall to create the installation dir
Cwd::realpath does not work if the path does not exist
2010-11-05 14:58:42 +01:00
Robert Nagy
00d479a3a4 -DBOOST_NO_EXCEPTIONS for OpenBSD 2010-11-05 14:56:08 +01:00
Caolán McNamara
0b98959abd extra optimization unsafe for earlier gccs 2010-11-05 12:37:23 +00:00
Thorsten Behrens
3e730edf80 Use org.libreoffice.script for Mac preferences
This fixes fdo#30568
(cherry picked from commit 236de85bba6416d9c905029116c875671cbeaf15)
2010-11-05 13:25:42 +01:00
Thorsten Behrens
bf0eb7e035 Use org.libreoffice.script for Mac preferences
This fixes fdo#30568
2010-11-05 13:13:47 +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
Robert Nagy
2b3aa51c72 sync with the generic linux makefile 2010-11-05 11:09:03 +01:00
Robert Nagy
a90417f019 use system jpeg on OpenBSD 2010-11-05 11:06:44 +01:00
Jesús Corrius
3632c1f81e Fix identation 2010-11-05 09:36:23 +01:00
Jesús Corrius
3e348a276c Add --enable-cl-x64 option 2010-11-05 02:23:12 +01:00
Niko Rönkkö
c9f29cb205 Elide all "SO:" and "OOo:" build.lst prefixes 2010-11-04 23:37:12 +01:00
Jesús Corrius
2d3adf8431 Remove obsolete --enable-cl-standard 2010-11-04 22:23:58 +01:00
Petr Mladek
76aecf4cfc create the installation dir when defined (fdo#30837)
it was logical problem when I updated the code for fdo#30837
2010-11-04 17:50:16 +01:00
Petr Mladek
0c8a7696e6 create the installation dir when defined (fdo#30837)
it was logical problem when I updated the code for fdo#30837
2010-11-04 17:29:51 +01:00
Petr Mladek
44160aaf7f fix smoketest with the improved download tarball (fdo#30837) 2010-11-04 16:02:47 +01:00
Petr Mladek
a87487daaf better name directory with download tarballs 2010-11-04 16:02:38 +01:00
Petr Mladek
b94db7b09e fix smoketest with the improved download tarball (fdo#30837) 2010-11-04 16:00:16 +01:00
Thomas Klausner
1e66187e48 ENV_SCRIPT contains .sh, don't append it. Use only ASCII chars in messages. 2010-11-04 15:46:15 +01:00
Petr Mladek
82e176709b better name directory with download tarballs 2010-11-04 15:33:18 +01:00
Sebastian Spaeth
5b3832db56 configure.in: Cluster all extension related options at one place
- Pulled together all extension related options in one place in the
  configure, they were cluttered all around the place. We do want to
  present extensions together in ./configure --help.

- Add an -ext- to these configure options to clarify they are
  extensions:
  --enable-ext-presenter-ui, enable-ext-presenter-minimizer,
  --enable-ext-presenter-console, enable-ext-pdfimport,
  --enable-ext-wiki-publisher
  (Similar changes should still be done to the rest of the extensions)

- Quit with explicit error message when using conflicting --without-java
  and --enable-ext-wiki-publisher.

- Remove some minor things.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-11-04 13:40:17 +01:00
Thorsten Behrens
1745c1f95a BUILD_TYPE needs to stay OOo, unless more cleanup happens
Partially revert 58f59291db32e07b06311337be1e9f7a930291b2 - the name
here needs to match all those */prj/build.lst prefixes (which still
have "OOo:" at several places)
2010-11-04 10:01:43 +01:00
Robert Nagy
03e2863a1a make LibreOffice boostrap on OpenBSD 2010-11-04 00:43:13 +01:00
Petr Mladek
bdf0529c64 use versioned path in download tarballs (fdo#30837) 2010-11-03 21:30:17 +01:00
Petr Mladek
6adb0cca39 set SHORT_PRODUCTEXTENSION to beta3 2010-11-03 21:28:39 +01:00
Petr Mladek
59d1c5cee4 use versioned path in download tarballs (fdo#30837) 2010-11-03 21:20:18 +01:00
Niko Rönkkö
ee6738b1d4 Pretty print the configure help 2010-11-03 14:14:16 +00: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
Joseph Powers
9efac44c5a Fix Mac build issues.
(cherry picked from commit 994b9eaca0707c9d462a358a10d2ae7a066edc32)
2010-11-03 10:19:26 +01:00
Joseph Powers
48bd163f87 Fix Mac build issues. 2010-11-03 10:17:39 +01:00
Bernhard Rosenkraenzer
cf40278aeb correctly check Template Pack and Lightproof with --with-lang=ALL 2010-11-02 17:55:31 +01:00
Rene Engelhard
6f3afad7cd move undefined(!) $setup_vars{'X'} to $ENV{'X'} in solenv/bin/ooinstall 2010-11-02 02:22:53 +01:00
Niko Rönkkö
b28c92ab0c Removed deprecated option
--with-unzip-home has been deprecated since 2003.
2010-11-01 12:45:57 -05:00
Niko Rönkkö
561f09d4f7 Removed deprecated option
--with-unzip-home has been deprecated since 2003.
2010-11-01 12:43:47 -05:00
Bernhard Rosenkraenzer
7fb5897aa0 correctly check Template Pack and Lightproof with --with-lang=ALL 2010-11-01 17:36:17 +01:00
Jan Holesovsky
8d4c39e18f Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/bootstrap 2010-11-01 16:06:45 +01:00
Kalman Szalai - KAMI
66a11bbd35 Save 1MB on wizards per language
Bitmaps are packaged as language dependent files however, no
language dependency at all in bitmaps. This patch only pack one instance
so we can save 1MB diskspace for every language in multi lang installer.
2010-11-01 14:05:44 +01:00
Jan Holesovsky
3535ec3d4b Merge commit 'ooo/OOO330_m13'
Conflicts:
	instsetoo_native/util/pack.lst
	solenv/inc/minor.mk
2010-11-01 13:49:01 +01:00
Michael Meeks
e310934150 Install and register the oo3 migration code 2010-11-01 10:56:59 +00:00
Niko Rönkkö
8a74ad5e9e Wrong option name in help bootstrap 2010-11-01 10:08:21 +00:00
Caolán McNamara
82aea471a0 strcpy cannot be used with overlapping src and dest 2010-10-31 20:16:37 +00:00
Niko Rönkkö
2cfc85b44e Cleaning and organizing of configure.in 2010-10-31 20:42:18 +01:00
Kalman Szalai - KAMI
fea23de1d2 Fix bootstrap's configure 2010-10-31 20:23:14 +01:00
Kalman Szalai - KAMI
771ebc23c9 Fix a typo 2010-10-31 06:09:03 +01:00
Kalman Szalai - KAMI
4f786af9b6 Adding Barcode extension 2010-10-31 05:15:17 +01:00