summaryrefslogtreecommitdiffstats
path: root/plugins/native
Commit message (Collapse)AuthorAgeFilesLines
* automake: fix deprecated syntax for newer perl versionsPsychoXIVI2018-06-201-0/+28
|
* bison flex: update and build on darwinTony Theodore2018-03-016-16/+46
|
* gettext: remove native deps fixupsTony Theodore2018-02-284-7/+0
| | | | | issue from #1892 was actually related to Bash on Ubuntu on Windows and timestamp issues causing autotools to be called
* gettext libiconv: refactor darwin buildsTony Theodore2018-02-281-5/+0
|
* libffi: always build native (since glib is always built on linux)Tony Theodore2018-02-273-15/+0
|
* libffi: build native version on darwin for glibTony Theodore2018-02-273-1/+15
|
* glib: build on darwin instead of using macports binaries (#2059)Tony Theodore2018-02-263-22/+1
| | | see #2053
* glib2 darwin: remove unnecessary build reqTony Theodore2018-02-171-2/+0
| | | | fixed properly in 9a48a19e
* glib2 darwin: ensure package is included in build reqs (really)Tony Theodore2017-12-271-1/+1
|
* glib2 darwin: ensure package is included in build reqsTony Theodore2017-12-271-0/+2
|
* rename archive pkg-type to source-only for clarityTony Theodore2017-12-221-1/+1
| | | | archive could imply a deprecated package
* native pkgs: use explicit cross-target deps and remove empty rulesTony Theodore2017-12-221-0/+3
|
* Improve handling of virtual packages and build messagesTony Theodore2017-12-221-0/+1
| | | | | | | | - add metadata to distinguish virtual package types - improve build order and status messages for empty packages print pkg type or `disabled` instead of `no-build` - add BUILD_DRY_RUN option and fixup make -t - update build-matrix rule to identify virtual pkgs
* native plugin fixupsTony Theodore2017-10-3010-4/+18
| | | | | | | | - gettext requires recent autotools - add for Ubuntu 14.04 (trusty) - fixes #1892 - add deps for Debian Jessie and Wheezy - libtool is built for prior Debian/Ubuntu, remove from docs - tidy up darwin overrides
* glib: refactor native toolsTony Theodore2017-10-2610-35/+23
| | | | | | | | | | | | | | fixes #1934 The method of symlinks to native tools fails when glib versions drift too far apart - the obvious solution would be to update more frequently, but glib (and downstream friends) are always difficult to update. This set of changes: - always builds tools on linux - builds tools only once - uses pre-built packages for darwin - is untested on freebsd
* add libtool dep for native packages using autotoolsTony Theodore2017-07-251-1/+0
| | | | | | | Partially built autotools suite can cause race condition when plugins/native is included fixes #1851
* 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-1011-37/+37
|
* 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