Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automake: fix deprecated syntax for newer perl versions | PsychoXIVI | 2018-06-20 | 1 | -0/+28 |
| | |||||
* | bison flex: update and build on darwin | Tony Theodore | 2018-03-01 | 6 | -16/+46 |
| | |||||
* | gettext: remove native deps fixups | Tony Theodore | 2018-02-28 | 4 | -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 builds | Tony Theodore | 2018-02-28 | 1 | -5/+0 |
| | |||||
* | libffi: always build native (since glib is always built on linux) | Tony Theodore | 2018-02-27 | 3 | -15/+0 |
| | |||||
* | libffi: build native version on darwin for glib | Tony Theodore | 2018-02-27 | 3 | -1/+15 |
| | |||||
* | glib: build on darwin instead of using macports binaries (#2059) | Tony Theodore | 2018-02-26 | 3 | -22/+1 |
| | | | see #2053 | ||||
* | glib2 darwin: remove unnecessary build req | Tony Theodore | 2018-02-17 | 1 | -2/+0 |
| | | | | fixed properly in 9a48a19e | ||||
* | glib2 darwin: ensure package is included in build reqs (really) | Tony Theodore | 2017-12-27 | 1 | -1/+1 |
| | |||||
* | glib2 darwin: ensure package is included in build reqs | Tony Theodore | 2017-12-27 | 1 | -0/+2 |
| | |||||
* | rename archive pkg-type to source-only for clarity | Tony Theodore | 2017-12-22 | 1 | -1/+1 |
| | | | | archive could imply a deprecated package | ||||
* | native pkgs: use explicit cross-target deps and remove empty rules | Tony Theodore | 2017-12-22 | 1 | -0/+3 |
| | |||||
* | Improve handling of virtual packages and build messages | Tony Theodore | 2017-12-22 | 1 | -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 fixups | Tony Theodore | 2017-10-30 | 10 | -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 tools | Tony Theodore | 2017-10-26 | 10 | -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 autotools | Tony Theodore | 2017-07-25 | 1 | -1/+0 |
| | | | | | | | Partially built autotools suite can cause race condition when plugins/native is included fixes #1851 | ||||
* | enable native gettext and libiconv on Jessie | Boris Nagaev | 2017-03-19 | 2 | -0/+2 |
| | |||||
* | enable libtool plugin on Jessie | Boris Nagaev | 2017-03-17 | 4 | -0/+4 |
| | | | | | Native libtool on Jessie lacks -fstack-protector* flags. See https://github.com/mxe/mxe/pull/1714#issuecomment-287438757 | ||||
* | more URL updates | Viktor Szakats | 2017-03-10 | 11 | -37/+37 |
| | |||||
* | Disable shared libraries for native targets | darealshinji | 2016-10-22 | 3 | -2/+5 |
| | |||||
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 14 | -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 libxml | Daniel Burr | 2016-05-29 | 1 | -1/+2 |
| | |||||
* | add native build of gettext for Ubuntu 14.04 Trusty | Tony Theodore | 2016-05-09 | 2 | -0/+2 |
| | | | | fixes #1341 | ||||
* | add native build of `patch` for darwin (#1295) | Tony Theodore | 2016-04-12 | 1 | -0/+1 |
| | | | same as #1170, MacPorts has `gpatch` but Homebrew and Rudix don't | ||||
* | add native plugin for wheezy requirements | Tony Theodore | 2016-01-31 | 7 | -0/+7 |
| | | | | closes #1177 and #1178 | ||||
* | add gnu patch to native plugins | Tony Theodore | 2016-01-17 | 1 | -0/+30 |
| | |||||
* | plugins: remove *_MAKEFILE boilerplate | Tony Theodore | 2015-11-30 | 10 | -10/+0 |
| | |||||
* | gettext, libiconv, libtool native plugins: fix variable redefinition | Tony Theodore | 2015-11-30 | 3 | -3/+3 |
| | |||||
* | add native and apps plugin packages | Tony Theodore | 2015-11-26 | 13 | -0/+356 |