summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* add gcc7 pluginMark Brand2017-05-241-0/+24
|
* secure URLsViktor Szakats2017-05-191-2/+2
|
* tor: enable shared targetsBoris Nagaev2017-05-181-2/+0
|
* tor: build out-of-tree, install -j 1Boris Nagaev2017-05-181-4/+5
|
* tor: update to 0.3.0.7Boris Nagaev2017-05-182-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.
* enable native gettext and libiconv on JessieBoris Nagaev2017-03-192-0/+2
|
* enable libtool plugin on JessieBoris Nagaev2017-03-174-0/+4
| | | | | Native libtool on Jessie lacks -fstack-protector* flags. See https://github.com/mxe/mxe/pull/1714#issuecomment-287438757
* more URL updatesViktor Szakats2017-03-1022-60/+60
|
* add package libmmsPavel Vatagin2017-03-061-0/+1
|
* go: update from 1.7.4 to 1.8Boris Nagaev2017-02-182-109/+2
| | | | | | Release notes of new release: https://golang.org/doc/go1.8 The patch adding support of PKG_CONFIG is not needed anymore: it was merged to upstream: https://github.com/golang/go/commit/5dcb31b2d55
* go: remove target directory before copying to itBoris Nagaev2017-02-181-0/+1
| | | | | Otherwise when the version is updated and the package is rebuilt, the target directory contains two mixed installations.
* gcc4 plugin: remove note about broken hyperscanTony Theodore2017-02-041-5/+0
|
* gcc cloog: remove unnecessary rules/variables/optionsTony Theodore2017-02-041-2/+2
|
* gcc4 plugin: freeze build rule and patchTony Theodore2017-02-043-7/+1014
|
* ricochet depends on specific parts of Qt5, not allBoris Nagaev2017-02-021-1/+1
| | | | | | | The list of components was deduced from official build instructions: https://github.com/ricochet-im/ricochet/blob/master/BUILDING.md#fedora See https://github.com/mxe/mxe/pull/1607#pullrequestreview-19498314
* tor: update to 0.2.9.9Boris Nagaev2017-02-011-2/+2
|
* gcc4 plugin: add READMEBoris Nagaev2017-01-251-0/+9
|
* gcc4 plugin: fix circular dependency gcc-cloogBoris Nagaev2017-01-251-0/+1
| | | | This line was in cloog before gcc5 and forgotten to be added to this plugin.
* add gcc4 pluginBoris Nagaev2017-01-251-0/+28
| | | | See https://github.com/mxe/mxe/pull/1541#issuecomment-274035553
* update default gcc to 5.4.0Boris Nagaev2017-01-251-25/+0
| | | | | | | | | The bug in gcc 5 which was a reason to downgrade to gcc 4 was fixed. See https://github.com/mxe/mxe/issues/964 for more details. cloog was updated to 0.18.4, because 0.18.1 version uses too old isl and failes to compile because it uses isl_int and it was removed from isl: https://gist.github.com/f550a61371f597a213f0291e53e632f0
* add package liblastfm_qt4Pavel Vatagin2017-01-221-1/+1
|
* lpeg: update checksumBoris Nagaev2017-01-171-1/+1
| | | | | The package was changed in upstream: http://lua-users.org/lists/lua-l/2017-01/msg00160.html
* lpeg: update to 1.0.1Boris Nagaev2017-01-141-2/+2
|
* add package clementine_qt4 to mxe/plugins/appsPavel Vatagin2017-01-112-0/+168
|
* apps: add ricochet 1.1.4Boris Nagaev2016-12-221-0/+28
|
* Merge pull request #1605 from LuaAndC/tor-0.2.9.8Boris Nagaev2016-12-212-7/+7
|\ | | | | update tor to 0.2.9.8
| * update tor to 0.2.9.8Boris Nagaev2016-12-212-7/+7
| |
* | update gcc6 to 6.3.0Mark Brand2016-12-211-2/+2
|/
* update Go to 1.7.4Boris Nagaev2016-12-051-2/+2
|
* luarocks: move most of the patch to config.luaBoris Nagaev2016-12-052-55/+49
| | | | See https://github.com/keplerproject/luarocks/pull/491#issuecomment-246206471
* apply `make cleanup-deps-style`Boris Nagaev2016-12-052-2/+2
|
* Merge pull request #1575 from LuaAndC/add-plugin-ownersBoris Nagaev2016-11-273-0/+6
|\ | | | | add OWNER and WEBSITE fields to plugins/apps
| * add OWNER and WEBSITE fields to plugins/appsBoris Nagaev2016-11-243-0/+6
| |
* | update go to 1.7.3Boris Nagaev2016-11-241-3/+3
|/
* Add msmtp to plugins/appsandrew-strong2016-11-191-0/+30
|
* fix build of go-native on Debian 8 StretchBoris Nagaev2016-11-171-0/+171
| | | | See https://github.com/golang/go/issues/13896
* gcc5 plugin: update gcc from 5.3 to 5.4Boris Nagaev2016-10-291-2/+2
| | | | | | | | | | Gcc 5.3 fails to build with gcc 6. The error message is: cfns.gperf:101:1: error: ‘const char* libc_name_p(const char*, unsigned int)’ redeclared inline with ‘gnu_inline’ attribute See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69959 See https://github.com/mxe/mxe/pull/1527#issuecomment-256273786
* 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.
* gcc6 plugin: mark itk problem as resolvedBoris Nagaev2016-10-251-1/+1
|
* Add options to strip toolchain, executables, and libsTony Theodore2016-10-232-3/+2
| | | | | | | | | | | | | | | | | 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
* Disable shared libraries for native targetsdarealshinji2016-10-223-2/+5
|
* s/environmental variable/environment variable/Boris Nagaev2016-10-021-2/+2
| | | | "Environment variable" is more commonly used.
* keepassx: update download URLBoris Nagaev2016-09-091-1/+1
| | | | see https://github.com/mxe/mxe/issues/1519
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-2753-106/+53
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* update gcc6 overlayMark Brand2016-08-241-2/+2
|
* gcc6 plugin: remove link to upx fixTony Theodore2016-08-201-1/+0
| | | | issues with gcc6 are only for native builds
* gcc6 plugin: link to upx fixTony Theodore2016-08-161-0/+1
|
* gcc6 plugin: link to ucl fixTony Theodore2016-08-161-1/+1
|
* host-tools plugin: install prefixed binutils and strip binariesTony Theodore2016-08-082-2/+14
|
* host-toolchain plugin: fix shared libgcc and qt toolsTony Theodore2016-08-064-5/+39
| | | | | | add winpthreads until gcc is built once per arch #1019 fixes #950