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
pull/1503/head
Boris Nagaev 8 years ago
parent 1b4b98c918
commit 6adb5ade12

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
MAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) MAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
TOP_DIR := $(patsubst %/,%,$(dir $(MAKEFILE))) TOP_DIR := $(patsubst %/,%,$(dir $(MAKEFILE)))

@ -1,5 +1,4 @@
/* This file is part of MXE. /* This file is part of MXE. See LICENSE.md for licensing information. */
* See index.html for further information. */
table.fullscreen { table.fullscreen {
width: 100%; width: 100%;

@ -1,5 +1,4 @@
/* This file is part of MXE. /* This file is part of MXE. See LICENSE.md for licensing information. */
* See index.html for further information. */
body { body {
font-size: 11pt; font-size: 11pt;
margin-top: 0em; margin-top: 0em;

@ -3048,8 +3048,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<p> <p>
and should start with: and should start with:
</p> </p>
<pre>This file is part of MXE. <pre>This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
This patch has been taken from: This patch has been taken from:
https://...</pre> https://...</pre>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
GIT_DIR = $(if $(patsubst .,,$($(1)_SUBDIR)) \ GIT_DIR = $(if $(patsubst .,,$($(1)_SUBDIR)) \
,$(GITS_DIR)/$($(1)_SUBDIR),$(GITS_DIR)/$(1)) ,$(GITS_DIR)/$($(1)_SUBDIR),$(GITS_DIR)/$(1))
@ -42,8 +41,7 @@ endef
define EXPORT_PATCH define EXPORT_PATCH
cd '$(call GIT_DIR,$(1))' \ cd '$(call GIT_DIR,$(1))' \
&& ( \ && ( \
echo 'This file is part of MXE.'; \ echo 'This file is part of MXE. See LICENSE.md for licensing information.'; \
echo 'See index.html for further information.'; \
echo ''; \ echo ''; \
echo 'Contains ad hoc patches for cross building.'; \ echo 'Contains ad hoc patches for cross building.'; \
echo ''; \ echo ''; \

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From e941cfd42870fe214f8c44cd5e4d8ee6893b0904 Mon Sep 17 00:00:00 2001 From e941cfd42870fe214f8c44cd5e4d8ee6893b0904 Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com> From: Boris Nagaev <bnagaev@gmail.com>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := keepassx PKG := keepassx
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
# enable native build of luajit for wrk # enable native build of luajit for wrk
# leave build rule in src/luajit.mk for other uses (i.e. build-pkg) # leave build rule in src/luajit.mk for other uses (i.e. build-pkg)

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
Contains ad hoc patches for cross building. Contains ad hoc patches for cross building.

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := qbittorrent PKG := qbittorrent
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
Contains ad hoc patches for cross building. Contains ad hoc patches for cross building.

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := tor PKG := tor
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
Contains ad hoc patches for cross building. Contains ad hoc patches for cross building.

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := wrk PKG := wrk
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
# MXE provides a fully featured build of Qt. Some users want more control... # MXE provides a fully featured build of Qt. Some users want more control...
# http://lists.nongnu.org/archive/html/mingw-cross-env-list/2013-08/msg00010.html # http://lists.nongnu.org/archive/html/mingw-cross-env-list/2013-08/msg00010.html

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := binutils-host PKG := binutils-host
$(PKG)_IGNORE = $(binutils_IGNORE) $(PKG)_IGNORE = $(binutils_IGNORE)

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := cmake-host PKG := cmake-host
$(PKG)_IGNORE = $(cmake_IGNORE) $(PKG)_IGNORE = $(cmake_IGNORE)

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := gcc-host PKG := gcc-host
$(PKG)_IGNORE = $(gcc_IGNORE) $(PKG)_IGNORE = $(gcc_IGNORE)

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := make-w32-bin PKG := make-w32-bin
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := pkgconf-host PKG := pkgconf-host
$(PKG)_IGNORE = $(pkgconf_IGNORE) $(PKG)_IGNORE = $(pkgconf_IGNORE)

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := $(basename $(notdir $(lastword $(MAKEFILE_LIST)))) PKG := $(basename $(notdir $(lastword $(MAKEFILE_LIST))))
$(PKG)_FILE = $(qtbase_FILE) $(PKG)_FILE = $(qtbase_FILE)

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := winpthreads-host PKG := winpthreads-host
$(PKG)_IGNORE = $(mingw-w64_IGNORE) $(PKG)_IGNORE = $(mingw-w64_IGNORE)

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
poppler_DEPS := $(filter-out qt ,$(poppler_DEPS)) qtbase poppler_DEPS := $(filter-out qt ,$(poppler_DEPS)) qtbase
openscenegraph_DEPS := $(filter-out qt ,$(openscenegraph_DEPS)) qtbase openscenegraph_DEPS := $(filter-out qt ,$(openscenegraph_DEPS)) qtbase

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
# override relevant cloog, isl, and gcc variables changed in: # override relevant cloog, isl, and gcc variables changed in:
# https://github.com/mxe/mxe/pull/965 # https://github.com/mxe/mxe/pull/965

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
# override relevant cloog, isl, and gcc variables changed in: # override relevant cloog, isl, and gcc variables changed in:
# https://github.com/mxe/mxe/pull/965 # https://github.com/mxe/mxe/pull/965

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
Contains ad hoc patches for cross building. Contains ad hoc patches for cross building.

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := go-native PKG := go-native
$(PKG)_WEBSITE := https://golang.org/ $(PKG)_WEBSITE := https://golang.org/

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := go PKG := go
$(PKG)_WEBSITE := https://golang.org/ $(PKG)_WEBSITE := https://golang.org/

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From 1d8e959ee39e7a46e150e722af12252448c7ac22 Mon Sep 17 00:00:00 2001 From 1d8e959ee39e7a46e150e722af12252448c7ac22 Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com> From: Boris Nagaev <bnagaev@gmail.com>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := llthreads2 PKG := llthreads2
$(PKG)_WEBSITE := https://github.com/moteus/lua-llthreads2 $(PKG)_WEBSITE := https://github.com/moteus/lua-llthreads2

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From f271a094f8add34df3f31ac6fb12c9fe683f763a Mon Sep 17 00:00:00 2001 From f271a094f8add34df3f31ac6fb12c9fe683f763a Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com> From: Boris Nagaev <bnagaev@gmail.com>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := lpeg PKG := lpeg
$(PKG)_WEBSITE := http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html $(PKG)_WEBSITE := http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From dbedfa6c3b350b6cb2c13d17790a17129ce28721 Mon Sep 17 00:00:00 2001 From dbedfa6c3b350b6cb2c13d17790a17129ce28721 Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com> From: Boris Nagaev <bnagaev@gmail.com>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := lua-rapidjson PKG := lua-rapidjson
$(PKG)_WEBSITE := https://github.com/xpol/lua-rapidjson $(PKG)_WEBSITE := https://github.com/xpol/lua-rapidjson

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
# enable native build for luarocks # enable native build for luarocks
# leave build rule in src/lua.mk for other uses (i.e. build-pkg) # leave build rule in src/lua.mk for other uses (i.e. build-pkg)

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
Contains ad hoc patches for cross building. Contains ad hoc patches for cross building.

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := luarocks PKG := luarocks
$(PKG)_WEBSITE := https://luarocks.org/ $(PKG)_WEBSITE := https://luarocks.org/

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From 11c943734757cf703daa6768b3919b7a580fe8b0 Mon Sep 17 00:00:00 2001 From 11c943734757cf703daa6768b3919b7a580fe8b0 Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com> From: Boris Nagaev <bnagaev@gmail.com>

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From 25007fd7fed18926728b9a1249f827a27e1d03f1 Mon Sep 17 00:00:00 2001 From 25007fd7fed18926728b9a1249f827a27e1d03f1 Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com> From: Boris Nagaev <bnagaev@gmail.com>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := luasocket PKG := luasocket
$(PKG)_WEBSITE := http://www.impa.br/~diego/software/luasocket $(PKG)_WEBSITE := http://www.impa.br/~diego/software/luasocket

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
Contains ad hoc patches for cross building. Contains ad hoc patches for cross building.

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := luv PKG := luv
$(PKG)_WEBSITE := https://github.com/luvit/luv $(PKG)_WEBSITE := https://github.com/luvit/luv

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := autoconf PKG := autoconf
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := automake PKG := automake
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := bison PKG := bison
$(PKG)_IGNORE := 3% $(PKG)_IGNORE := 3%

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := coreutils PKG := coreutils
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := flex PKG := flex
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := gettext PKG := gettext
$(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS)

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := gperf PKG := gperf
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := intltool PKG := intltool
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := libiconv PKG := libiconv
$(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS)

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := libtool PKG := libtool
$(PKG)_TARGETS := $(BUILD) $(PKG)_TARGETS := $(BUILD)

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := m4 PKG := m4
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := make PKG := make
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := patch PKG := patch
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := sed PKG := sed
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := tcl PKG := tcl
$(PKG)_WEBSITE := https://tcl.tk $(PKG)_WEBSITE := https://tcl.tk

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := tk PKG := tk
$(PKG)_WEBSITE := https://tcl.tk $(PKG)_WEBSITE := https://tcl.tk

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := a52dec PKG := a52dec
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From 2617d6a743ad197dc7ae0278a9c7015cc7dff61f Mon Sep 17 00:00:00 2001 From 2617d6a743ad197dc7ae0278a9c7015cc7dff61f Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl> From: Mark Brand <mabrand@mabrand.nl>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := agg PKG := agg
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := alure PKG := alure
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From 1e244993f497ca7167361dfb29a2fe43232a7661 Mon Sep 17 00:00:00 2001 From 1e244993f497ca7167361dfb29a2fe43232a7661 Mon Sep 17 00:00:00 2001
From: Timothy Gu <timothygu99@gmail.com> From: Timothy Gu <timothygu99@gmail.com>

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From: "Jon Schewe (BBN) <jschewe@bbn.com>" From: "Jon Schewe (BBN) <jschewe@bbn.com>"
Taken from https://issues.apache.org/bugzilla/attachment.cgi?id=31800. Taken from https://issues.apache.org/bugzilla/attachment.cgi?id=31800.

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From 72ceb6351c8519ed48b21233246fc87f5dc8ee18 Mon Sep 17 00:00:00 2001 From 72ceb6351c8519ed48b21233246fc87f5dc8ee18 Mon Sep 17 00:00:00 2001
From: Timothy Gu <timothygu99@gmail.com> From: Timothy Gu <timothygu99@gmail.com>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := apr-util PKG := apr-util
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := apr PKG := apr
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,6 +1,5 @@
/* /*
* This file is part of MXE. * This file is part of MXE. See LICENSE.md for licensing information.
* See index.html for further information.
*/ */
#include <armadillo> #include <armadillo>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := armadillo PKG := armadillo
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
Contains ad hoc patches for cross building. Contains ad hoc patches for cross building.

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := aspell PKG := aspell
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,6 +1,5 @@
/* /*
* This file is part of MXE. * This file is part of MXE. See LICENSE.md for licensing information.
* See index.html for further information.
*/ */
#include <assimp/cimport.h> #include <assimp/cimport.h>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := assimp PKG := assimp
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
diff -uNr a/atk/atkprivate.c b/atk/atkprivate.c diff -uNr a/atk/atkprivate.c b/atk/atkprivate.c
--- a/atk/atkprivate.c --- a/atk/atkprivate.c

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := atk PKG := atk
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := atkmm PKG := atkmm
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
Contains ad hoc patches for cross building. Contains ad hoc patches for cross building.

@ -1,6 +1,5 @@
/* /*
* This file is part of MXE. * This file is part of MXE. See LICENSE.md for licensing information.
* See index.html for further information.
*/ */
#include <aubio/aubio.h> #include <aubio/aubio.h>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := aubio PKG := aubio
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From e64e4a2b049ff472d6400d9650e295c1ebd6294b Mon Sep 17 00:00:00 2001 From e64e4a2b049ff472d6400d9650e295c1ebd6294b Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com> From: Boris Nagaev <bnagaev@gmail.com>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := bfd PKG := bfd
$(PKG)_IGNORE = $(binutils_IGNORE) $(PKG)_IGNORE = $(binutils_IGNORE)

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := binutils PKG := binutils
# see http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-01/msg00013.html # see http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-01/msg00013.html

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := blas PKG := blas
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: xantares <xantares09@hotmail.com> From: xantares <xantares09@hotmail.com>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
# partial module - included by src/cmake/CMakeLists.txt # partial module - included by src/cmake/CMakeLists.txt

@ -1,6 +1,5 @@
/* /*
* This file is part of MXE. * This file is part of MXE. See LICENSE.md for licensing information.
* See index.html for further information.
*/ */
#include <iostream> #include <iostream>

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := boost PKG := boost
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := box2d PKG := box2d
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
--- a/CMakeLists.txt Sat Sep 14 11:25:52 2013 -0700 --- a/CMakeLists.txt Sat Sep 14 11:25:52 2013 -0700
+++ b/CMakeLists.txt Fri Sep 27 15:03:58 2013 +1000 +++ b/CMakeLists.txt Fri Sep 27 15:03:58 2013 +1000

@ -1,6 +1,5 @@
/* /*
* This file is part of MXE. * This file is part of MXE. See LICENSE.md for licensing information.
* See index.html for further information.
*/ */
#pragma GCC diagnostic ignored "-Wunused-parameter" #pragma GCC diagnostic ignored "-Wunused-parameter"

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := bullet PKG := bullet
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
diff -uNr bzip2-1.0.6.orig/bzip2.c bzip2-1.0.6/bzip2.c diff -uNr bzip2-1.0.6.orig/bzip2.c bzip2-1.0.6/bzip2.c
--- bzip2-1.0.6.orig/bzip2.c 2010-09-11 01:04:53.000000000 +0200 --- bzip2-1.0.6.orig/bzip2.c 2010-09-11 01:04:53.000000000 +0200

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := bzip2 PKG := bzip2
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
Insist that ssize_t is defined. Insist that ssize_t is defined.

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
When DllMain is not being run, we need to initialize the font face mutex before using it. When DllMain is not being run, we need to initialize the font face mutex before using it.

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := cairo PKG := cairo
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := cairomm PKG := cairomm
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := cblas PKG := cblas
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
# This file is part of MXE. # This file is part of MXE. See LICENSE.md for licensing information.
# See index.html for further information.
PKG := ccfits PKG := ccfits
$(PKG)_IGNORE := $(PKG)_IGNORE :=

@ -1,5 +1,4 @@
This file is part of MXE. This file is part of MXE. See LICENSE.md for licensing information.
See index.html for further information.
Contains ad hoc patches for cross building. Contains ad hoc patches for cross building.

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save