| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
See https://github.com/mxe/mxe/issues/1500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
winpcap has directory wpcap/libpcap/.git in its source tree.
Git considers wpcap/libpcap to be a submodule, which is unwanted.
|
| |
|
|
|
|
|
|
| |
> patch < 2.7 (Wheezy has 2.6.1) can't handle the rename done in the patch.
See https://github.com/mxe/mxe/issues/1170#issuecomment-170701741
|
|
|
|
| |
See https://github.com/mxe/mxe/pull/1131#issuecomment-168547049
|
|
See https://github.com/mxe/mxe/pull/1134#issuecomment-168873410
See https://github.com/mxe/mxe/pull/1134#issuecomment-169867926
|