summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* skeleton.py: use shutil.move instead of os.renameBoris Nagaev2016-10-281-1/+1
| | | | | Function os.rename fails if files are in different filesystems, e.g. if /tmp is mounted as tmpfs.
* Merge pull request #1545 from LuaAndC/luarocks-remove-lockdirBoris Nagaev2016-10-271-1/+3
|\ | | | | luarocks wrapper: remove lock if failed
| * luarocks wrapper: remove lock if failedBoris Nagaev2016-10-271-1/+3
|/ | | | | | Luarocks wrapper used to keep lock dir not removed if luarocks process failed. To run it again, the lock directory should have been removed manually.
* Merge pull request #1547 from LuaAndC/openssl-no-libgcryptBoris Nagaev2016-10-261-1/+1
|\ | | | | openssl: remove libgcrypt dependency
| * openssl: remove libgcrypt dependencyBoris Nagaev2016-10-261-1/+1
|/
* gcc6 plugin: mark itk problem as resolvedBoris Nagaev2016-10-251-1/+1
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-10-252-2/+2
|
* Merge pull request #1553 from LuaAndC/itk-4.10.1Boris Nagaev2016-10-253-28/+113
|\ | | | | update itk to 4.10.1
| * update itk to 4.10.1Boris Nagaev2016-10-242-2/+76
| |
| * itk: unify patchBoris Nagaev2016-10-232-26/+37
| |
* | Merge pull request #1551 from LuaAndC/libgda-perlBoris Nagaev2016-10-241-0/+71
|\ \ | |/ |/| libgda: fix build failure on perl v5.22.1
| * libgda: fix build failure on perl v5.22.1Boris Nagaev2016-10-231-0/+71
|/ | | | | | | | | | | | | | | | Error: make[4]: Entering directory 'mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/demos' (here=`pwd` ; cd . && perl $here/geninclude.pl basic_form.c data_model_dir.c form.c form_rw.c form_pict.c form_data_layout.c grid.c grid_rw.c grid_pict.c grid_data_layout.c linked_grid_form.c linked_model_param.c ddl_queries.c login.c provider_sel.c tree.c cloud.c combo.c) > demos.h Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/demos/geninclude.pl line 43. Makefile:819: recipe for target 'demos.h' failed Similar to https://github.com/mxe/mxe/issues/1112
* Fix cpp-netlib cmake directory.Tobias Gruetzmacher2016-10-231-1/+1
| | | | | For find_package(cppnetlib) to work, the directory for the cmake files must be called the same as the files installed into the directory.
* Add options to strip toolchain, executables, and libsTony Theodore2016-10-237-9/+22
| | | | | | | | | | | | | | | | | Minimal implementation to strip the [largest files][lf-gist] by default, mostly made up of gcc/binutils and test programs. gdal and geos both produce large libraries, but the libs themselves aren't worth stripping, it's the 20 odd programs produced by gdal with those libs statically linked that consume the most space. I'm leaving these undocumented as the defaults seems reasonable and the interface may well change when we enable debug/release variants. closes #985 closes #1249 [lf-gist]:https://github.com/mxe/mxe/issues/1249#issuecomment-193392038
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-10-232-16/+5
|
* remove qtwebengineTony Theodore2016-10-232-24/+0
| | | | closes #1509
* Makefile: enable relative paths for SOURCE_TREETony Theodore2016-10-231-1/+1
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-10-222-2/+2
|
* libpng: updateMark Brand2016-10-221-2/+2
|
* Disable shared libraries for native targetsdarealshinji2016-10-223-2/+5
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-10-142-6/+6
|
* dbus, gdb, sqlite: updateMark Brand2016-10-143-6/+6
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-10-122-6/+6
|
* gnutls, openssl, vmime: updateMark Brand2016-10-123-6/+6
|
* Merge pull request #1538 from LuaAndC/build-pkg-recommendsbuild-2016-10-12Boris Nagaev2016-10-121-7/+16
|\ | | | | build-pkg: system requirements are recommendations not dependencies
| * build-pkg: system requirements are recommendationsBoris Nagaev2016-10-121-7/+16
|/ | | | | | ... not dependencies. fix #1537
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-10-102-7/+18
|
* Merge pull request #1530 from tonytheodore/add-glpkBoris Nagaev2016-10-102-0/+46
|\ | | | | add package glpk
| * add package glpkTony Theodore2016-10-062-0/+46
| |
* | Merge pull request #1534 from LuaAndC/pcl-1.8.0Boris Nagaev2016-10-102-29/+3
|\ \ | |/ |/| pcl: update from 1.7.2 to 1.8.0
| * pcl: update from 1.7.2 to 1.8.0Boris Nagaev2016-10-062-29/+3
|/ | | | | | | | | | | | | | | Patch pcl-1-cmake-policy-cmp0017.patch is not needed. See https://github.com/PointCloudLibrary/pcl/commit/51a230f07eb9738ed New option -DHAVE_SSSE3_EXTENSIONS_EXITCODE=0 is needed to fix this: CMake Error: TRY_RUN() invoked in cross-compiling mode, please set the following cache variables appropriately: HAVE_SSSE3_EXTENSIONS_EXITCODE (advanced) Update of vtk to 7 depends on updating pcl to 1.8.0, because pcl 1.7.2 fails with vtk 7. See https://github.com/mxe/mxe/pull/1527#issuecomment-251645448
* Merge pull request #1532 from LuaAndC/fix-vigra-subdirTony Theodore2016-10-061-1/+1
|\ | | | | vigra: fix subdir
| * vigra: fix subdirBoris Nagaev2016-09-281-1/+1
| | | | | | | | Fix for 420549b23ee6fcdaf2b02a9b9badd8eac78d7b07
* | Merge pull request #1533 from LuaAndC/emwebTony Theodore2016-10-061-2/+2
|\ \ | |/ |/| wt: the repo was moved to github.com/emweb/wt
| * wt: the repo was moved to github.com/emweb/wtBoris Nagaev2016-09-291-2/+2
|/
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-10-022-2/+2
|
* nettle: updateMark Brand2016-10-021-2/+2
|
* Merge pull request #1528 from LuaAndC/s-environmental-environmentmabrand2016-10-022-3/+3
|\ | | | | s/environmental variable/environment variable/
| * s/environmental variable/environment variable/Boris Nagaev2016-10-022-3/+3
|/ | | | "Environment variable" is more commonly used.
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-09-292-6/+6
|
* harfbuzz, mpfr, vmime: updateMark Brand2016-09-293-6/+6
|
* openssl: fix shared buildMark Brand2016-09-261-1/+1
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-09-232-2/+2
|
* openssl: updateMark Brand2016-09-231-2/+2
|
* Merge pull request #1523 from LuaAndC/travis-download-pluginsBoris Nagaev2016-09-213-2/+11
|\ | | | | travis: download packages of plugins as well
| * travis: download packages of plugins as wellBoris Nagaev2016-09-163-2/+11
| | | | | | | | | | List of plugins with additional packages was moved from s3-fetch-and-sync to plugins-with-additional-packages.sh.
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-09-202-4/+4
| |
* | Merge pull request #1522 from LuaAndC/fix-404Boris Nagaev2016-09-208-13/+13
|\ \ | |/ |/| Fix broken dowload URLs and update subversion and xerces (minor versions)
| * update download URL and homepage of hdf4 and hdf5Boris Nagaev2016-09-153-4/+4
| |
| * xerces: updateBoris Nagaev2016-09-131-2/+2
| | | | | | | | | | | | Version 3.1.2 is not available in upstream. see https://github.com/mxe/mxe/issues/1519