Commit Graph

7911 Commits

Author SHA1 Message Date
Mark Brand a6ede15108 openssl: update 2017-05-27 23:37:50 +02:00
MXEBot as Travis CI b8d0c45c78 Update packages.json & build-matrix.html 2017-05-26 17:58:18 +00:00
Boris Nagaev e40638a4cc Merge pull request #1775 from ClearCorrect/cgal_491
Updated cgal to 4.9.1.
2017-05-26 17:57:30 +00:00
Robert Marsa f3422c9ac2 Fixed url. 2017-05-26 09:22:33 -05:00
MXEBot as Travis CI aba6619f33 Update packages.json & build-matrix.html 2017-05-25 19:09:12 +00:00
Mark Brand 8c19cc590e sqlite: update 2017-05-25 21:08:16 +02:00
Robert Marsa 43294cbe38 Updated cgal to 4.9.1. 2017-05-25 09:15:50 -05:00
MXEBot as Travis CI 12035f8184 Update packages.json & build-matrix.html 2017-05-24 18:04:16 +00:00
Mark Brand 0323ebadde sqlite: update 2017-05-24 20:03:06 +02:00
Mark Brand 68e4e3ad98 add gcc7 plugin 2017-05-24 11:39:02 +02:00
Mark Brand 8c870517e7 libidn: gcc-7 compatibility 2017-05-24 11:38:58 +02:00
Mark Brand d809d7f5d1 aspell: gcc 7 build fix 2017-05-24 11:33:01 +02:00
MXEBot as Travis CI 00da932fef Update packages.json & build-matrix.html 2017-05-20 21:33:36 +00:00
Boris Nagaev fcdb7c18d9 Merge pull request #1743 from tonytheodore/build-matrix
build-matrix: fix detection of native virtual packages
2017-05-20 21:32:17 +00:00
MXEBot as Travis CI 4a46cf8364 Update packages.json & build-matrix.html 2017-05-20 16:45:02 +00:00
Mark Brand a7ba29c75e update gnutls 2017-05-20 10:53:35 +02:00
Mark Brand 49fee79736 let gnutls use libidn2
Gnutls is supposed to be able to detect and use libidn2, but it
tries to do this without pkg-config, in a way that doesn't
consider transitive dependencies. Using pkg-config with libidn2.pc
seems to work okay with MXE's version of libidn2.
2017-05-20 10:53:02 +02:00
MXEBot as Travis CI b326d3fd7b Update packages.json & build-matrix.html 2017-05-19 21:58:30 +00:00
Boris Nagaev c5c2250bff Merge pull request #1771 from vszakats/ssl
secure URLs
2017-05-19 21:57:07 +00:00
Viktor Szakats d916c63717 secure URLs 2017-05-19 11:12:41 +00:00
Boris Nagaev a07f345262 Merge pull request #1770 from LuaAndC/libsoup-no-apache
libsoup: do not use Apache
2017-05-19 08:33:49 +00:00
Boris Nagaev 4d1675a59c libsoup: do not use Apache
fix https://github.com/mxe/mxe/issues/1768
2017-05-19 10:16:09 +02:00
Boris Nagaev bc5f9fc914 Merge pull request #1754 from LuaAndC/tor-0.3.0.6
Update tor to 0.3.0.7, enable build out-of-tree, install with -j 1 and enable shared targets
2017-05-19 08:13:33 +00:00
Boris Nagaev 47c6a67acd tor: enable shared targets 2017-05-19 01:59:05 +02:00
Boris Nagaev c4ad27a993 tor: build out-of-tree, install -j 1 2017-05-19 01:59:05 +02:00
Boris Nagaev 6f2f497430 tor: update to 0.3.0.7
The patch "do not use mman-win32" needed updating compat.h as well.
Instead I added sed command that undefines HAVE_SYS_MMAN_H in orconfig.h
and removed the patch.
2017-05-19 01:59:05 +02:00
Boris Nagaev eba574d606 MXE_DISABLE_DOCS: add nodist_man* version
Tor installs its mans in nodist_man1_MANS.
2017-05-19 01:59:05 +02:00
MXEBot as Travis CI e2dc29ebda Update packages.json & build-matrix.html 2017-05-18 23:55:06 +00:00
Boris Nagaev 3384f5a8f3 Merge pull request #1752 from stloeffler/master
Update hunspell to 1.6.1
2017-05-18 23:54:03 +00:00
Boris Nagaev 7d91105e74 hunspell: use MXE_DISABLE_CRUFT and -j 1
See https://github.com/mxe/mxe/pull/1752#issuecomment-298328649
2017-05-19 01:33:51 +02:00
Stefan Löffler 9dacf155dd Use https for hunspell webpage 2017-05-19 01:33:51 +02:00
Stefan Löffler 123703b9d2 Add support for out-of-source builds of hunspell 2017-05-19 01:33:51 +02:00
Stefan Löffler e4bc67dd79 Port hunspell.mk to $(PKG)_GH_CONF functionality 2017-05-19 01:33:51 +02:00
Stefan Löffler c2742a8777 Update hunspell to 1.6.1 2017-05-19 01:33:51 +02:00
Boris Nagaev ef7579f9c2 Merge pull request #1755 from LuaAndC/dist_bin_SCRIPTS
add dist_bin_SCRIPTS to MXE_DISABLE_PROGRAMS
2017-05-18 23:33:38 +00:00
Boris Nagaev 1aee39402f add dist_bin_SCRIPTS to MXE_DISABLE_PROGRAMS 2017-05-19 01:26:42 +02:00
Boris Nagaev ddc72b384c Merge pull request #1756 from LuaAndC/wget-var
factor out var WGET_TOOL from WGET
2017-05-18 23:25:29 +00:00
Boris Nagaev ae26487a84 factor out var WGET_TOOL from WGET
It is needed to specify a path to custom wget binary without
removing the argument passed by WGET (--user-agent).

