Commit Graph

7555 Commits

Author SHA1 Message Date
Boris Nagaev cc04403698 Merge pull request #1545 from LuaAndC/luarocks-remove-lockdir
luarocks wrapper: remove lock if failed
2016-10-28 00:19:05 +04:00
Boris Nagaev 953d7c3f0c luarocks wrapper: remove lock if failed
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.
2016-10-27 23:18:38 +03:00
Boris Nagaev a042a228fa Merge pull request #1547 from LuaAndC/openssl-no-libgcrypt
openssl: remove libgcrypt dependency
2016-10-27 02:16:39 +04:00
Boris Nagaev c098ae2083 openssl: remove libgcrypt dependency 2016-10-27 01:09:23 +03:00
Boris Nagaev aaf961d1ed gcc6 plugin: mark itk problem as resolved 2016-10-26 00:28:30 +03:00
MXEBot as Travis CI 21b6523c57 Update versions.json & build-matrix.html 2016-10-25 20:42:34 +00:00
Boris Nagaev 03a1860982 Merge pull request #1553 from LuaAndC/itk-4.10.1
update itk to 4.10.1
2016-10-26 00:41:47 +04:00
Boris Nagaev 2c8b747d9c Merge pull request #1551 from LuaAndC/libgda-perl
libgda: fix build failure on perl v5.22.1
2016-10-25 02:39:38 +04:00
Boris Nagaev 55e9bbada5 update itk to 4.10.1 2016-10-24 03:30:24 +03:00
Boris Nagaev fbcbd9b81c itk: unify patch 2016-10-24 02:07:41 +03:00
Boris Nagaev 4a9783cc52 libgda: fix build failure on perl v5.22.1
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
2016-10-23 20:58:08 +03:00
Tobias Gruetzmacher a21a967ba8 Fix cpp-netlib cmake directory.
For find_package(cppnetlib) to work, the directory for the cmake files
must be called the same as the files installed into the directory.
2016-10-23 19:04:26 +04:00
Tony Theodore c255ff8b5a Add options to strip toolchain, executables, and libs
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
2016-10-23 17:59:21 +03:00
MXEBot as Travis CI 0eeffd4d39 Update versions.json & build-matrix.html 2016-10-23 01:40:54 +00:00
Tony Theodore 3f1b95d0e6 remove qtwebengine
closes #1509
2016-10-23 05:40:21 +04:00
Tony Theodore 08ea4ee0e6 Makefile: enable relative paths for SOURCE_TREE 2016-10-23 05:10:39 +04:00
MXEBot as Travis CI e409efc312 Update versions.json & build-matrix.html 2016-10-22 23:22:25 +00:00
Mark Brand 4764be7ac7 libpng: update 2016-10-23 01:21:21 +02:00
darealshinji 1901a950ff Disable shared libraries for native targets 2016-10-23 00:31:43 +04:00
MXEBot as Travis CI 7fe43cc927 Update versions.json & build-matrix.html 2016-10-14 18:45:06 +00:00
Mark Brand 8f3f88b0e4 dbus, gdb, sqlite: update 2016-10-14 20:44:14 +02:00
MXEBot as Travis CI 5ce00653e8 Update versions.json & build-matrix.html 2016-10-12 10:53:16 +00:00
Mark Brand a60f8e2c42 gnutls, openssl, vmime: update 2016-10-12 12:51:19 +02:00
Boris Nagaev f21c7c330d Merge pull request #1538 from LuaAndC/build-pkg-recommends
build-pkg: system requirements are recommendations not dependencies
2016-10-12 12:30:06 +04:00
Boris Nagaev 846b981165 build-pkg: system requirements are recommendations
... not dependencies.

fix #1537
2016-10-12 04:11:40 +03:00
MXEBot as Travis CI 6164a71b97 Update versions.json & build-matrix.html 2016-10-10 09:07:00 +00:00
Boris Nagaev 8b6b75c616 Merge pull request #1530 from tonytheodore/add-glpk
add package glpk
2016-10-10 12:59:35 +04:00
Boris Nagaev 22cd9c488c Merge pull request #1534 from LuaAndC/pcl-1.8.0
pcl: update from 1.7.2 to 1.8.0
2016-10-10 12:54:25 +04:00
Boris Nagaev 73f7210325 pcl: update from 1.7.2 to 1.8.0
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
2016-10-06 10:21:19 +03:00
Tony Theodore 952d6ebca8 add package glpk 2016-10-06 14:54:46 +11:00
Tony Theodore a528dc936c Merge pull request #1532 from LuaAndC/fix-vigra-subdir
vigra: fix subdir
2016-10-06 14:24:29 +11:00
Tony Theodore c125cd7a98 Merge pull request #1533 from LuaAndC/emweb
wt: the repo was moved to github.com/emweb/wt
2016-10-06 14:13:50 +11:00
MXEBot as Travis CI 5bf326cdb4 Update versions.json & build-matrix.html 2016-10-02 19:33:18 +00:00
Mark Brand 20c26b803c nettle: update 2016-10-02 21:31:56 +02:00
mabrand 649768833c Merge pull request #1528 from LuaAndC/s-environmental-environment
s/environmental variable/environment variable/
2016-10-02 19:52:40 +02:00
Boris Nagaev c2012dc328 s/environmental variable/environment variable/
"Environment variable" is more commonly used.
2016-10-02 19:27:32 +03:00
Boris Nagaev efda05bfe5 wt: the repo was moved to github.com/emweb/wt 2016-09-29 22:33:45 +03:00
MXEBot as Travis CI a2a2f65262 Update versions.json & build-matrix.html 2016-09-29 19:26:28 +00:00
Mark Brand 935e0e4555 harfbuzz, mpfr, vmime: update 2016-09-29 20:21:18 +02:00
Boris Nagaev 2f4356f8eb vigra: fix subdir
Fix for 420549b23e
2016-09-28 22:33:45 +03:00
Mark Brand a0c57d032b openssl: fix shared build 2016-09-26 15:54:14 +02:00
MXEBot as Travis CI 76db547a50 Update versions.json & build-matrix.html 2016-09-23 12:49:23 +00:00
Mark Brand 2140afda26 openssl: update 2016-09-23 14:47:51 +02:00
Boris Nagaev 3198f4432d Merge pull request #1523 from LuaAndC/travis-download-plugins
travis: download packages of plugins as well
2016-09-22 02:25:24 +04:00
MXEBot as Travis CI 3d76d9f8c3 Update versions.json & build-matrix.html 2016-09-20 23:57:05 +00:00
Boris Nagaev ade64e682d Merge pull request #1522 from LuaAndC/fix-404
Fix broken dowload URLs and update subversion and xerces (minor versions)
2016-09-21 03:56:22 +04:00
Boris Nagaev 767bf6f3e1 travis: download packages of plugins as well
List of plugins with additional packages was moved from s3-fetch-and-sync
to plugins-with-additional-packages.sh.
2016-09-16 22:53:48 +03:00
Boris Nagaev c3c61932e6 update download URL and homepage of hdf4 and hdf5 2016-09-15 22:18:03 +03:00
MXEBot as Travis CI 552647463e Update versions.json & build-matrix.html 2016-09-14 21:19:56 +00:00
Boris Nagaev 6d33e9601c Merge pull request #1521 from t-paul/opencsg-1.4.1
opencsg: update to 1.4.1
2016-09-14 22:19:12 +01:00