Commit Graph

21 Commits

Author SHA1 Message Date
Tony Theodore 68973eb222 cmake: update 3.15.4 --> 3.17.3
Tested with:
make `make show-downstream-deps-cmake` \
    MXE_TARGETS="i686-w64-mingw32.static \
    i686-w64-mingw32.shared \
    x86_64-w64-mingw32.static \
    x86_64-w64-mingw32.shared"
2020-06-09 20:08:26 +10:00
Tony Theodore 7be5f6bd35 cmake: update 3.10.0 --> 3.15.4
replaces #2293
2019-10-13 18:37:46 +11:00
Tony Theodore aaa5a1be93 cmake: add note to test thoroughly after updates 2019-09-08 20:25:39 +10:00
Tony Theodore 3f8dc4d8e3 cmake: use new-style rules 2018-09-19 21:46:54 +10:00
Martin Müllenhaupt 473ebf2d0c cmake: update to 3.10 2017-12-06 15:24:30 +01:00
Lukasz Taczuk 33c746fb9e Update cmake to 3.8.2 (#1806)
* Update cmake to 3.8.2
2017-07-09 14:40:26 +10:00
Tony Theodore 5780100e32 cmake: update and remove unnecessary modules
FindOpenSSL module was needed before cmake was included in MXE:
6d97556825
2017-03-12 17:27:09 +11:00
Viktor Szakats e961e447fb URL updates 2017-03-04 10:33:47 +00:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
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
2016-08-27 12:31:29 +03:00
Boris Pek 96ae6b546f cmake: update to 3.5.2 2016-04-24 15:09:39 +03:00
Martin Müllenhaupt 683fcb6cde cmake: update to 3.5.1 2016-04-10 11:25:19 +02:00
Tony Theodore 9bd2349eeb Build native version of cmake
* install in MXE native path so only visible to MXE sessions and wrapper scripts
* remove from requirements
* no MXE patches or pkg updates yet
2015-11-27 14:11:14 +11:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Tony Theodore 6bc8377f9e cmake: update 2014-12-12 00:21:19 +11:00
Tony Theodore 955020b531 update package cmake 2013-11-09 21:08:44 +11:00
Tony Theodore 5b318144b9 native packages: tidy up and install to BUILD prefix to avoid conflicts 2013-08-25 19:12:13 +10:00
Tony Theodore bfe15253af add optional native autotools bison cmake flex libtool packages 2013-08-24 21:02:24 +10:00
Tony Theodore 4bc0f0f924 remove optional native builds for autoconf automake cmake libtool
these need more testing and proper multi-target support
2013-07-26 12:56:28 +10:00
Tony Theodore 8ff8097dbd add optional package cmake with native build 2013-07-23 00:54:29 +10:00