Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | sqlite: update | Mark Brand | 2017-05-24 | 1 | -2/+2 | |
| | | ||||||
* | | add gcc7 plugin | Mark Brand | 2017-05-24 | 1 | -0/+24 | |
| | | ||||||
* | | libidn: gcc-7 compatibility | Mark Brand | 2017-05-24 | 2 | -7/+1037 | |
| | | ||||||
* | | aspell: gcc 7 build fix | Mark Brand | 2017-05-24 | 1 | -0/+36 | |
| | | ||||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-05-20 | 1 | -5/+5 | |
| | | ||||||
* | | Merge pull request #1743 from tonytheodore/build-matrix | Boris Nagaev | 2017-05-20 | 1 | -1/+2 | |
|\ \ | | | | | | | build-matrix: fix detection of native virtual packages | |||||
| * | | build-matrix: fix detection of native virtual packages | Tony Theodore | 2017-04-03 | 1 | -1/+2 | |
| | | | ||||||
* | | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-05-20 | 2 | -2/+2 | |
| | | | ||||||
* | | | update gnutls | Mark Brand | 2017-05-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | let gnutls use libidn2 | Mark Brand | 2017-05-20 | 2 | -2/+60 | |
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-05-19 | 1 | -4/+4 | |
| | | | ||||||
* | | | Merge pull request #1771 from vszakats/ssl | Boris Nagaev | 2017-05-19 | 11 | -20/+20 | |
|\ \ \ | | | | | | | | | secure URLs | |||||
| * | | | secure URLs | Viktor Szakats | 2017-05-19 | 11 | -20/+20 | |
|/ / / | ||||||
* | | | Merge pull request #1770 from LuaAndC/libsoup-no-apache | Boris Nagaev | 2017-05-19 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | libsoup: do not use Apache | |||||
| * | | | libsoup: do not use Apache | Boris Nagaev | 2017-05-19 | 1 | -0/+1 | |
|/ / / | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1768 | |||||
* | | | Merge pull request #1754 from LuaAndC/tor-0.3.0.6 | Boris Nagaev | 2017-05-19 | 3 | -56/+17 | |
|\ \ \ | | | | | | | | | Update tor to 0.3.0.7, enable build out-of-tree, install with -j 1 and enable shared targets | |||||
| * | | | tor: enable shared targets | Boris Nagaev | 2017-05-18 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | tor: build out-of-tree, install -j 1 | Boris Nagaev | 2017-05-18 | 1 | -4/+5 | |
| | | | | ||||||
| * | | | tor: update to 0.3.0.7 | Boris Nagaev | 2017-05-18 | 2 | -51/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | MXE_DISABLE_DOCS: add nodist_man* version | Boris Nagaev | 2017-05-18 | 1 | -0/+10 | |
|/ / / | | | | | | | | | | Tor installs its mans in nodist_man1_MANS. | |||||
* | | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-05-18 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #1752 from stloeffler/master | Boris Nagaev | 2017-05-18 | 2 | -19/+15 | |
|\ \ \ | | | | | | | | | Update hunspell to 1.6.1 | |||||
| * | | | hunspell: use MXE_DISABLE_CRUFT and -j 1 | Boris Nagaev | 2017-05-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | See https://github.com/mxe/mxe/pull/1752#issuecomment-298328649 | |||||
| * | | | Use https for hunspell webpage | Stefan Löffler | 2017-05-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add support for out-of-source builds of hunspell | Stefan Löffler | 2017-05-18 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Port hunspell.mk to $(PKG)_GH_CONF functionality | Stefan Löffler | 2017-05-18 | 1 | -9/+1 | |
| | | | | ||||||
| * | | | Update hunspell to 1.6.1 | Stefan Löffler | 2017-05-18 | 2 | -12/+14 | |
|/ / / | ||||||
* | | | Merge pull request #1755 from LuaAndC/dist_bin_SCRIPTS | Boris Nagaev | 2017-05-18 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | add dist_bin_SCRIPTS to MXE_DISABLE_PROGRAMS | |||||
| * | | | add dist_bin_SCRIPTS to MXE_DISABLE_PROGRAMS | Boris Nagaev | 2017-05-18 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1756 from LuaAndC/wget-var | Boris Nagaev | 2017-05-18 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | factor out var WGET_TOOL from WGET | |||||
| * | | | factor out var WGET_TOOL from WGET | Boris Nagaev | 2017-05-18 | 1 | -1/+2 | |
|/ / / | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-05-18 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #1760 from LuaAndC/sfml-2.4.2 | Boris Nagaev | 2017-05-18 | 2 | -2/+3 | |
|\ \ \ | | | | | | | | | sfml: update to 2.4.2 | |||||
| * | | | sfml: update to 2.4.2 | Boris Nagaev | 2017-05-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1759 | |||||
| * | | | travis: use Trusty image to get newer wget | Boris Nagaev | 2017-05-18 | 1 | -0/+1 | |
|/ / / | | | | | | | | | | | | | And to deal with sources using Let's Encrypt. See https://github.com/mxe/mxe/pull/1760#issuecomment-299250396 | |||||
* | | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-05-12 | 2 | -2/+2 | |
| | | | ||||||
* | | | update vmime | Mark Brand | 2017-05-12 | 1 | -2/+2 | |
| | | | ||||||
* | | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-05-07 | 2 | -8/+8 | |
| | | | ||||||
* | | | update: freetds, lzma, qtxlsxwriter, vmime | Mark Brand | 2017-05-07 | 4 | -8/+8 | |
| | | | ||||||
* | | | Merge pull request #1757 from LuaAndC/fix-gnutls | mabrand | 2017-05-07 | 1 | -11/+27 | |
|\ \ \ | | | | | | | | | Fix gnutls.pc | |||||
| * | | | gnutls.pc: hardcode -lunistring -liconv | Boris Nagaev | 2017-05-02 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1753 | |||||
| * | | | gnutls: unify patch | Boris Nagaev | 2017-05-02 | 1 | -12/+8 | |
|/ / / | ||||||
* | | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-04-30 | 2 | -4/+4 | |
| | | | ||||||
* | | | update: gnutls, vmime | Mark Brand | 2017-04-30 | 3 | -12/+12 | |
| | | | ||||||
* | | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-04-27 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #1750 from mgeier/libsndfile-1.0.28 | Boris Nagaev | 2017-04-27 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Update libsndfile to version 1.0.28 | |||||
| * | | | Update libsndfile to version 1.0.28 | Matthias Geier | 2017-04-27 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge pull request #1748 from mmassing/vtk_detect_gcc6_version_patch | Boris Nagaev | 2017-04-26 | 1 | -3/+21 | |
|\ \ \ | | | | | | | | | vtk: Fix compilation on build systems with gcc 6 | |||||
| * | | | vtk: Fix compilation on build systems with gcc 6 | Manuel Massing | 2017-04-25 | 1 | -3/+21 | |
|/ / / | ||||||
* | | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-04-19 | 2 | -4/+4 | |
| | | |