summaryrefslogtreecommitdiff
path: root/math/qalculate/patches
diff options
context:
space:
mode:
authoradam <adam>2006-06-14 20:14:21 +0000
committeradam <adam>2006-06-14 20:14:21 +0000
commitcc91aaada2d2188ded7e3f7ad6cbff600285a175 (patch)
tree78efd7ddba6c97db9fda36ac4917964faa35c8dc /math/qalculate/patches
parent7628be6108c7f0ce666a0f66fbb57337285c2cd4 (diff)
downloadpkgsrc-cc91aaada2d2188ded7e3f7ad6cbff600285a175.tar.gz
Changes 0.9.4:
* True RPN mode with stack manipulation * Dutch translation (from Jaap Woldringh and the Dutch KDE translation team) * New application icons (from Thomas Lübking) * API documentation (approximately halfway) * Enhanced edit matrix/vector dialogs, with widget for GTK+ * View/edit/insert matrix/vector menu items (GTK+) * Combined dialog for number bases in result and expression (GTK+) * Fix comma as decimal sign with KDE GUI * "Convert to Best Unit" and "Convert to Base Units" was swapped (KDE) * Ignore commas (with dot as decimal sign) in numbers and option to use dot as thousands separator * Fix removal of factors in simplifaction ("1 kg m/s" was simplified to "1000 m/s") * Fix libqalculate.so unresolved symbols * Fix bug that caused all number arguments to require numbers to be rational * Interpret 0x..., 0o... and 0b... as hexadecimal, octal and binary numbers, respectively, when base is decimal * Ability to represent numbers as 0x0feff (for HEX), 0b0011101010 (for BIN) * Set vectors and matrices as the first argument by default * New functions * Fix integration * New unit: psi * New name format in data files for more flexible translations * Change some dubious mathematical wordings
Diffstat (limited to 'math/qalculate/patches')
-rw-r--r--math/qalculate/patches/patch-aa6
-rw-r--r--math/qalculate/patches/patch-ab12
2 files changed, 9 insertions, 9 deletions
diff --git a/math/qalculate/patches/patch-aa b/math/qalculate/patches/patch-aa
index bbc3d3b687a..80c16a332ff 100644
--- a/math/qalculate/patches/patch-aa
+++ b/math/qalculate/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2006/01/03 20:54:15 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2006/06/14 20:14:21 adam Exp $
---- libqalculate/Calculator.cc.orig 2004-10-18 12:30:49.000000000 +0000
+--- libqalculate/Calculator.cc.orig 2006-06-02 16:37:20.000000000 +0200
+++ libqalculate/Calculator.cc
@@ -33,7 +33,11 @@
#include <sys/types.h>
@@ -13,4 +13,4 @@ $NetBSD: patch-aa,v 1.3 2006/01/03 20:54:15 joerg Exp $
+#endif
#include <queue>
#include <glib.h>
-
+ //#include <dlfcn.h>
diff --git a/math/qalculate/patches/patch-ab b/math/qalculate/patches/patch-ab
index d54aea54ae2..b1c629f56c7 100644
--- a/math/qalculate/patches/patch-ab
+++ b/math/qalculate/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.6 2006/06/08 12:00:04 joerg Exp $
+$NetBSD: patch-ab,v 1.7 2006/06/14 20:14:21 adam Exp $
---- configure.orig 2006-03-11 11:28:32.000000000 +0100
+--- configure.orig 2006-06-01 22:14:56.000000000 +0200
+++ configure
-@@ -21158,12 +21158,10 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo
+@@ -20042,12 +20042,10 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo
if test "x$GCC" = "xyes"; then
case $CFLAGS in
*-Os*)
@@ -15,7 +15,7 @@ $NetBSD: patch-ab,v 1.6 2006/06/08 12:00:04 joerg Exp $
;;
esac
fi
-@@ -21189,13 +21187,13 @@ QALCULATE_AGE=0
+@@ -20073,13 +20071,13 @@ QALCULATE_AGE=0
@@ -32,7 +32,7 @@ $NetBSD: patch-ab,v 1.6 2006/06/08 12:00:04 joerg Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -21254,7 +21252,7 @@ fi
+@@ -20138,7 +20136,7 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
if test $ac_cv_lib_pthread_pthread_create = yes; then
@@ -41,7 +41,7 @@ $NetBSD: patch-ab,v 1.6 2006/06/08 12:00:04 joerg Exp $
fi
-@@ -23143,11 +23141,11 @@ extern "C"
+@@ -22058,11 +22056,11 @@ extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */