| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
See https://github.com/mxe/mxe/issues/1422
Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
closes #871
|
|
|
| |
This has been tested and works fine now.
|
|
|
| |
Noticed this small error.
|
|
|
| |
Updated to the latest mman-win32. Improved the method of resolving the URL and UPDATE variables.
|
|
|
| |
Rather than always downloading the latest commit, this will cause it to download a specific commit.
|
|
|
|
|
|
|
|
|
|
|
| |
This updates the the checksum and version to the latest commit...
If you're not willing to change to the latest commit, you could change the URL to:
https://github.com/witwall/mman-win32/archive/3421c28e753c38d24a2e27c111b1c9b4601ebe7d.zip
Rather than keeping:
https://github.com/witwall/mman-win32/archive/master.tar.gz
That master.tar.gz is probably always pointing at the latest commit.
|
| |
|
| |
|
| |
|
|
|