Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build-pkg: build for amd64 only | Boris Nagaev | 2015-08-11 | 1 | -13/+10 | |
| | | | | | | | Packages containing native binaries (compiler, native libraries, yasm) are compatible only with build machine architecture. close #756 | |||||
* | build-pkg: take target common files to a package | Boris Nagaev | 2015-08-11 | 1 | -9/+96 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | There are documentation and other shared files installed, which we don't need [1]. Some packages install files to same paths. There is a list of all packages which overlap and shared files [2]. Create a list of packages which have common files across targets. Some of them are a part of compiler chain (gcc-*), some are built natively intentionally: * gcc-isl * gcc-mpc * gcc-gmp * gcc-mpfr * gcc * yasm * ncurses * pkgconf [1] https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-06/msg00011.html [2] https://gist.github.com/starius/59625347cd68a21d9cc9 close #763 close #757 | |||||
* | build-pkg: fix a pattern in blacklist | Boris Nagaev | 2015-08-11 | 1 | -1/+1 | |
| | | | | "-" should be %-escaped in Lua patterns. | |||||
* | build-pkg: add target name to broken packages log | Boris Nagaev | 2015-07-10 | 1 | -2/+6 | |
| | ||||||
* | build-pkg: blacklist some file paths | Boris Nagaev | 2015-07-10 | 1 | -1/+17 | |
| | | | | | | | | | | | | | | | | * usr/share/ (doc, gcc-5.1.0, info, man) * usr/installed/check-requirements There are documentation and other shared files installed, which we don't need [1]. This commit doesn't cover all doc files. More files can be found by "find usr -name doc". Some packages install files to same paths. There is a list of all packages which overlap and shared files [2]. [1] https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-06/msg00011.html [2] https://gist.github.com/starius/59625347cd68a21d9cc9 | |||||
* | packages built by build-pkg.lua work on Wheezy | Boris Nagaev | 2015-07-10 | 1 | -7/+11 | |
| | | | | | | | | | | | | | | | | | | | After commit b14c1a3a9c25cf99c004b42e1ed , packages could not be installed on Debian <= Wheezy, because it lacks package libtool-bin. So package mxe-requirements should depend on libtool-bin only for Debian >= Jessie. This commit changes the function that builds packages mxe-requirements. Now it makes 4 .deb files: wheezy/ mxe-requirements_2.23_i386.deb mxe-requirements_2.23_amd64.deb jessie/ mxe-requirements_2.23_i386.deb mxe-requirements_2.23_amd64.deb see #754 | |||||
* | build-pkg.lua: fix too long lines of code | Boris Nagaev | 2015-07-10 | 1 | -4/+5 | |
| | ||||||
* | build-pkg: Add libtool-bin and p7zip-full as deps | Timothy Gu | 2015-07-06 | 1 | -2/+4 | |
| | | | | Fixes #753. Fixes #754. | |||||
* | build-pkg: remove old name "mxedeb" | Boris Nagaev | 2015-06-28 | 1 | -4/+4 | |
| | | | | | Fix description of the script: replace "DEB packages" with "binary packages". | |||||
* | add tool build-pkg.lua | Boris Nagaev | 2015-06-23 | 1 | -0/+356 | |
| | | | | | | | | | | | | | | This tool builds all packages for all targets and generates *.tar.xz and *.deb files. The latter ones can be uploaded to APT repository and installed to Debian machines. build-pkg.lua was previously known as mxedeb.lua See also: http://mxe.redjohn.tk/ https://github.com/starius/mxedeb https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-02/msg00010.html https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-03/msg00001.html | |||||
* | minizip, tools/copydlldeps: Run "make cleanup-style" | Volker Grabsch | 2015-01-11 | 1 | -1/+1 | |
| | ||||||
* | copydlldeps: PEP 8-ize | Timothy Gu | 2014-11-09 | 1 | -16/+33 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | copydlldeps: Fix typo | Timothy Gu | 2014-11-09 | 1 | -1/+1 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | tool copydlldeps.py: function is_pe_file() must not fail on directories | Martin Müllenhaupt | 2014-10-20 | 1 | -0/+2 | |
| | ||||||
* | tool copydlldeps: fix Python 3 compatibility | Martin Müllenhaupt | 2014-10-15 | 1 | -12/+13 | |
| | ||||||
* | copydlldeps tool: fix style | Martin Müllenhaupt | 2014-10-15 | 1 | -64/+64 | |
| | ||||||
* | add python script for recursive copy of DLL dependencies | Martin Müllenhaupt | 2014-10-15 | 1 | -0/+157 | |
| | ||||||
* | s3 sync: update server details | Tony Theodore | 2014-10-13 | 1 | -2/+4 | |
| | ||||||
* | mxe-activate: add build-matrix.html to tab completion | Tony Theodore | 2014-10-10 | 1 | -1/+3 | |
| | ||||||
* | tools: use a "compat-init.sh" for all compatibility variables | Timothy Gu | 2014-09-23 | 5 | -33/+32 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | patch-tool-mxe: Add support for changing patch file | Timothy Gu | 2014-09-18 | 1 | -9/+16 | |
| | ||||||
* | s3-fetch-and-sync: Label download bugs as bugs | Timothy Gu | 2014-09-03 | 1 | -2/+2 | |
| | ||||||
* | tools/fake-editor, s3-fetch-and-sync: add comments | Timothy Gu | 2014-09-03 | 2 | -3/+18 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | s3-fetch-and-sync: the new testing system is functional now | Timothy Gu | 2014-08-31 | 1 | -2/+1 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | Add forgotten file | Timothy Gu | 2014-08-31 | 1 | -0/+7 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | s3-fetch-and-sync: Add experimental download failure notification system | Timothy Gu | 2014-08-31 | 1 | -1/+22 | |
| | ||||||
* | update-config-guess: Fix website | Timothy Gu | 2014-08-19 | 1 | -1/+1 | |
| | | | ugh... | |||||
* | update-config-guess: fix typo | Timothy Gu | 2014-08-19 | 1 | -1/+6 | |
| | ||||||
* | patch-tool-mxe: Support .tgz, .tbz2, .txz | Timothy Gu | 2014-08-07 | 1 | -3/+6 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | update-gmsl: show new version when there is one | Timothy Gu | 2014-07-27 | 1 | -0/+1 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | update-config-guess: clean when no new version is available | Timothy Gu | 2014-06-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | update-gmsl: print notice when no new version is available | Timothy Gu | 2014-06-29 | 1 | -0/+2 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | mxe-activate: fix variable matching | Tony Theodore | 2014-06-17 | 1 | -2/+2 | |
| | ||||||
* | mxe-activate: use compgen -e for variable list instead of env | Tony Theodore | 2014-06-14 | 1 | -2/+2 | |
| | ||||||
* | Add tool to update config.guess | Timothy Gu | 2014-05-23 | 1 | -0/+43 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | s3-fetch-and-sync: use /bin/sh | Timothy Gu | 2014-05-14 | 1 | -1/+1 | |
| | ||||||
* | Add tool to update GMSL | Timothy Gu | 2014-04-27 | 1 | -0/+45 | |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | s3-fetch-and-sync: use clean-junk instead of clean-pkg | Tony Theodore | 2014-04-15 | 1 | -1/+1 | |
| | ||||||
* | add make-shared-from-static build tool | John W. Eaton | 2014-03-10 | 1 | -0/+218 | |
| | ||||||
* | mxe-activate: fix tools path and target list | Tony Theodore | 2014-02-19 | 1 | -2/+5 | |
| | ||||||
* | Makefile and pkgconf: move external tools separate directory | Tony Theodore | 2014-02-09 | 4 | -3296/+0 | |
| | ||||||
* | Makefile and docs: add GNU Make Standard Library | Tony Theodore | 2014-02-08 | 3 | -0/+1738 | |
| | ||||||
* | doc update: add proxies to env whitelist and re-align unset command | Tony Theodore | 2013-08-27 | 1 | -1/+4 | |
| | ||||||
* | mxe-activate: add BUILD to path | Tony Theodore | 2013-08-25 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #228 from tonytheodore/deps | Tony Theodore | 2013-08-25 | 2 | -36/+7 | |
|\ | | | | | Makefile and docs: add EXCLUDE_PKGS and show*deps* functionality | |||||
| * | Makefile and docs: add EXCLUDE_PKGS and show*deps* functionality | Tony Theodore | 2013-08-20 | 2 | -36/+7 | |
| | | ||||||
* | | add config.guess to tools so its available prior to any package builds | Tony Theodore | 2013-08-25 | 1 | -0/+1558 | |
| | | ||||||
* | | doc update: add EDITOR to env whitelist for interactive sessions | Tony Theodore | 2013-08-21 | 1 | -1/+1 | |
|/ | ||||||
* | mxe-activate: get targets from Makefile | Tony Theodore | 2013-08-20 | 1 | -1/+2 | |
| | ||||||
* | mxe-activate: unset env vars for interactive use | Tony Theodore | 2013-08-11 | 1 | -3/+4 | |
| |