summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)AuthorFilesLines
2012-08-30Fix -Wl,-z,origin -Wl,-rpath,... quotingStephan Bergmann1-2/+2
Change-Id: I65eac6ab34d2d54eeaa2bc14838711f700d0d535
2012-08-29No space inside bracketsStephan Bergmann1-5/+5
Change-Id: I6f6222d7c4c928b29ac092d3afef125f2e552b8e
2012-08-29ecj knows about -source -targetCaolán McNamara1-1/+1
Change-Id: Ieb26135bb5eeee5cd472becf704e75bcbeeb8518
2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim2-6/+6
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * bulk replacement of "-Wl,-z,origin,-rpath,..." with "-Wl,-z,origin -Wl,rpath,..." * additional hunk for directory/c-sdk/config/FreeBSD.mk in moz/seamonkey-source-1.1.14.patch did not apply and has been dropped Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7
2012-08-28Fix typo LD_LIBARY_PATHTakeshi Abe1-2/+2
Change-Id: Iff2b85db621eb7b40d8a46a6452b8cae01a91e2e
2012-08-27Move -DHAVE_GCC_BUILTIN_ATOMIC to solenv/gbuildStephan Bergmann1-0/+6
Change-Id: I82f62c998837783ac69317123268b0c87f74425f
2012-08-27make the makefile dep more robustDavid Tardon1-1/+6
Change-Id: Iabf62eb089530dff97c0a920b2be9c239b02d5b8
2012-08-25merge more, mostly small libraries for androidMatúš Kukan1-0/+6
Change-Id: Ic40dec7083b2dd83952bee50290b803b981965b0
2012-08-25libmerged: add more librariesMatúš Kukan1-0/+6
Change-Id: Ia35e93b9632cb2bbfce0d40f8491044d56f2bb05
2012-08-25gdb: SwPaMPrinter: print rings as wellMichael Stahl1-0/+6
Change-Id: I31b7b6b0cd4ac67c059729e68b50c92b865930b0
2012-08-24Remove debugging outputTor Lillqvist1-1/+0
Change-Id: Ibd80b49eba4b259027d57845b8ebba3e35908e82
2012-08-24build for en-US if no langs are specifiedDavid Tardon1-1/+1
Change-Id: I21323d275f8381ecffa937563fccbc7bbb4b497e
2012-08-24it seems unzip on MacOS X does not know this optDavid Tardon1-1/+0
Change-Id: I48d86df772655229a08653e6c8f263338f69fbfb
2012-08-24add AllLangZip gbuild classDavid Tardon4-2/+111
Change-Id: I1b0ebafac55bdfb41c5e6e64ded637313e47bae4
2012-08-24fix make showdeliverablesDavid Tardon1-1/+1
In contexts where several deliverables with different index were registered in one eval block, all indexes but the last one were lost, because the current value of $(gb_Deliver_DELIVERABLES_INDEX) did not contain them yet. We need to use the variable, not its value, here. Change-Id: I537ec949c0491dc5b35461253fdaca1f4887ec31
2012-08-24do not print the dummy command for showdeliverablesDavid Tardon1-1/+1
Change-Id: I70b90e6551a8f4f093947abc382babedd9b784cd
2012-08-24add support for building external projectsDavid Tardon6-115/+134
Change-Id: I1ae354e3bf85c29679919f6382e14d3e4232d798
2012-08-24add support for external tarballs to gbuildDavid Tardon14-0/+330
Change-Id: Ic6645e9943b2445ebb37bb99114f777527c69af9
2012-08-24gbuild: also in libmerge case library needs to depend on all headersMatúš Kukan1-1/+1
Change-Id: Ib1c3e37dfa6b9cd9708b721a7ad5b1bdb468b020 Reviewed-on: https://gerrit.libreoffice.org/469 Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
2012-08-24fdo#53888: svx: do not link against dbtoolsMatúš Kukan1-1/+1
dbtools were added in 01089138cc76f5717244bd04f25a868602aeaab6 only to create dependency and fix the build. This creates circular dependency for libmerged, dbtools is not that common library. It's better to create real dependency in connectivity_inc package. To avoid another circular dependency gb_YaccTarget_get_header_target must not depend on external headers target. Change-Id: I536376303de5330addd2dbf85bdfea8b9a23301c
2012-08-23No reason to leave out use_sdk_api and use_udk_api, I thinkTor Lillqvist1-0/+2
Change-Id: I5bf5dd2708de103a1f4eb48ef2cb1a28b5e4cd29
2012-08-23...but remove obsolete prereg-specific code againStephan Bergmann1-3/+2
Change-Id: I98b20e2ef7f0ec8f609464980398ca09847b40e9
2012-08-23installer: remove empty directories again:Michael Stahl2-0/+66
An "archive" installer contains one empty share/extensions/dict-XY/ directory for every dictionary (except the 3 default ones), causing numerous assertions about missing META-INF/manifest.xml and an extension manager cluttered; this is due to overzealous removal of extension "prereg" code. (regression from 6dcb3d4ef46312729bb6f16c473b433474863f68, partially revert that) Change-Id: I3a063ebfed1012aeb27ec3076cdd5ca545f918a2
2012-08-23Revert "installer: Use hashref for replace_all_ziplistvariables_in_rtffile"Stephan Bergmann3-72/+43
This reverts commit 46a977081c6f1886f8fff8457c85e6d426dcc20f. It started to replace occurrences of "${...}" unknown to the installer with empty strings, instead of keeping them as-is. This caused the "${ORIGIN}" at the start of the value for URE_BOOTSTRAP to disappear from the soffice ini-file (cf. gid_Brand_Profileitem_Soffice_UreBootstrap in scp2/source/ooo/common_brand.scp), making soffice fail to start completely. Change-Id: Ia7a34179b78677a703fc487401e011073d14a176
2012-08-23installer: Remove unused -tab command-line option and TAB_ONLY flag.Tim Retout5-49/+2
Change-Id: Idcb8be8882db8f487ba9bda2ae8947ccd9d99712 Reviewed-on: https://gerrit.libreoffice.org/462 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-08-22installer: Remove unused -javalanguage command-line option.Tim Retout2-5/+0
Change-Id: Ia6f52713dd3cf5ab7d5716c7b6a6f5c1440ed323
2012-08-22installer: Use hashref for replace_all_ziplistvariables_in_rtffileTim Retout3-43/+72
Also rewrite implementation of installer::scpzipfiles variable replacement functions, and add test case. Change-Id: Ic4548b9df8c50cbf2d3049052c637e859542a1e8
2012-08-22fdo#53888: fix YaccTarget/LexTarget dependencies:Michael Stahl1-3/+6
These cannot be order only because if the source file is changed the generated cxx file has to be recompiled as well. Change-Id: I6c1d8e2d90d98a80ce747f8cd1d118e0a83ed379
2012-08-21installer: Move make_installer.pl logic into new installer.pmTim Retout2-1841/+1875
Change-Id: I49709c51ede03dcbecbd4f4feb89a1f735d967e0
2012-08-21installer: Remove unused remove_scpactions_without_nameTim Retout2-35/+0
Change-Id: I22e959adc5ee7a9901f812cadc7492fd229fbb15
2012-08-21installer: Remove code handling unused ONLY_INSTALLED_PRODUCT flag.Tim Retout2-40/+0
Change-Id: I68e36229e79f4a97d0e0e490a211cbe607825f56
2012-08-21installer: Remove code handling unused DELETE_ONLY and NOT_IN_SUITE flags.Tim Retout2-62/+0
Change-Id: I899beba64478d7309d5eccdb9a5ff9a02f0c3cad
2012-08-21installer::worker: Remove unused GNU cp variables.Tim Retout1-6/+0
Change-Id: I9b798ee769646428dab24837e4b85620472ad0ef
2012-08-20libmerged: add fsstorage, svl, sot, vclMatúš Kukan1-0/+4
Change-Id: Ibebf00d99fdf8212afbdba21ca13844d2ff1c412
2012-08-20concat-deps.c: add || defined (__FreeBSD_kernel__) for arch-specificsRene Engelhard1-1/+1
Change-Id: Ie321ada6d2c078881fdedc61d72c94034297fea3
2012-08-19installer::control: Put back changing of $local_pathseparator on cygwin.Tim Retout1-0/+1
Change-Id: Ia4fdbe027eb09e297c3d8abbd5817ff062722874
2012-08-19installer: Replace remove_empty_directory with rmdir.Tim Retout2-40/+8
Change-Id: Ief3248e0b591a9216ac243fca38904366bab6391
2012-08-19installer: Some cleanup of packages loop and unused globals.Tim Retout2-34/+15
Change-Id: I219247cacc9924eed33d0aeb85097dbbe73697d0
2012-08-19installer: Remove code related to linuxlinkrpms.Tim Retout4-242/+1
$installer::globals::linuxlinkrpms is always "", which means that $installer::globals::makelinuxlinkrpm is always 0. Change-Id: I4fc1fc8afc2bcff528e327a64a784020081c2262
2012-08-19installer: remove set but unused variablesThomas Arnhold3-14/+0
global rpmcommand is not used, epmfile.pm uses installer::globals::rpm Change-Id: I0b248c50b872bc8407f405062cf0c4766c3879fb
2012-08-19installer: remove get_rtf_licensetextThomas Arnhold1-81/+0
Change-Id: I57bdc7ace795b7f85116654157cdc2989ca1f99a
2012-08-19installer: cleanup admin.pmThomas Arnhold1-306/+0
Those are unused, because their calls are commented out. Looks like include_tables_into_pcpfile should have been include_tables_into_msifile. Seems like copy and paste from msp.pm. Change-Id: I01435277b49027b6d685fb27748e513f6bc525ae
2012-08-19Replace all uses of convert_stringlist_into_array_without_newlineTim Retout6-55/+32
Change-Id: I7c835e6202f21f250045f2e6517ac75847f8eb03
2012-08-17gbuild: in which the author discovers gb_Jar_set_componentfileMichael Stahl1-1/+1
... which appears to have 3 layers, OOO, URE and OXT, so add OXT to jar registration stuff to make it consistent. Change-Id: I4d12185451bd043c39aa254ff581bc15824f1bbe
2012-08-17gbuild: remove some cruft from java stuffMichael Stahl3-6/+1
Change-Id: If1917d5aecfbb4cea230075d974d7f57a7a8ea4e
2012-08-17gbuild: add gb_Junit_use_external and clean up connectivity complex testMichael Stahl2-1/+29
Change-Id: I8c4b6ff6b1993d1c4de68696089f86fbcf4cecc6
2012-08-17gbuild: ignore the registered URE Jars for manifest classpathMichael Stahl1-2/+2
Change-Id: If8daaf86973656df737daf1b82c3fd2a3f55d58b
2012-08-17gbuild: register all jarsMichael Stahl4-7/+34
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-17Revert "fdo#49919 Don't default to desktop pollution"Jan Holesovsky1-0/+3
If somebody made a mistake in his / her preferences during installation, it is much easier to remove the unwanted icon, than to add it. This reverts commit 6af68b494dafcc6822463a0445692929735eb0af.
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist3-7/+107
Change-Id: I6fa2b9a50c525fb2d8666a144409eb9a3ad2698a