Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | secure URLs | Viktor Szakats | 2019-05-02 | 3 | -11/+17 |
| | | | | also apply minor updates to tools/mxe-get | ||||
* | remove gitlab mirror | Tony Theodore | 2019-04-09 | 2 | -125/+0 |
| | | | | | | suffixed tarballs are available in three places, no need for extra redundancy closes #1681 | ||||
* | build-pkg: add version id to allow adding git tag | Tony Theodore | 2019-04-02 | 1 | -2/+5 |
| | |||||
* | remove gcc plugins from additional pkgs | Tony Theodore | 2019-03-10 | 1 | -1/+2 |
| | | | | these just override each other and end up with errors | ||||
* | add gcc plugins to additional pkgs | Tony Theodore | 2019-03-09 | 1 | -1/+1 |
| | |||||
* | notes on codename | Tony Theodore | 2019-02-26 | 1 | -3/+8 |
| | |||||
* | build-pkg changes | Tony Theodore | 2019-02-26 | 1 | -21/+26 |
| | |||||
* | add standalone scons-local pkg and remove scons from reqs | Tony Theodore | 2018-08-31 | 2 | -8/+8 |
| | |||||
* | Secure URLs | Viktor Szakats | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | Secure URLs | Viktor Szakats | 2018-07-27 | 1 | -1/+1 |
| | |||||
* | allow disabling usage of fakeroot via MXE_BUILD_PKG_NO_FAKEROOT | Ashish Kulkarni | 2018-07-01 | 1 | -2/+9 |
| | | | | | | fakeroot hangs in a docker container and is not required (already root), so don't call it if MXE_BUILD_PKG_NO_FAKEROOT is set in the environment. | ||||
* | Revert "travis-push: only push on master branch" | Tony Theodore | 2018-03-18 | 1 | -1/+1 |
| | | | | This reverts commit 97ddd29ccc9e97993257dfff5307d8b242400768. | ||||
* | Revert "travis-push: test master in .travis.yml" | Tony Theodore | 2018-03-18 | 1 | -1/+1 |
| | | | | This reverts commit a6f2caa3869a50e2af68ab69755279aef6bfac19. | ||||
* | travis-push: test master in .travis.yml | Tony Theodore | 2018-03-18 | 1 | -1/+1 |
| | |||||
* | travis-push: only push on master branch | Tony Theodore | 2018-03-18 | 1 | -1/+1 |
| | | | | fixes #1683 | ||||
* | waf: unpack in build dir and don't install for general use | Tony Theodore | 2018-03-12 | 1 | -2/+0 |
| | |||||
* | build-pkg: build nonet and check-reqs early, ignore .waf* artefacts | Tony Theodore | 2018-03-12 | 1 | -1/+2 |
| | |||||
* | sub makefiles: standardize names and add to build-pkg | Tony Theodore | 2018-03-12 | 1 | -4/+6 |
| | |||||
* | build-pkg: add usage notes for pkg list and dry run | Tony Theodore | 2018-03-12 | 1 | -1/+14 |
| | |||||
* | build-pkg.lua: update debian deps and notes for other systems | Tony Theodore | 2018-03-05 | 1 | -1/+17 |
| | | | | closes #2065 | ||||
* | Makefile and build-pkg: use {pkg}~{target} directly | Tony Theodore | 2017-12-22 | 1 | -2/+2 |
| | | | | | | | | | | | Required for the case where a cross package is independent of it's native package (e.g. libiconv) and the native pkg may not have been built in the dep chain. Calling: ``` make pkg MXE_TARGETS=... ``` will then cause `make` to build the native pkg as well. (MXE_TARGETS is still required otherwise it will be picked up from settings.mk) | ||||
* | add virtual toolchain package cc | Tony Theodore | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | updates: move to separate file and add generic updater function | Tony Theodore | 2017-11-18 | 1 | -2/+13 |
| | |||||
* | s3-fetch-and-sync: cleanup log (make clean-junk removed) | Tony Theodore | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | Makefile and s3: add mxe mirror and tidy output | Tony Theodore | 2017-11-13 | 1 | -1/+0 |
| | |||||
* | Makefile: also create suffixed archives for backup downloads | Tony Theodore | 2017-11-12 | 1 | -0/+1 |
| | | | | | See: https://github.com/mxe/mxe/pull/1681#issuecomment-280887497 | ||||
* | build-pkg: exclude waf cache directory | Tony Theodore | 2017-10-31 | 1 | -0/+1 |
| | | | | | | | | When `waf` executes, it creates a cache directory in: `./usr/$(BUILD)/bin/.waf-<version>-<checksum>` This causes conflicting files in `build-pkg` (see #1840) and should be blacklisted. | ||||
* | tools/skeleton.py: update pkg-config template | Tony Theodore | 2017-10-30 | 1 | -3/+5 |
| | |||||
* | run make cleanup-style | Tony Theodore | 2017-10-10 | 3 | -290/+290 |
| | |||||
* | Merge pull request #1908 from LuaAndC/build-pkg-installed-size | Boris Nagaev | 2017-09-29 | 1 | -0/+17 |
|\ | | | | | build-pkg, Debian: set Installed-Size field | ||||
| * | build-pkg, Debian: set Installed-Size field | Boris Nagaev | 2017-09-24 | 1 | -0/+17 |
| | | | | | | | | See https://github.com/mxe/mxe/issues/1886#issuecomment-325927828 | ||||
* | | Merge pull request #1907 from LuaAndC/build-pkg-ignore-some-gitkeep | Boris Nagaev | 2017-09-26 | 1 | -0/+4 |
|\ \ | | | | | | | build-pkg: blacklist {installed,lib}/.gitkeep | ||||
| * | | build-pkg: blacklist {installed,lib}/.gitkeep | Boris Nagaev | 2017-09-24 | 1 | -0/+4 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following files are installed by both cmake-conf and mxe-conf: usr/i686-w64-mingw32.shared/installed/.gitkeep usr/i686-w64-mingw32.static/installed/.gitkeep usr/x86_64-unknown-linux-gnu/installed/.gitkeep usr/x86_64-unknown-linux-gnu/lib/.gitkeep usr/x86_64-w64-mingw32.shared/installed/.gitkeep usr/x86_64-w64-mingw32.static/installed/.gitkeep In all cases a package installs other files to the same library, so these .gitkeep files can be safely added to the blacklist. See https://github.com/mxe/mxe/issues/1886#issuecomment-331719282 | ||||
* | | build-pkg: pack empty packages as well | Boris Nagaev | 2017-09-24 | 1 | -35/+3 |
|/ | | | | | See https://github.com/mxe/mxe/issues/1886#issue-253920956 See https://github.com/mxe/mxe/issues/968 | ||||
* | Merge pull request #1903 from LuaAndC/misspell | Boris Nagaev | 2017-09-24 | 1 | -1/+1 |
|\ | | | | | fix typos found by misspell tool | ||||
| * | fix typos found by misspell tool | Boris Nagaev | 2017-09-24 | 1 | -1/+1 |
| | | |||||
* | | build-pkg: ignore all copies of nonetwork.so | Boris Nagaev | 2017-09-24 | 1 | -1/+4 |
|/ | | | | See https://github.com/mxe/mxe/issues/1886#issuecomment-325927308 | ||||
* | copydlldeps.sh: Fixes for macOS. | Gregorio Litenstein | 2017-07-22 | 1 | -5/+21 |
| | | | | The current version fails in macOS due to some differences in “find” and “cp”. This takes that into account. | ||||
* | copydlldeps.sh: Fix syntax error (missing space) | Gregorio Litenstein | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | secure URLs | Viktor Szakats | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | tools/skeleton.py: add gh_conf support | Tony Theodore | 2017-03-18 | 1 | -6/+30 |
| | |||||
* | add option to install Linux packages as well | Viktor Szakats | 2017-03-14 | 1 | -7/+9 |
| | |||||
* | rewrite hardcoded absolute paths | Viktor Szakats | 2017-03-14 | 1 | -1/+15 |
| | |||||
* | use curl+gpg instead of relying on gpg's curling capabilities | Viktor Szakats | 2017-03-14 | 1 | -4/+6 |
| | |||||
* | refer to LICENSE.md, TOFIX->FIXME | Viktor Szakats | 2017-03-14 | 1 | -24/+3 |
| | |||||
* | add bash script to install packages on non-Linux systems | Viktor Szakats | 2017-03-13 | 1 | -0/+165 |
| | | | | | | *BSD systems are currently supported and macOS actually tested. Ref: https://github.com/mxe/mxe/issues/1708 | ||||
* | more URL updates | Viktor Szakats | 2017-03-10 | 5 | -10/+9 |
| | |||||
* | build-pkg: disable usr/share/gtk-doc | Boris Nagaev | 2017-03-05 | 1 | -0/+1 |
| | | | | | | This path is buggy. Packages installing files there have options --disable-gtk-doc and --disable-gtk-doc-html, but they don't help. | ||||
* | add tools to create and update backup of packages | Boris Nagaev | 2017-01-07 | 2 | -0/+125 |
| | |||||
* | skeleton.py: put website and description to .mk | Boris Nagaev | 2016-12-22 | 1 | -48/+2 |
| | | | | | | ... instead of index.html See https://github.com/mxe/mxe/issues/1422 |