summaryrefslogtreecommitdiffstats
path: root/plugins/native
Commit message (Collapse)AuthorAgeFilesLines
* Disable shared libraries for native targetsdarealshinji2016-10-223-2/+5
|
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-2714-28/+14
| | | | | | | | | | | | | | | | | | | 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
* Always use the included version of libxmlDaniel Burr2016-05-291-1/+2
|
* add native build of gettext for Ubuntu 14.04 TrustyTony Theodore2016-05-092-0/+2
| | | | fixes #1341
* add native build of `patch` for darwin (#1295)Tony Theodore2016-04-121-0/+1
| | | same as #1170, MacPorts has `gpatch` but Homebrew and Rudix don't
* add native plugin for wheezy requirementsTony Theodore2016-01-317-0/+7
| | | | closes #1177 and #1178
* add gnu patch to native pluginsTony Theodore2016-01-171-0/+30
|
* plugins: remove *_MAKEFILE boilerplateTony Theodore2015-11-3010-10/+0
|
* gettext, libiconv, libtool native plugins: fix variable redefinitionTony Theodore2015-11-303-3/+3
|
* add native and apps plugin packagesTony Theodore2015-11-2613-0/+356