Commit Graph

12 Commits

Author SHA1 Message Date
Tony Theodore 8474ab2e89 boost: fix darwin build 2020-04-08 00:44:41 +10:00
Tony Theodore 35fa487de3 boost: fix iostreams warning
replaces and closes #1266
fixes #1265
2018-03-17 20:37:48 +11:00
Tony Theodore 3f7ee8aa9c boost: fix openssl1.1
use asio from boost 1.62
2018-03-06 21:31:04 +11:00
Tony Theodore 1b1b9c9a9a various packages: run `make refresh-patches` with numbering 2017-11-19 11:29:22 +11:00
Tony Theodore cd1655c9ef various packages: refresh patches
brings patches into common format to reduce noise in diffs
2017-11-19 11:29:22 +11: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 4b3d71ae76 boost: remove unneeded patch "Fixed case sensetive for linux mingw"
> Currently boost-1-fixes.patch contain my patch: boostorg/interprocess#23
> This patch is not necessary, because BOOST_USE_WINDOWS_H not defined:
>
> #ifdef BOOST_USE_WINDOWS_H
> #include <windows.h>
>
> #  if defined(BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME)
> #  include <Wbemidl.h>
> #  include <Objbase.h>
> #  endif
>
> #include <Shlobj.h>
> #endif
>
> so case sensitivity for headers is irrelevant. Previously pull
> boostorg/interprocess#15 is obsolete for boost-1.60.

https://github.com/mxe/mxe/issues/1104#issuecomment-167437968
2015-12-28 01:45:19 +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
Mark Brand a8df43d132 boost: mingw-w64 4.01 compatibility fix
This reverts commit 65ca33b218.
2015-03-29 15:04:09 +02:00
Tony Theodore 37c3c01025 boost: fixes for v1.57 update 2014-12-05 21:48:18 +11:00
Lothar May 9f1b4f19c5 remove unneeded patch for package boost 2010-11-20 20:33:55 +01:00
Lothar May a3d5a8e958 improved test program and portability patches for package boost 2010-10-23 00:04:16 +02:00