Commit Graph

85 Commits

Author SHA1 Message Date
Tony Theodore d45663a36a boost: fix native darwin build 2019-06-28 21:43:13 +10:00
Mark Brand 246228254d fix update macro: boost 2019-05-15 23:32:54 +02:00
Tony Theodore 7f22c4dca9 boost, llvm, qtifw: changes for default posix build 2019-01-11 18:39:46 +11:00
Christoph Weiss 02c016f6c2 fix boost build under gentoo host 2018-10-09 11:05:48 +02:00
Tony Theodore 063cd91e19 boost: add minimal native build 2018-03-26 23:58:43 +11:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Tony Theodore b477bae14c boost: add test for boost.context linking 2017-02-03 14:08:38 +11: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 Nagaev 17e40d3884 use $(TEST_FILE) instead of $(2).c and other
The following script was applied:

    set -xue

    find src/ plugins/ -name '*.mk' -type f > mks

    # special cases for test file:
    # ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated
    sed 's@$(2).c@$(PWD)/src/$(PKG)-test.c@g' -i \
        src/{boost,freeimage,hdf5,lapack,sdl,sdl_image,sdl_sound}.mk
    sed 's@$(2).f@$(PWD)/src/$(PKG)-test.f@g' -i src/lapack.mk
    sed 's@$(PWD)/$(2).pro@$(PWD)/src/$(PKG)-test.pro@g' -i \
        src/qt.mk plugins/examples/custom-qt-min/overrides.mk
    sed 's@$(2)-CMakeLists.txt@$(PWD)/src/$(PKG)-test-CMakeLists.txt@g' \
        -i src/{sdl_image,sdl_sound}.mk

    # check
    for base in $(ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated); do
        ! grep -q '$(2)' "${base}.mk"
    done

    # other $(2)
    sed 's@$(2).cpp@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).cxx@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).c@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).ml@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).f@$(TEST_FILE)@g' -i $(cat mks)

    # check
    ! grep '$(2)' $(cat mks)

See https://github.com/mxe/mxe/issues/1452
2016-07-30 22:38:45 +03:00
Boris Pek 7ca2bceedd boost: add workaround for builds with GCC >= 6.x 2016-04-30 22:09:16 +03:00
Tony Theodore fdd5b9f7aa boost: update 1.57.0 --> 1.60.0
tested on all four targets
2015-12-25 20:43:53 +11:00
Tony Theodore d08148a0da Revert "boost pthreads qt sdl: disable cmake tests"
This reverts commit f1dd70802a.
2015-10-17 11:53:28 +11:00
Tony Theodore f1dd70802a boost pthreads qt sdl: disable cmake tests
see #909
2015-10-08 09:20:17 +11:00
Tony Theodore ee5db756fa boost pthreads sdl: tidy up cmake tests
closes #887
2015-10-04 16:01:18 +11:00
Tony Theodore 8a2cbf2c28 boost: add cmake test 2015-10-02 22:53:29 +10:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore ac7344aaef many packages: cleanup deps ordering 2015-09-23 17:41:16 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Tony Theodore 44438d6e6a boost hdf5 qt qtbase: write to $(CMAKE_TOOLCHAIN_DIR) instead of $(CMAKE_TOOLCHAIN_FILE)
Fixes #823
2015-09-12 13:43:05 +10:00
Rashad 29f8a03509 do not turn on c++11 for boost 2015-06-09 03:43:35 +02:00
Tony Theodore 51089b944d boost: really fix naming convention and removal of previous libs
The `runtime-link` option is redundant as the build will default
to `link`. All the option does is to cause the mangling of
library names and can be removed.

Fixes #573 and #580
2014-12-09 21:18:52 +11:00
Tony Theodore 7f96b7aa8b Revert "boost:fix for naming convention and removal of previous libs"
This reverts commit 2ff374c64e.
2014-12-09 21:16:46 +11:00
Tony Theodore 3c67cefde7 boost hdf5 pkgconf qt: move cmake variables to respective packages 2014-12-08 20:22:39 +11:00
Tony Theodore 2ff374c64e boost:fix for naming convention and removal of previous libs 2014-12-07 04:22:19 +11:00
Tony Theodore 37c3c01025 boost: fixes for v1.57 update 2014-12-05 21:48:18 +11:00
Tony Theodore fc36ca160a boost: update
breaks luabind but all other deps (armadillo assimp cgal json_spirit openscenegraph pcl wt xmlwrapp) okay
2014-12-01 23:43:14 +11:00
Timothy Gu bf20d7a80d boost: fix directory quoting
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-08-15 19:58:23 -07:00
Timothy Gu 46c9b6d464 boost: add $(BUILD_SHARED) guards to the `mv` of DLLs
Fixes #457.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-08-11 12:04:16 -07:00
Timothy Gu 802de6f766 boost: install DLLs to bin/
Fixes #375.
See   #393.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-08-07 20:07:55 -07:00
Tony Theodore f60e514c3e Merge branch 'stable' 2014-04-05 19:32:08 +11:00
Tony Theodore 1d8be107fe package boost: disable icu 2014-04-05 19:31:09 +11:00
Tobias Gruetzmacher 2ce8d4788f Package boost: Enable shared builds 2014-03-08 16:33:01 +11:00
Tony Theodore e6495848ce package boost: use $(TARGET)-ranlib in user.config.jam 2014-02-11 12:54:34 +11:00
Volker Grabsch e412eb642d Move package versions from index.html back into the src/*.mk files
Most of the automatic conversion was done using the following Python script:

import os
import re
pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk'))
with open('index.html', 'rb') as f:
    index = f.read()
pkgs_index = re.findall('<td class="package">([^<]*)</td>', index)
assert pkgs_index == pkgs
versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index))
assert sorted(versions.keys()) == pkgs
for pkg in pkgs:
    version = versions[pkg]
    with open('src/' + pkg + '.mk', 'rb') as f:
        mk = f.read()
    checksumpos = mk.index('\n$(PKG)_CHECKSUM ')
    versionline = '\n$(PKG)_VERSION  := %(version)s' % {'version': version}
    newmk = mk[:checksumpos] + versionline + mk[checksumpos:]
    with open('src/' + pkg + '.mk', 'wb') as f:
        f.write(newmk)
2013-07-22 01:41:31 +02:00
Mark Brand 76bde61023 update package boost 2013-02-04 23:06:41 +01:00
Mark Brand a63908439a update package boost 2012-11-05 21:21:19 +01:00
Mark Brand 4ac0644924 update package boost 2012-08-25 22:21:28 +02:00
Mark Brand 2f3bb0e455 update package boost 2012-07-01 20:41:23 +02:00
Tony Theodore 4ed13a9f30 all packages: use $(WGET) portability variable 2012-05-16 17:49:40 +10:00
Volker Grabsch 00f4690d3f Move full package names from src/*.mk into package list (index.html) 2012-03-29 21:41:44 +02:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00
Volker Grabsch 7e6723adb5 Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html 2012-03-29 11:07:07 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Mark Brand 2a213a5d6b update package boost 2012-02-25 08:49:27 +01:00
Mark Brand cbc357c55b update package boost 2011-11-15 21:30:15 +01:00
Mark Brand f70510876e upgrade package boost 2011-07-12 12:53:22 +02:00
Volker Grabsch 1f31555530 provide a faster version recognition for package boost 2011-05-17 14:10:53 +02:00
Mark Brand 88167c8ba2 upgrade package boost 2011-03-13 20:20:56 +01:00