summaryrefslogtreecommitdiff
path: root/math/labplot/files
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-09-04 08:40:52 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-09-04 08:40:52 +0000
commitbfb19ceb3bcc7fe64f83a1837a48a03a4e6e2c16 (patch)
treefb0f7957f96a4876b973a6811df518dcafbd97a9 /math/labplot/files
parentUpdate devel/erlang-gpb to version 4.3.2. (diff)
- Update to 2.5.0
- Add optional Cantor support - Move options block downward - Update WWW Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D16996
Diffstat (limited to 'math/labplot/files')
-rw-r--r--math/labplot/files/patch-src_backend_gsl_parser.tab.c13
-rw-r--r--math/labplot/files/patch-src_backend_gsl_parser.y13
-rw-r--r--math/labplot/files/patch-src_backend_gsl_parser__parallel.y13
3 files changed, 0 insertions, 39 deletions
diff --git a/math/labplot/files/patch-src_backend_gsl_parser.tab.c b/math/labplot/files/patch-src_backend_gsl_parser.tab.c
deleted file mode 100644
index 7650f2a7d36f..000000000000
--- a/math/labplot/files/patch-src_backend_gsl_parser.tab.c
+++ /dev/null
@@ -1,13 +0,0 @@
-The function strtod_l is defined in xlocale.h .
-
---- src/backend/gsl/parser.tab.c.orig 2017-04-23 19:52:39 UTC
-+++ src/backend/gsl/parser.tab.c
-@@ -67,7 +67,7 @@
-
- #include <string.h>
- #include <ctype.h>
--#include <locale.h>
-+#include <xlocale.h>
- #include "parser.h"
- #include "constants.h"
- #include "functions.h"
diff --git a/math/labplot/files/patch-src_backend_gsl_parser.y b/math/labplot/files/patch-src_backend_gsl_parser.y
deleted file mode 100644
index 33a3ba41605b..000000000000
--- a/math/labplot/files/patch-src_backend_gsl_parser.y
+++ /dev/null
@@ -1,13 +0,0 @@
-The function strtod_l is defined in xlocale.h .
-
---- src/backend/gsl/parser.y.orig 2017-04-02 07:47:32 UTC
-+++ src/backend/gsl/parser.y
-@@ -30,7 +30,7 @@
- %{
- #include <string.h>
- #include <ctype.h>
--#include <locale.h>
-+#include <xlocale.h>
- #include "parser.h"
- #include "constants.h"
- #include "functions.h"
diff --git a/math/labplot/files/patch-src_backend_gsl_parser__parallel.y b/math/labplot/files/patch-src_backend_gsl_parser__parallel.y
deleted file mode 100644
index 7b3e0be0ba39..000000000000
--- a/math/labplot/files/patch-src_backend_gsl_parser__parallel.y
+++ /dev/null
@@ -1,13 +0,0 @@
-The function strtod_l is defined in xlocale.h .
-
---- src/backend/gsl/parser_parallel.y.orig 2017-04-23 19:52:52 UTC
-+++ src/backend/gsl/parser_parallel.y
-@@ -34,7 +34,7 @@
- #include <string.h>
- #include <strings.h> /* bzero */
- #include <ctype.h>
--#include <locale.h>
-+#include <xlocale.h>
- #include "constants.h"
- #include "functions.h"
- #include "parser.h"