Commit Graph

7 Commits

Author SHA1 Message Date
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