Commit graph

12725 commits

Author SHA1 Message Date
Sebastian Spaeth
096e164c20 don't fetch_tarballs twice
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-10 16:54:09 +01:00
Sebastian Spaeth
babab2c53f Avoid outputting duplicate empty lines
All these did were outputting empty lines where already some were
being output leading to duplicate empty lines in the build log.
2010-11-10 15:40:49 +01:00
Sebastian Spaeth
31ddeb7206 De-uglify the randr check output (not 2 tests on one line) 2010-11-10 14:57:55 +01:00
Sebastian Spaeth
7afbfb074f Use $AWK and $SED consistently throughout configure 2010-11-10 14:56:54 +01:00
Sebastian Spaeth
c6c1673683 Pull some common options as defaults and only change them if needed 2010-11-10 14:55:56 +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
Fridrich Štrba
1fcbac8ded One more comma missing 2010-11-10 10:42:26 +01:00
Fridrich Štrba
fae71811ab One more comma missing 2010-11-10 10:42:11 +01:00
Fridrich Štrba
7b4e0a528e Fix URE packaging on windows 2010-11-10 10:36:25 +01:00
Fridrich Štrba
650092251d Fix URE packaging on windows 2010-11-10 10:34:14 +01:00
Hanno Meyer-Thurow
6bbd93fde9 Get rid of undefined $setup_vars array. 2010-11-10 05:09:01 +01:00
Hanno Meyer-Thurow
1e2ab23a89 Get rid of undefined $setup_vars array. 2010-11-10 04:58:40 +01:00
Ingo Schmidt
4045178053 native346 #i115376# making update process more flexible 2010-11-09 13:25:59 +01:00
Caolán McNamara
87eb087648 restore original position of tg_compv.mk
grab the compiler version explicitly in unxlng.mk
(cherry picked from commit b3611ba2d74d6b36c9f7758801b4f774b0b013bb)
2010-11-09 10:08:38 +00:00
Caolán McNamara
c809495371 restore original position of tg_compv.mk
grab the compiler version explicitly in unxlng.mk
2010-11-09 10:05:26 +00:00
Sebastian Spaeth
f9ab38b12a Perl installer: Reinstate some potentially useful commented out code 2010-11-09 10:39:06 +01:00
Robert Nagy
ca44c035e3 no /proc on OpenBSD 2010-11-09 09:58:14 +01:00
Robert Nagy
7b9e093236 no /proc on OpenBSD 2010-11-09 09:57:42 +01:00
Jordan Ayers
bf33898aa0 Cleanup build.pl
Remove commented out code.
Remove $html_last_updated (unused).
Correct a few spelling mistakes.
Translate a few bits of German.
2010-11-09 09:04:10 +01:00
Jordan Ayers
ac06dbe8a0 Perl Installer: Remove commented out code. 2010-11-09 08:39:35 +01:00
Robert Nagy
848b6cb2c5 set a DLLPOSTFIX for OpenBSD and sync unxobsd.mk 2010-11-08 20:02:23 +01:00
Robert Nagy
7a626d7968 set a DLLPOSTFIX for OpenBSD and sync unxobsd.mk 2010-11-08 19:39:55 +01:00
Robert Nagy
8cbdb7f084 add OPENBSD specific stuff 2010-11-08 17:45:24 +01:00
Robert Nagy
b89fb4c103 add OPENBSD ifdefs where needed 2010-11-08 17:45:21 +01:00
Robert Nagy
470e4511e3 add OPENBSD specific stuff 2010-11-08 17:29:08 +01:00
Robert Nagy
757a3534f8 add OPENBSD ifdefs where needed 2010-11-08 17:29:08 +01:00
Surendran Mahendran
bc9a1a72bc Build script improvement to dev-install target
For every dev-install the install directory in rawbuild had to be removed. This
patch fixes that and consecutive dev-install works without manual intervention.
2010-11-08 13:55:19 +00:00
Robert Nagy
eed18c4e62 set correct $outfile for OpenBSD 2010-11-08 12:40:20 +01:00
Caolán McNamara
78f394bff8 return early if source doesn't exist on symlink 2010-11-08 12:17:54 +01:00
Robert Nagy
e0baaa998a -DBOOST_NO_EXCEPTIONS for OpenBSD 2010-11-08 12:17:50 +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
c857360dac sync with the generic linux makefile 2010-11-08 12:17:39 +01:00
Robert Nagy
836e5cbe25 use system jpeg on OpenBSD 2010-11-08 12:17:35 +01:00
Robert Nagy
0cf424b0c4 make LibreOffice boostrap on OpenBSD 2010-11-08 12:17:27 +01:00
Jordan Ayers
91907b045d Perl Installer: Use built-in chmod
Replace system calls which performed single-file permission sets with calls to the built-in chmod.
Replace the implementation of create_directory with a call to create_directory_with_privileges.
2010-11-08 00:06:45 -06:00
Jordan Ayers
b8fcb346da Perl Installer: Use built-in chmod
Replace several system calls which performed single-file permission sets with the built-in chmod command.
2010-11-08 00:06:36 -06:00
Niko Rönkkö
b67ab60bd6 Renaming extension options consistently
Renamed all extensions to --enable-ext-* because
"we do want to present them together in ./configure --help"

See: b765a28ea9d63b60a14786b1a5484227175d413e

Deprecated old options not removed but commented instead.

¡There are still extensions which are only in build/configure.in!

Changed BUILD_TYPE from OOo to LibO

See: Elide all "SO:" and "OOo:" build.lst prefixes
2010-11-06 13:32:39 -05:00
Kurt Zenker
c4ad88980f OOO330 2010-11-06 17:01:50 +01:00
Caolán McNamara
e50139ec72 return early if source doesn't exist on symlink 2010-11-06 12:20:47 +00:00
David Tardon
03218dbc3a transform script providers into extensions 2010-11-06 07:11:12 +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
Thomas Klausner
49e0ad98bc Replace "errror" with "warn"; suggested by tml. 2010-11-06 00:05:12 +01:00
Jesús Corrius
043349bdd4 Fix condition in MS C/C++ x64 patch 2010-11-05 23:59:56 +01:00
Tor Lillqvist
b65a0854d4 From hg changeset 11bdb9c019c49df77306d1a9915b44e1f8dbf79e in ooxml11
ooxml11: intermediate commit
2010-11-05 23:34:49 +02: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
Caolán McNamara
57a0af9b86 extra optimization unsafe for earlier gccs
(cherry picked from commit 30ee54453389af148ea6ac4df1c54b8f404ea559)
2010-11-05 16:18:23 +00:00
Jesús Corrius
e21ce620e1 Add MS C/C++ compiler specific settings for x64 2010-11-05 15:04:58 +01:00