summaryrefslogtreecommitdiff
path: root/math/gnumeric/patches
diff options
context:
space:
mode:
authorrh <rh>2000-11-25 14:21:24 +0000
committerrh <rh>2000-11-25 14:21:24 +0000
commitb05df657f715826781d0087132dc7852a5515c93 (patch)
tree211c705d85c5b213e775889c9e31e8d8e93d4ac7 /math/gnumeric/patches
parent78ce3f0854ba229298ca7892a58daf968e9ebe28 (diff)
downloadpkgsrc-b05df657f715826781d0087132dc7852a5515c93.tar.gz
Update gnumeric to 0.59. Changes include:
Gnumeric 0.59 * Minor improvements to the autoformat dialog. Gnumeric 0.58 * Cleanup and general bugfixing in guile plugin. * Support for values inside the Guile interpreter * Undo for autoformat. * Beautify stf dialog. * Stf and other bugfixes. * Massive bug fixing spree. * Fix popup context menus. * 'General' number formats. * Some initial work on an MVC split for workbooks. * More work on double click fill support. * When format toolbar is vertical, replace font and size selectors with a button. * Fixed analysis tools for ranges not starting at A1. * Isolated floating-point-double reading code with endian-issues in one spot rather than in all file io plugins. * Fixed and updated the i18n subsystem, so it how should work more smooth - I will consider this very close to finished.
Diffstat (limited to 'math/gnumeric/patches')
-rw-r--r--math/gnumeric/patches/patch-aa32
-rw-r--r--math/gnumeric/patches/patch-ac12
2 files changed, 23 insertions, 21 deletions
diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa
index d6cd31f15a5..239920e9da8 100644
--- a/math/gnumeric/patches/patch-aa
+++ b/math/gnumeric/patches/patch-aa
@@ -1,22 +1,12 @@
-$NetBSD: patch-aa,v 1.9 2000/10/17 17:24:20 rh Exp $
+$NetBSD: patch-aa,v 1.10 2000/11/25 14:21:24 rh Exp $
---- configure.orig Tue Oct 10 17:27:58 2000
-+++ configure
-@@ -3229,7 +3229,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS"
-+LIBS="`xml-config --libs` $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 3235 "configure"
- #include "confdefs.h"
-@@ -3259,7 +3259,7 @@
- echo "$ac_t""yes" 1>&6
-
-
-- GNOME_XML_LIB=`$GNOME_CONFIG --libs xml`
-+ GNOME_XML_LIB=-lxml
-
- else
- echo "$ac_t""no" 1>&6
+--- plugins/gb/excel-gb-interior.c.orig Sat Nov 18 12:07:53 2000
++++ plugins/gb/excel-gb-interior.c
+@@ -14,7 +14,6 @@
+ #include "cell.h"
+ #include "rendered-value.h"
+ #include "parse-util.h"
+-#include "command-context-corba.h"
+ #include "selection.h"
+ #include "commands.h"
+
diff --git a/math/gnumeric/patches/patch-ac b/math/gnumeric/patches/patch-ac
new file mode 100644
index 00000000000..85266931e04
--- /dev/null
+++ b/math/gnumeric/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.5 2000/11/25 14:21:24 rh Exp $
+
+--- plugins/gb/excel-gb-range.c.orig Sat Nov 18 12:08:03 2000
++++ plugins/gb/excel-gb-range.c
+@@ -15,7 +15,6 @@
+ #include "rendered-value.h"
+ #include "parse-util.h"
+ #include "commands.h"
+-#include "command-context-corba.h"
+ #include "selection.h"
+
+ #include <gbrun/libgbrun.h>