summaryrefslogtreecommitdiff
path: root/solenv/bin
AgeCommit message (Collapse)Author
2013-05-10don't override TMPDIR with /tmp on cygwin, cleanup TMPDIR/TMP handlingChristian Lohmaier
on cygwin, configure forced TMPDIR to /tmp, regardless whether it is set or not. And while it respects an existing value of TMP, TMP is only used in a few places. Changes the ones that explicitly check for TMP to prefer TMPDIR, and don't duplicate configure's check in other scripts. Change-Id: Ia8ac3f8d92e5f971c5237b85f66f7c0a58932930 Reviewed-on: https://gerrit.libreoffice.org/3701 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-08fix the internal structure of MacOS X dmgDavid Tardon
Because of commit e70ea92b3632c376975dd85dbcb26e7ca6b95498 "scp: remove unused macros", which removed the top-level Applications symlink, the dmg contained an extra dir, e.g., LibreOfficeDev_4.1.0.0.alpha0_MacOS_x86/LibreOfficeDev.app instead of just LibreOfficeDev.app . This symlink used by the installer to determine the dir to use as top-level for the installation (solenv/bin/modules/installer/simplepackage.pm:274). Also revert "Eek, it is hard to get the right path to the .app that is being built", which was only needed because of the other problem. This reverts commit 1c25b01fce27c85affee920441b9b09a7bfe0501. Change-Id: Ib5792c7710decd021a62cd33fd841ebe26613fbc
2013-05-08drop pointless self-assignmentDavid Tardon
Well, it is possible that it is special perl syntax for something, but somehow I doubt that .-) Change-Id: I213f56c9c2b32919b7bd0c53a4639c59418345c1
2013-05-08fix after rename of the packagesDavid Tardon
This might have caused problems with the MacOS X daily builds. Dunno. I have no idea what is the difference between .DS_Store and .DS_Store_Dev (they are binary) and how essential that file is. Change-Id: Id09e6f85c101cd5b60d20b6cc9960050f8cdbac4
2013-05-07use MD5SUM env variable adn not md5sum directlyNorbert Thiebaud
Change-Id: I985b3373edcd0bfc151adfa92b79a6b5080d22ad Reviewed-on: https://gerrit.libreoffice.org/3805 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-05-02Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
Change-Id: I9f1102d4f0e189a048d8fccfe9cae246c0136311
2013-04-30Remove weird unused scriptTor Lillqvist
Change-Id: I97979428ba9f31f493b043e485b77b2a379f21c5
2013-04-30remove unused product variables from Windows installerAndras Timar
OLDPRODUCT2 - it was a workaround for OOo 1.9, obsolete SAMEPRODUCTS - same product have the same ProductCode, so installer detect it anyway under normal circumstances. It is possible that a tester/developer tries to install the same version with different ProductCode over an existing installation (e.g. dailyes or RCs). Then we are in trouble. However, SAMEPRODUCTS was not in use. Moreover, Windows Installer uses only the first three fields of the product version. So we cannot make difference between e.g. 4.0.3.1 and 4.0.3.2, and this is the new versioning scheme. BETAPRODUCTS - LibreOffice have never used different upgrade code (BETAUPGRADECODE) for betas. OLDPRODUCTSPATCH, SAMEPRODUCTSPATCH, NEWPRODUCTSPATCH - related to old Star Division patching mechanism, they were commented out anyway. STUBPRODUCTS, STUBUPGRADECODE - these look useless Change-Id: I77d67b72e18fa6b3ba4182b99e198c42f247cea4
2013-04-29filelists should honor USE_INTERNAL_RIGHTS flagDavid Tardon
Change-Id: I3edbae98c9bb51899e5592fae1cfe9f3632ad535
2013-04-26Binding OOO layer libs to NONE layer ones is bogusStephan Bergmann
Change-Id: I7470ab98cf68e1fd426983ce185c8fd2d73003e3
2013-04-24removed cruft, added instdir to filterEike Rathke
Change-Id: I30b1b923658a851535f309c3773f5cbfa697d1bf
2013-04-24add another filename that shouln't be matched as errorDavid Tardon
This procedure must surely win the prize for the lamest error handling mechanism ever conceived. Change-Id: I90d2a1160ff3e1e870e9ca3f03c92436398c3b7f Reviewed-on: https://gerrit.libreoffice.org/3595 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24Get rid of UnoApiMerge_uretypes, which is just a duplicate of UnoApi_udkapiStephan Bergmann
What is a little confusing is that the udkapi.rdb ends up as types.rdb in the installation set (in the URE's sub-tree). So all places that reference it during the build do so as "udkapi" while all places that reference it in an installation set do so as "types." Change-Id: I35d0695966b3bd703f5494b636b9782efc0d3fcb
2013-04-22fix shell script execute permissionsNoel Grandin
looks like it was inadvertantly removed by commit 62badf38283ef31e50d40e62f5d8bc3824c615d7 "Move to MPLv2 license headers, with ESC decision and author's permission" Change-Id: Iac1d010cf6f4b03e0e7e14e26552f7be31aafb79
2013-04-22chmod +xTor Lillqvist
Change-Id: I2358b2241bf260afb85005c247cb8be82104e2e5
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19fdo#63591 pack images referenced by .ui filesDavid Tardon
Change-Id: Ia7e932a98d3f2c8bca981261406798760b69f8e8
2013-04-18gdb-core-bt: don't talk about core files without a reason.Miklos Vajna
When exit code is <128, then the test probably just failed, it did not get a SIGSEGV or similar signal, so it's expected that no core file is created. Change-Id: Ie9e3599bd6738c04afacb95000d09f9dd2a5c426
2013-04-17Remove a pointless assignment of a variable to itselfTor Lillqvist
Change-Id: I6c983ec5f0f4597f7f86c1c9ff256881c360bb1d
2013-04-17Eek, it is hard to get the right path to the .app that is being builtTor Lillqvist
Temporary directory name upon temporary directory name. Just in case. When in doubt, add one more temporary directory name layer. workdir/unxmacxx.pro/installation/LibreOffice_Dev/dmg/install/en-US_inprogress_temp.62979/./LibreOfficeDev_4.1.0.0.alpha0_MacOS_x86-64/LibreOfficeDev.app Couldn't quickly figure out how to construct the "LibreOfficeDev_4.1.0.0.alpha0_MacOS_x86-64" part so just use a wildcard * for that for now;) There won't be any other directories there anyway, as far as I know. Change-Id: If950d4cdfe3f7b0663f1b6fbd62185ca8284dd7f
2013-04-16fix gdb pretty-printers for non-mergedPeter Foley
Change-Id: I7e248a48ee8443b0f9209be708ce65dab57275f7
2013-04-16fix installing for --enable-mergelibsMatúš Kukan
Use gid_File_Lib_Oox instead of auto_File_Lib_vcl which is not defined in that case. No idea what the code is about though. Change-Id: I675268a3490dd1421ecf1a82ede0db527d176744
2013-04-15remove guw.pl, whatever that isMichael Stahl
Change-Id: I3fb41fe649f68f82566e465ba4fa2de52e6201ac
2013-04-15installer: gid_File_Lib_Vcl is now auto_File_Lib_vclMatúš Kukan
Change-Id: Ib8508ad50b8f2b4ce0443be0b1437c2595b9b6d5
2013-04-15add error checking into installer/filelist.pmDavid Tardon
Change-Id: Iccb314155ac70984fa70e7d1ec839edd9eb14270
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
2013-04-14drop extra complicationDavid Tardon
Change-Id: Ic26080af8496357fec063f833dc79701a83b9061
2013-04-13adapt gdb pretty-printers to libmergedPeter Foley
Change-Id: I80236f3c69abe713ddfa8111e8ff76f83954def4
2013-04-11linkoo: Link .rdb files again.Jan Holesovsky
A stale types.rdb can cause that you spend 2 hours debugging hard core UNO exception throwing - like me yesterday... Change-Id: I5eb88a9f1d2c9dd34f1e7945d449b697d3253193
2013-04-11Fix OS X code signingTor Lillqvist
Use correct path to the app bundle. Also update the comment about code signing to be more relevant for the master branch. Change-Id: I6a357e5cd033afc986fd035f9760c04763b06fc9
2013-04-11remove obsoleted postprocess/packconfigDavid Tardon
Change-Id: I93313dc03e8ed7d4d1a653df92145a153e20e5b1 Reviewed-on: https://gerrit.libreoffice.org/3234 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11add gbuild class PackageSetDavid Tardon
This is intended for bundling filelists of multiple Packages together, to simplify the scp2 configuration. Change-Id: I6f700f691b37375a09a5400166aac80a8bb2a2b4 Reviewed-on: https://gerrit.libreoffice.org/3230 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10linkoo: fix uiconfig linking variously.Michael Meeks
allow install dir to be a symlink, and link xmlsec and spa. Change-Id: Iba7b1bc2af22d7282e3c039cf90ccfe79d6c9fc4
2013-04-09Forward-port the app bundle signing from the 4.0 branchTor Lillqvist
For now, use the same quick hack as in the 4.0 branch: Just sign the app bundle as a while, not individual dylibs. Should factor out the code in Makefile.in that signs all dylibs. Make sure to sign the application app bundle only, not the SDK. Change-Id: I6b0a39354c54b0e0f5352d0fd0bdb57650dc100a
2013-04-05allow to put files listed in file into installationDavid Tardon
With this in place, we can replace most of our Zips by Packages. Extensions and Dictionaries are on the radar as well. To move an installed file from zip to filelist, do: 1. Convert the Zip_foo.mk to Package_foo.mk : - change destination paths of all files to the same ones they have in the installation (you can find that in scp2) - use gb_Package_set_outdir to place the files under $INSTDIR, where they are expected. 2. Change the scp2 record: - change filename to <package-name>.filelist - replace ARCHIVE by FILELIST in Styles - change Dir to FILELIST_DIR. Change-Id: Ie17d0765406081b03dcd44a6a23cf517f2067dd3 Reviewed-on: https://gerrit.libreoffice.org/3149 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-04remove -dylib_file mappings that are not needed anymoreChristian Lohmaier
XCode 2.5 (i.e. Mac OSX 10.4 & 10.5) couldn't find the libraries without explicit mapping, but as baseline is now 10.6, this wrapping is no longer necessary Change-Id: I225fc47b9ea4b1fb2b13ba575605cbdebc014fd8 Reviewed-on: https://gerrit.libreoffice.org/3192 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist
Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
2013-04-03Show backtraces for core files from CppunitTests, tooStephan Bergmann
Change-Id: Idff2831913b6fb6e5b522ae36fffeb345e3a1140
2013-04-02drop the word 'PTF' from .msp nameAndras Timar
Change-Id: Ia7cc4351644013e2b94c8e8408b89ed66b0e18ff
2013-03-28disabled --sort=foldcaseEike Rathke
--sort=foldcase has the effect that all binary searches must be done case insensitive, i.e. in Vim either 'set ignorecase' is needed to find a tag at all (and then you may get more than you asked for) unless a regular expression is given, or 'set notagbsearch' to switch off binary search. Other tools requiring binary search may not work at all if they don't use the ctags readtags library or similar. Change-Id: Ifce4b4fa5635617023e0be61ca6df0dd4d6b942a
2013-03-27-Werror,-Wunused-macrosStephan Bergmann
Change-Id: I3c43fcfe7216a833f1dbe298098b72de52f0f155
2013-03-27-Wunused-macrosStephan Bergmann
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-26make linkoo work in separate builddirPeter Foley
Change-Id: I1c9ca490716fc0dc5951bd032d54a102541087c7
2013-03-26avoid getcwd redefined warningPeter Foley
Change-Id: Idd788dad8c2b5e2689a17b571104d0fe04accfd1
2013-03-21fix mkdocs.shPeter Foley
Change-Id: Ia77605732bb5112a69289997db5d1c4a4b694594
2013-03-19fdo#54278 Only en-US help pack should contain en-US helpAndras Timar
Language of the installer and language of the installed help files are two separate things. It was not good that they were handled in the same array. Now all help packs has English + localized installer. Only en.US help pack isntalls en-US help. Also, maintaning the list of languages, that are not supported by Windows, is pointless. What Windows? Windows 8 supports a lot more than Windows XP. Change-Id: I075a18648796a42609329ead9e8e6a9da9c1fef3
2013-03-19odk: do not pack unused component.map fileMatúš Kukan
Change-Id: I768acf83234eec46c0271dad2e5bef3bd3cba3cf Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-18fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky
For test sample report from fdo#61726 can be used. Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe Reviewed-on: https://gerrit.libreoffice.org/2718 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-15move update_pch.sh to a more obvious placePeter Foley
Change-Id: I379bfa8a8531c9ebc09d29ac789d70c8c5dafc79
2013-03-14__BYTE_ORDER was used without the relevant #includeLuboš Luňák
Change-Id: I4e4d10c1c82834608b14aae62f02e5859d10114d