Commit Graph

12 Commits

Author SHA1 Message Date
Tony Theodore 38c43b5017 sub makefiles: standardize names and add to build-pkg 2018-03-12 14:28:14 +11:00
Tony Theodore 1b1b9c9a9a various packages: run `make refresh-patches` with numbering 2017-11-19 11:29:22 +11:00
Tony Theodore 628590f62d patch.mk: add `refresh-patch` targets and improve output/logging 2017-11-19 11:29:22 +11:00
Boris Nagaev 5d832ebf70 core packages are now a plugin
See https://github.com/mxe/mxe/issues/1422
2016-12-22 22:25:48 +01:00
Boris Nagaev 8e35c23242 move index.html to docs/
See https://github.com/mxe/mxe/issues/1500
2016-08-27 12:31:30 +03: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
Tony Theodore 09bea83f83 patch.mk: portability fix for gsed 2016-07-17 12:44:48 +10:00
Boris Nagaev 1f60ecc373 patch-tool-mxe: rename existing .git directories
winpcap has directory wpcap/libpcap/.git in its source tree.
Git considers wpcap/libpcap to be a submodule, which is unwanted.
2016-06-13 15:43:37 +03:00
Boris Nagaev f089be0b96 Revert "fix libieee1284 on Wheezy and prevent patch-tool-mxe from using rename" 2016-02-01 11:22:57 +03:00
Boris Nagaev bff9b400f5 patch-tool-mxe: remove "-M9" from git format-patch
> 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
2016-01-12 02:12:42 +03:00
Boris Nagaev 0edd0899ba patch-tool-mxe: add "-M9" to git format-patch
See https://github.com/mxe/mxe/pull/1131#issuecomment-168547049
2016-01-08 15:39:41 +03:00
Boris Nagaev efc287a8d9 move patching functions and targets to patch.mk
See https://github.com/mxe/mxe/pull/1134#issuecomment-168873410
See https://github.com/mxe/mxe/pull/1134#issuecomment-169867926
2016-01-08 15:39:41 +03:00