Commit graph

443 commits

Author SHA1 Message Date
Petr Mladek
5f197f29c4 Fall back to --hash-style=sysv when gnu is not supported
Based on patch by Francois Tigeot <ftigeot at wolfpond dot org>
2011-04-06 15:17:28 +02:00
Tor Lillqvist
8d1bac154b Add possibility to bundle some Agfa Monotype fonts
Based on the old novell-win32-agfa-monotype-fonts.diff patch.
2011-04-06 15:55:11 +03:00
Robert Nagy
92509cbfab Merge branch 'libreoffice-3-4' of git://anongit.freedesktop.org/git/libreoffice/bootstrap into libreoffice-3-4 2011-04-05 17:26:18 +02:00
Robert Nagy
acc8ad93ed fix linking to the python library (use -L$PYLIBDIR -lpython$pyver)
as far as i saw the reason to use an absolute path for linking instead
of using -lpythonX.XX is that at least debian does not ship a shared
object within the basic python3 package so you have to install the -dev
package (that's kinda weird^H^H^H^H^Hf***ed up).
2011-04-05 17:21:10 +02:00
Tor Lillqvist
3f05ea615d Recognize also Interix
I did some initial testing with building under Interix some years
ago. Nothing came out of it, and LibreOffice certainly won't build
with it. But just commit this triviality now to get rid of
win32-interix.diff in the build repo.
2011-04-05 17:04:53 +03:00
Petr Mladek
691961e7f6 make sure that the system po2oo support --skipsource option 2011-04-05 12:26:12 +02:00
Andreas Becker
aff561a80c python 3 compatibility fixes 2011-04-04 15:18:10 +01:00
Petr Mladek
49c3b55687 check that all configured localizations are supported
a side effect is ALL_LANGS variable
2011-04-04 16:06:12 +02:00
Robert Nagy
7237a871ba rework how pthread is handled on openbsd
- remove -pthread from PTHREAD_CFLAGS
- add pthread to gb_STDLIBS
- redefine gb_LinkTarget__command_dynamiclink so that we can
  substitute -lpthread with -pthread in the list of libraries
  that we link to
2011-04-04 00:26:22 +02:00
Petr Mladek
afc1d128d6 search moc4 in $QT4DIR/bin before searching $PATH 2011-03-31 21:08:03 +02:00
Petr Mladek
63f5fa4f9f rename --with-ct2n to --enable-ext-ct2n configure option
to be in sync with other extensions
2011-03-30 21:15:54 +02:00
Caolán McNamara
6751ae5b08 set default system-zlib/jpeg on some platforms 2011-03-30 15:54:29 +01:00
Caolán McNamara
29dbc36ce0 default to system zlib on contemporary unices 2011-03-30 15:54:29 +01:00
Petr Mladek
c4d894f6b2 build-ant-1.6.diff: MediaWiki can be built with ant 1.6 now 2011-03-30 14:31:15 +02:00
Petr Mladek
047a74d0e7 use --hash-style=gnu linking when supported 2011-03-29 12:25:46 +01:00
Andras Timar
e5858fef19 fix language codes: be-BY -> be, ns -> nso 2011-03-25 13:19:18 +01:00
Petr Mladek
a8bc463c2c new --with-system-translate-toolkit configure option 2011-03-25 12:13:51 +01:00
Petr Mladek
5b817befbb download "traslations" instead of "l10n" repo
the new one stores strings as in PO files
2011-03-25 12:13:50 +01:00
Jan Holesovsky
a874a71d9f Kill the remnants of the PAM removal (--enable-crypt-link and CRYPT_LINK). 2011-03-24 22:33:03 +01:00
Thorsten Behrens
710b73a3de Bin explicit checking for extension subdirs
This breaks badly on pristine checkouts (that don't yet have the
other repos cloned, and symlinked into the src tree). Should only
be a prob for packagers, and they usually know what to do.
2011-03-24 08:59:08 +01:00
Jan Holesovsky
d1862bfe1a Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap 2011-03-23 17:13:20 +01:00
Jan Holesovsky
5f08d6e5a4 Merge commit 'ooo/DEV300_m103'
Conflicts:
	configure
	configure.in
	instsetoo_native/util/openoffice.lst
	set_soenv.in
	solenv/bin/cws.pl
	solenv/bin/modules/installer/simplepackage.pm
	solenv/gbuild/LinkTarget.mk
	solenv/gbuild/extensions/post_PackModule.mk
	solenv/gbuild/platform/linux.mk
	solenv/gbuild/platform/macosx.mk
	solenv/gbuild/platform/windows.mk
	solenv/inc/installationtest.mk
	solenv/inc/minor.mk
	soltools/cpp/_eval.c
2011-03-23 16:58:44 +01:00
Caolán McNamara
31cb34254f drop -g1 and align gmake gd_SYMBOL from TRUE 2011-03-22 11:26:06 +00:00
Michael Meeks
5c3f86934e use the unix quickstarter un-conditionally. 2011-03-21 21:17:57 +00:00
Robert Nagy
eba592c680 openbsd build fixes
- check for the correct kde and qt libraries
- rework the gnu cp check logic so that it works with older
versions of fileutils too
2011-03-21 19:22:11 +01:00
Jan Holesovsky
a8bf8b9fc0 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap 2011-03-18 16:03:09 +01:00
Luboš Luňák
1cb1323220 fix qt3/kde3 library finding
Partial revert of b490b1d298960d74be36f9a2c201c702b00bc2b4.
The linker uses only .so files, not .so.<something>.
2011-03-17 16:08:32 +01:00
Jan Holesovsky
61a4bf5a07 Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	set_soenv.in
2011-03-17 16:06:07 +01:00
Rene Engelhard
34654ef6e6 make graphite2 check check for >= 0.9.3 2011-03-15 22:54:51 +01:00
Hanno Meyer-Thurow
ff33fd9d5d Merge Gentoo patches from old build and downstream repositories.
1. Do not add compiler default include and library path: potentially build
   against different version of system library than requested by the user.
2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
   available for more than two years. Noone cares, therefore rest in peace.
   Python2 is going to be ditched at some point. Simply do not fail then.
   Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
   handled nowadays?
3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
4. Add a configure option to search only in one place for JVMs, which is quite
   interesting for Linux Distributions. Enforce the user to place JVMs in one
   base directory.
5. Fix build for libxml-2.7.8 with ICU support.

* config_office-XINC-XLIB-defaults.diff: (1)
* disable-python.diff: (2)
* gentoo-sandbox.diff: (3)
* jvm-search-path.diff: (4)
* libxmlsec_fix_extern_c.diff: (5)
2011-03-14 18:47:10 +01:00
Martin Hosken
450621f6cc remove cmake dependency from graphite 2011-03-10 23:07:20 +07:00
Martin Hosken
e87464af6a graphite2 consolidated patch 2011-03-10 22:36:32 +07:00
Ivo Hinkelmann
b7f2542845 masterfix DEV300: #i10000# fixed configure 2011-03-10 12:25:12 +01:00
Norbert Thiebaud
589f7ed2b4 Merge remote branch 'origin/feature/gnumake2.1' into integration/dev300_m101
* origin/feature/gnumake2.1: (202 commits)
  Revert "starmath need to have _DLL_ defined, even on MacOS"
  tweak library name on MacOS
  starmath need to have _DLL_ defined, even on MacOS
  add helper to set-up the libraries env, to run executable during build
  the startmath module in Module_ooo must use the name of the directory
  add starmath libraries to Repository.mk
  make linkoo scan the solver too, for Norbert's gnumake work
  -Wunitialized is not compatible with -DDEBUG
  rename gb_HIRESTIME to gb_LOWRESTIME. Assume highres precision by default
  add missing library for sc.  Massage the delivered libraries name.
  support USE_GMAKE=1 envvar to build with gmake the modules that can be.
  add sc in the list of gmake-Modules
  support for an alternate gbuild.lst to support gmake build
  add a few comment to balance quotes, to make the editor less confused
  add all the sub-directory of the RESLOCATION to search for resource
  add calc related library to the Repository
  tweak MacOs platform specific include to build on Macos
  fixing variable exports for windows compiler (thanks ause)
  fixing variable exports for windows compiler (thanks ause)
  also accept debug=t
  ...

Conflicts:
	Makefile.in
	Module_ooo.mk
	Repository.mk
	RepositoryFixes.mk
	configure.in
	solenv/bin/build.pl
	solenv/bin/modules/RepositoryHelper.pm
	solenv/bin/packmodule
	solenv/doc/gbuild/doxygen.cfg
	solenv/doc/gbuild/solenv/gbuild/types.mk
	solenv/gbuild/AllLangResTarget.mk
	solenv/gbuild/BuildDirs.mk
	solenv/gbuild/ComponentTarget.mk
	solenv/gbuild/Deliver.mk
	solenv/gbuild/Executable.mk
	solenv/gbuild/Helper.mk
	solenv/gbuild/Library.mk
	solenv/gbuild/LinkTarget.mk
	solenv/gbuild/Module.mk
	solenv/gbuild/Output.mk
	solenv/gbuild/Package.mk
	solenv/gbuild/PrecompiledHeaders.mk
	solenv/gbuild/SdiTarget.mk
	solenv/gbuild/StaticLibrary.mk
	solenv/gbuild/TargetLocations.mk
	solenv/gbuild/gbuild.mk
	solenv/gbuild/platform/linux.mk
	solenv/gbuild/platform/macosx.mk
	solenv/gbuild/platform/solaris.mk
	solenv/gbuild/platform/windows.mk
	solenv/gbuild/processdelivered.awk
	solenv/gbuild/processdeps.awk
	solenv/inc/unxgcc.mk
	soltools/mkdepend/def.h
	soltools/mkdepend/include.c
2011-03-08 22:31:15 -06:00
Norbert Thiebaud
f0e5895d5b Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
* commit 'ooo/DEV300_m101': (500 commits)
  masterfix DEV300: #i10000# remove hard dep
  masterfix DEV300: #i10000# usage of L10N build_type
  masterfix DEV300: #i10000# usage of L10N build_type
  masterfix DEV300: #i100000# dep. fix
  masterfix DEV300: #i10000# removed one hard dep
  masterfix DEV300: #i10000# fixed patch handling
  masterfix DEV300: #i10000# new configure
  DEV300
  masterfix DEV300: #i10000# nawk -> awk
  l10nmove: adjust repository handling
  l10nmove: fixed regex
  l10nmove: minor fixes
  l10nmove: add l10n repo to gb_REPOS
  DEV300 masterfix: gnumake3: subsequenttests requires  in environment
  ab80: Adding changes of cws mib21, ab77, ab77run2, dr77i to dev300
  DEV300 masterfix: #i10000#: windows: more bizare hacks ...
  locales34: have a matching configure as well
  DEV300
  locales34: back out change from autoreconf
  gnumake3: JunitTest.mk: bizarre hacks to make it work on windows
  ...

Conflicts:
	configure
	configure.in
	instsetoo_native/prj/build.lst
	instsetoo_native/util/makefile.mk
	instsetoo_native/util/openoffice.lst
	instsetoo_native/util/pack.lst
	ooo.lst
	scp2/source/canvas/canvascommons.scp
	scp2/source/canvas/mtfrenderer.scp
	scp2/source/ooo/common_brand.scp
	scp2/source/ooo/directory_ooo.scp
	scp2/source/ooo/file_library_ooo.scp
	scp2/source/ooo/file_ooo.scp
	scp2/source/ooo/makefile.mk
	scp2/source/ooo/module_hidden_ooo.scp
	scp2/source/ooo/module_langpack.ulf
	scp2/source/ooo/ure.scp
	scp2/source/python/file_python.scp
	scp2/source/sdkoo/sdkoo.scp
	scp2/source/templates/module_langpack_accessories_templates.sct
	scp2/source/templates/module_langpack_accessories_templates_root.sct
	set_soenv.in
	soldep/bootstrp/appdef.cxx
	soldep/bootstrp/dep.cxx
	soldep/bootstrp/hashtbl.cxx
	soldep/bootstrp/makefile.mk
	soldep/bootstrp/minormk.cxx
	soldep/bootstrp/prj.cxx
	soldep/bootstrp/prodmap.cxx
	soldep/inc/dep.hxx
	soldep/inc/minormk.hxx
	soldep/inc/prodmap.hxx
	soldep/inc/soldep/appdef.hxx
	soldep/inc/soldep/connctr.hxx
	soldep/inc/soldep/depper.hxx
	soldep/inc/soldep/depwin.hxx
	soldep/inc/soldep/hashtbl.hxx
	soldep/inc/soldep/objwin.hxx
	soldep/inc/soldep/prj.hxx
	soldep/inc/soldep/sdtresid.hxx
	soldep/inc/soldep/soldep.hxx
	soldep/inc/soldep/soldlg.hxx
	soldep/inc/soldep/tbox.hxx
	soldep/prj/d.lst
	soldep/source/connctr.cxx
	soldep/source/depapp.hxx
	soldep/source/depper.cxx
	soldep/source/depwin.cxx
	soldep/source/makefile.mk
	soldep/source/objwin.cxx
	soldep/source/soldep.cxx
	soldep/source/soldlg.cxx
	soldep/source/soldlg.src
	soldep/source/tbox.cxx
	solenv/bin/build.pl
	solenv/bin/cws.pl
	solenv/bin/make_installer.pl
	solenv/bin/mhids.pl
	solenv/bin/modules/CwsConfig.pm
	solenv/bin/modules/RepositoryHelper.pm
	solenv/bin/modules/installer/regmerge.pm
	solenv/bin/modules/installer/scriptitems.pm
	solenv/bin/modules/installer/servicesfile.pm
	solenv/bin/modules/installer/simplepackage.pm
	solenv/bin/modules/installer/substfilenamefiles.pm
	solenv/config/ssolar.cmn
	solenv/inc/_tg_rslb.mk
	solenv/inc/extension_post.mk
	solenv/inc/libs.mk
	solenv/inc/minor.mk
	solenv/inc/postset.mk
	solenv/inc/settings.mk
	solenv/inc/tg_rslb.mk
	solenv/inc/unxlng.mk
	solenv/inc/wntmsc.mk
	soltools/HIDCompiler/hidclex.l
	stlport/prj/d.lst
	stlport/systemstlguards/postextstl.h
2011-03-08 19:43:29 -06:00
Ivo Hinkelmann
af8c4ee636 CWS-TOOLING: integrate CWS jsc340 2011-03-07 16:31:11 +01:00
Matthias Huetsch [mhu]
49d263bee6 #i115784# configure: move header checks after compiler checks. 2011-03-02 18:30:24 +01:00
Matthias Huetsch [mhu]
cc25d9d86f #i115784# configure: fix valgrind header check, use VALGRIND_CFLAGS. 2011-03-01 15:43:07 +01:00
Francois Tigeot
29b55434cb Use system OpenSSL on DragonFly. 2011-02-27 09:47:03 +01:00
Juergen Schmidt
af39a4d0f2 jsc340: merge to dev300m101 2011-02-24 13:34:07 +01:00
Matthias Huetsch [mhu]
82b10c6aab Update from master repository (DEV300_m100). 2011-02-23 21:03:15 +01:00
Matthias Huetsch [mhu]
17d70631f3 #i115784# configure: Add check for valgrind/memcheck.h, defining HAVE_VALGRIND_MEMCHECK_H. 2011-02-22 19:26:59 +01:00
Francois Tigeot
60fe1a1958 Remove OSF/1 support. 2011-02-21 14:37:59 +01:00
David Tardon
53868fee45 end arg description with dot 2011-02-19 08:07:41 +01:00
David Tardon
657710a76d configure inclusion/exclusion of scripting providers 2011-02-18 09:47:50 +01:00
Ivo Hinkelmann
42d31088dd CWS-TOOLING: integrate CWS locales34 2011-02-17 16:39:56 +01:00
Thomas Arnhold
7387cd7edb Easy hack: remove obsolete gjc aot compilation 2011-02-12 11:58:27 +01:00
Andras Timar
509adda149 remove unused --with-dict option 2011-02-10 21:45:02 +01:00
Miklos Vajna
d88aa25214 configure: initialize SCPDEFS, do not always append it
This caused problems when <platform>*.sh was sourced while invoking
autogen.sh.
2011-02-10 12:13:13 +01:00
Fridrich Štrba
0bda68f434 Too optimistic thoughts about makefiles (2) 2011-02-10 12:07:04 +01:00