diff options
author | adam <adam@pkgsrc.org> | 2005-08-03 13:36:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-08-03 13:36:05 +0000 |
commit | 1952dd006015784dad957a471945932860068aa8 (patch) | |
tree | 465199fcc2b5350b4584c304553a3355a96fb459 /math/qalculate/patches | |
parent | 8697d7e7706ffa088f53fa424940203245676c4c (diff) | |
download | pkgsrc-1952dd006015784dad957a471945932860068aa8.tar.gz |
Changes 0.8.1:
Remove requirement glib-2.0 >= 2.4 and require libxml2 >= 2.3.8
Do not use unicode prefix names for long names
Add even(), odd() and shift() functions and operators "<<" and ">>"
Compile with kdelibs and Qt >= 3.1 (KDE)
Add glib-2.0 and libxml-2.0 to PKG_CHECK_MODULES (KDE)
Display prefix in object info (KDE)
Confirm overwriting result and plot image files (KDE)
Use KIO instead of wget for fetching exchange rates (KDE)
Close gnuplot and disable save button when no series defined (KDE)
Diffstat (limited to 'math/qalculate/patches')
-rw-r--r-- | math/qalculate/patches/patch-aa | 6 | ||||
-rw-r--r-- | math/qalculate/patches/patch-ab | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/qalculate/patches/patch-aa b/math/qalculate/patches/patch-aa index ecd797c7adf..8c4f1b87ae5 100644 --- a/math/qalculate/patches/patch-aa +++ b/math/qalculate/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/11/19 12:30:08 adam Exp $ +$NetBSD: patch-aa,v 1.2 2005/08/03 13:36:05 adam Exp $ ---- src/libqalculate/Calculator.cc.orig 2004-10-18 12:30:49.000000000 +0000 -+++ src/libqalculate/Calculator.cc +--- libqalculate/Calculator.cc.orig 2004-10-18 12:30:49.000000000 +0000 ++++ libqalculate/Calculator.cc @@ -33,7 +33,11 @@ #include <sys/types.h> #include <sys/stat.h> diff --git a/math/qalculate/patches/patch-ab b/math/qalculate/patches/patch-ab index e0d8f9e9181..a258dbbd8c5 100644 --- a/math/qalculate/patches/patch-ab +++ b/math/qalculate/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1.1.1 2004/11/19 12:30:08 adam Exp $ +$NetBSD: patch-ab,v 1.2 2005/08/03 13:36:05 adam Exp $ ---- configure.orig 2004-11-19 12:07:16.000000000 +0000 +--- configure.orig 2005-06-11 08:39:34.000000000 +0000 +++ configure -@@ -20460,12 +20460,10 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo +@@ -20980,12 +20980,10 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo if test "x$GCC" = "xyes"; then case $CFLAGS in *-Os*) |