diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-07 09:01:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-07 09:01:36 +0000 |
commit | f212fd9320ba899da97c829f8dbe16635e25009a (patch) | |
tree | b44956c9aaa22878c450ae437cec367edb133eaf /math/qalculate/files | |
parent | 283ce80207e9ecc26a61234eb2047d2b6094d746 (diff) | |
download | ports-f212fd9320ba899da97c829f8dbe16635e25009a.tar.gz ports-f212fd9320ba899da97c829f8dbe16635e25009a.zip |
Notes
Diffstat (limited to 'math/qalculate/files')
-rw-r--r-- | math/qalculate/files/extra-patch-FreeBSD4 | 11 | ||||
-rw-r--r-- | math/qalculate/files/patch-src_libqalculate_Calculator.cc | 11 | ||||
-rw-r--r-- | math/qalculate/files/patch-src_qalc.cc | 11 |
3 files changed, 0 insertions, 33 deletions
diff --git a/math/qalculate/files/extra-patch-FreeBSD4 b/math/qalculate/files/extra-patch-FreeBSD4 deleted file mode 100644 index 7c28930a8593..000000000000 --- a/math/qalculate/files/extra-patch-FreeBSD4 +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libqalculate/Calculator.cc.orig Sun Aug 29 17:22:28 2004 -+++ src/libqalculate/Calculator.cc Sun Aug 29 17:27:37 2004 -@@ -225,7 +225,7 @@ - - saved_locale = strdup(setlocale(LC_NUMERIC, NULL)); - struct lconv *lc = localeconv(); -- place_currency_code_before = lc->int_p_cs_precedes; -+ place_currency_code_before = lc->p_cs_precedes; - place_currency_sign_before = lc->p_cs_precedes; - setlocale(LC_NUMERIC, "C"); - ILLEGAL_IN_NAMES = DOT_S + RESERVED OPERATORS SPACES PARENTHESISS VECTOR_WRAPS; diff --git a/math/qalculate/files/patch-src_libqalculate_Calculator.cc b/math/qalculate/files/patch-src_libqalculate_Calculator.cc deleted file mode 100644 index 7bd59d32a76a..000000000000 --- a/math/qalculate/files/patch-src_libqalculate_Calculator.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libqalculate/Calculator.cc.orig Fri Mar 11 14:36:10 2005 -+++ src/libqalculate/Calculator.cc Fri Mar 11 14:36:17 2005 -@@ -33,7 +33,7 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <dirent.h> --#include <wait.h> -+#include <sys/wait.h> - #include <queue> - #include <glib.h> - diff --git a/math/qalculate/files/patch-src_qalc.cc b/math/qalculate/files/patch-src_qalc.cc deleted file mode 100644 index 6da583f1b7fb..000000000000 --- a/math/qalculate/files/patch-src_qalc.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/qalc.cc.orig Fri Mar 11 14:50:18 2005 -+++ src/qalc.cc Fri Mar 11 14:50:31 2005 -@@ -16,7 +16,7 @@ - #include <time.h> - #include <pthread.h> - #include <dirent.h> --#include <malloc.h> -+#include <stdlib.h> - #include <stdio.h> - #include <vector> - #include <glib.h> |