annotate src/qwtplot3d-1-fixes.patch @ 5893:53a6c7df43f8

Mesa 3D: Update to version 21.1.8. * src/mesa.mk: Update version and checksum. * src/mesa-2-uninitialized.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 22:37:45 +0200
parents 99516e73b368
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2024
diff changeset
1 This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2333
diff changeset
2 See index.html for further information.
2024
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
3
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
4 Contains ad hoc patches for cross building.
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
5
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
6 From 0ee512abc5ac926ebe37ea50ecac9c314efd8f53 Mon Sep 17 00:00:00 2001
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2024
diff changeset
7 From: MXE
2024
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
8 Date: Thu, 20 Oct 2011 21:05:36 +0200
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
9 Subject: [PATCH 1/4] add missing #include <cstdio>
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
10
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
11
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
12 diff --git a/src/qwt3d_function.cpp b/src/qwt3d_function.cpp
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
13 index 28d874e..72f93a9 100644
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
14 --- a/src/qwt3d_function.cpp
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
15 +++ b/src/qwt3d_function.cpp
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
16 @@ -1,3 +1,4 @@
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
17 +#include <cstdio>
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
18 #include "qwt3d_surfaceplot.h"
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
19 #include "qwt3d_function.h"
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
20
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
21 --
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
22 1.7.7
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
23
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
24
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
25 From 252126201db746fd5772e0ac201d7975aa705236 Mon Sep 17 00:00:00 2001
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2024
diff changeset
26 From: MXE
2024
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
27 Date: Thu, 20 Oct 2011 21:06:42 +0200
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
28 Subject: [PATCH 2/4] add missing #include <GL/glu.h>
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
29
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
30 We use symbols defined in this header.
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
31 Should not rely on Qt to include this file indirectly.
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
32
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
33 diff --git a/include/qwt3d_openglhelper.h b/include/qwt3d_openglhelper.h
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
34 index e5499c2..48052ae 100644
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
35 --- a/include/qwt3d_openglhelper.h
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
36 +++ b/include/qwt3d_openglhelper.h
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
37 @@ -1,3 +1,4 @@
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
38 +#include <GL/glu.h>
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
39 #ifndef __openglhelper_2003_06_06_15_49__
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
40 #define __openglhelper_2003_06_06_15_49__
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
41
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
42 --
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
43 1.7.7
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
44
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
45
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
46 From ac2860d954caeac6ce7701a0ee196e1533bc047e Mon Sep 17 00:00:00 2001
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2024
diff changeset
47 From: MXE
2024
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
48 Date: Thu, 20 Oct 2011 21:22:24 +0200
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2024
diff changeset
49 Subject: [PATCH 3/4] configure project for MXE
2024
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
50
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
51
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
52 diff --git a/qwtplot3d.pro b/qwtplot3d.pro
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
53 index d4fa0c1..94f92ee 100644
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
54 --- a/qwtplot3d.pro
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
55 +++ b/qwtplot3d.pro
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
56 @@ -3,7 +3,7 @@
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
57
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
58 TARGET = qwtplot3d
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
59 TEMPLATE = lib
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
60 -CONFIG += qt warn_on opengl thread zlib debug
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
61 +CONFIG += qt warn_on opengl thread zlib static release
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
62 MOC_DIR = tmp
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
63 OBJECTS_DIR = tmp
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
64 INCLUDEPATH = include
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
65 @@ -12,13 +12,13 @@ DESTDIR = lib
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
66 #DESTDIR = ../../../lib
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
67 QT += opengl
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
68
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
69 -win32:TEMPLATE = vclib
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
70 -win32:CONFIG += dll exceptions
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
71 +#win32:TEMPLATE = vclib
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
72 +win32:CONFIG += exceptions
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
73 win32:dll:DEFINES += QT_DLL QWT3D_DLL QWT3D_MAKEDLL
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
74 win32:QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_STL
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
75
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
76 # Comment the next line, if you have zlib on your windows system
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
77 -win32:CONFIG -= zlib
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
78 +#win32:CONFIG -= zlib
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
79
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
80 linux-g++:TMAKE_CXXFLAGS += -fno-exceptions
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
81 unix:VERSION = 0.2.6
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
82 --
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
83 1.7.7
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
84
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
85
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
86 From 6a316d1844a2634ebc4374e1e9d01502204d8c7e Mon Sep 17 00:00:00 2001
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2024
diff changeset
87 From: MXE
2024
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
88 Date: Thu, 20 Oct 2011 21:47:18 +0200
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2024
diff changeset
89 Subject: [PATCH 4/4] fix building examples for MXE
2024
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
90
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
91
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
92 diff --git a/examples/common.pro b/examples/common.pro
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
93 index 2b7fb83..a89066d 100644
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
94 --- a/examples/common.pro
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
95 +++ b/examples/common.pro
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
96 @@ -11,12 +11,12 @@ unix:LIBS += -lqwtplot3d -L../../lib
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
97 linux-g++:QMAKE_CXXFLAGS += -fno-exceptions
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
98
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
99 win32{
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
100 - LIBS += ../../lib/qwtplot3d.lib
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
101 - TEMPLATE = vcapp
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
102 - DEFINES += QT_DLL QWT3D_DLL
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
103 + LIBS += -L../../lib -lqwtplot3d
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
104 +# TEMPLATE = vcapp
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
105 +# DEFINES += QT_DLL QWT3D_DLL
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
106 RC_FILE = ../icon.rc
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
107 contains (CONFIG, debug) {
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
108 - QMAKE_LFLAGS += /NODEFAULTLIB:msvcrt
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
109 +# QMAKE_LFLAGS += /NODEFAULTLIB:msvcrt
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
110 }
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
111
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
112 }
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
113 --
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
114 1.7.7
26f8c8564952 new package qwtplot3d
Gareth Coco <garethcoco@gmail.com>
parents:
diff changeset
115