Also can be used to add --no-check-certificate back.
2017-05-19 00:42:48 +02:00
MXEBot as Travis CI 1f704a3d49 Update packages.json & build-matrix.html 2017-05-18 22:37:57 +00:00
Boris Nagaev e842dc0c29 Merge pull request #1760 from LuaAndC/sfml-2.4.2
sfml: update to 2.4.2
2017-05-18 22:36:58 +00:00
Boris Nagaev 416fc86665 sfml: update to 2.4.2
fix https://github.com/mxe/mxe/issues/1759
2017-05-19 00:19:11 +02:00
Boris Nagaev 3ad6743c7b travis: use Trusty image to get newer wget
And to deal with sources using Let's Encrypt.
See https://github.com/mxe/mxe/pull/1760#issuecomment-299250396
2017-05-19 00:19:11 +02:00
MXEBot as Travis CI da03019280 Update packages.json & build-matrix.html 2017-05-12 10:17:59 +00:00
Mark Brand d42a4090a2 update vmime 2017-05-12 12:16:15 +02:00
MXEBot as Travis CI 2fdc35c097 Update packages.json & build-matrix.html 2017-05-07 13:27:11 +00:00
Mark Brand 3712c4928c update: freetds, lzma, qtxlsxwriter, vmime 2017-05-07 15:25:51 +02:00
mabrand c76478d10a Merge pull request #1757 from LuaAndC/fix-gnutls
Fix gnutls.pc
2017-05-07 15:25:03 +02:00
Boris Nagaev a4bd828eff gnutls.pc: hardcode -lunistring -liconv
fix https://github.com/mxe/mxe/issues/1753
2017-05-03 00:57:51 +02:00
Boris Nagaev c9ccd5b201 gnutls: unify patch 2017-05-03 00:57:09 +02:00
MXEBot as Travis CI 00c1c2ff84 Update packages.json & build-matrix.html 2017-04-30 14:15:22 +00:00