aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-08-30 22:36:05 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-08-30 22:36:05 +0200
commitd3f97cea2ca08f0fe5e1eafb17476e813acd204a (patch)
treeba1d25ae7455f082429c1faa246ec7b487a90209 /nx-X11/extras
parent055f52b03123e88fa989e24a006030f745279cdf (diff)
downloadnx-libs-d3f97cea2ca08f0fe5e1eafb17476e813acd204a.tar.gz
nx-libs-d3f97cea2ca08f0fe5e1eafb17476e813acd204a.tar.bz2
nx-libs-d3f97cea2ca08f0fe5e1eafb17476e813acd204a.zip
Mesa.patches: Shrink over-zealous 5001 patch. Only patch files that we use during build.
Diffstat (limited to 'nx-X11/extras')
-rw-r--r--nx-X11/extras/Mesa.patches_6.4.2/5001_nasty-typo-fixes.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/nx-X11/extras/Mesa.patches_6.4.2/5001_nasty-typo-fixes.patch b/nx-X11/extras/Mesa.patches_6.4.2/5001_nasty-typo-fixes.patch
index 65ca7d201..12398127c 100644
--- a/nx-X11/extras/Mesa.patches_6.4.2/5001_nasty-typo-fixes.patch
+++ b/nx-X11/extras/Mesa.patches_6.4.2/5001_nasty-typo-fixes.patch
@@ -1,50 +1,6 @@
Description: Some nasty typos fixed to silence lintian et al.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
-Index: Mesa/src/mesa/drivers/dri/common/xmlconfig.c
-===================================================================
---- Mesa.orig/src/mesa/drivers/dri/common/xmlconfig.c
-+++ Mesa/src/mesa/drivers/dri/common/xmlconfig.c
-@@ -729,7 +729,7 @@ static void parseDeviceAttr (struct OptC
- for (i = 0; attr[i]; i += 2) {
- if (!strcmp (attr[i], "driver")) driver = attr[i+1];
- else if (!strcmp (attr[i], "screen")) screen = attr[i+1];
-- else XML_WARNING("unkown device attribute: %s.", attr[i]);
-+ else XML_WARNING("unknown device attribute: %s.", attr[i]);
- }
- if (driver && strcmp (driver, data->driverName))
- data->ignoringDevice = data->inDevice;
-@@ -749,7 +749,7 @@ static void parseAppAttr (struct OptConf
- for (i = 0; attr[i]; i += 2) {
- if (!strcmp (attr[i], "name")) name = attr[i+1];
- else if (!strcmp (attr[i], "executable")) exec = attr[i+1];
-- else XML_WARNING("unkown application attribute: %s.", attr[i]);
-+ else XML_WARNING("unknown application attribute: %s.", attr[i]);
- }
- if (exec && strcmp (exec, data->execName))
- data->ignoringApp = data->inApp;
-@@ -762,7 +762,7 @@ static void parseOptConfAttr (struct Opt
- for (i = 0; attr[i]; i += 2) {
- if (!strcmp (attr[i], "name")) name = attr[i+1];
- else if (!strcmp (attr[i], "value")) value = attr[i+1];
-- else XML_WARNING("unkown option attribute: %s.", attr[i]);
-+ else XML_WARNING("unknown option attribute: %s.", attr[i]);
- }
- if (!name) XML_WARNING1 ("name attribute missing in option.");
- if (!value) XML_WARNING1 ("value attribute missing in option.");
-Index: Mesa/src/mesa/glapi/glX_proto_size.py
-===================================================================
---- Mesa.orig/src/mesa/glapi/glX_proto_size.py
-+++ Mesa/src/mesa/glapi/glX_proto_size.py
-@@ -432,7 +432,7 @@ class PrintGlxReqSize_c(PrintGlxReqSize_
- """Create the server-side 'request size' functions.
-
- Create the server-side functions that are used to determine what the
-- size of a varible length command should be. The server then uses
-+ size of a variable length command should be. The server then uses
- this value to determine if the incoming command packed it malformed.
- """
-
Index: Mesa/src/mesa/main/debug.c
===================================================================
--- Mesa.orig/src/mesa/main/debug.c