summaryrefslogtreecommitdiff
path: root/math/gnumeric/patches
diff options
context:
space:
mode:
authorrh <rh>1999-08-23 17:12:40 +0000
committerrh <rh>1999-08-23 17:12:40 +0000
commitf2190e10d657575762840effb22306c61cf2dcbe (patch)
tree27b7665f917a8aa84e024f4bd7b220902c098c27 /math/gnumeric/patches
parentc88e6bdd047c26f5196c4804f4a1ca0980a8797b (diff)
downloadpkgsrc-f2190e10d657575762840effb22306c61cf2dcbe.tar.gz
Update gnumeric to 0.32
Notable changes are: * Implemented MDETERM and MINVERSE matrix functions. * Finished the ROMAN function completing the mathematical functions. * Implemented DB, DDB, FREQUENCY, QUARTILE, and XNPV functions. * Fixed DOLLAR, DOLLARDE, DOLLARFR, and PROB functions. * Added GUI for Summary Info. * Enabled function wizard. * Initial stab at Lotus 123: 'wk1', 'wks' import. * Added GUI for Names. * Better Excel string importing. * Fix for padded number insertion ( fixes CSV import ) * Implemented ISREF, INDIRECT improved CELL * Fixed several database functions. * Non-relative R1C1 style references. * Enable Array formulas. * Add VALUE_BOOLEAN, VALUE_ERROR, and OPER_PERCENT * Added EOMONTH, WORKDAY, NETWORKDAYS. * Work on functions : ROW, COLUMN, ISLOGICAL, ISERR, ISBLANK, DATEVALUE * Support implict intersection 'feature' of XL for functions, NOT operators. * Support Ctrl-Arrow movement & selection. Make moving corner of selection visible. * Support F4 switching between absolute and relative addressing modes * Reworked internal handling of absolute/relative addressing. * Fixed cut/copy/paste to relocate relative references to only when copying not cuting. * Implemented BESSELI, BESSELK completing the engineering functions. * Added Moniker support for the Workbooks * Added a signal for cell_content_changed for the speech support. * Fixed locale setting and switching for file IO. * Updated the CORBA interface for setting cell attributes. * Scrolling sheet tabs. * Many translations updated, thanks to our translators. * innumerable minor bugs fixed.
Diffstat (limited to 'math/gnumeric/patches')
-rw-r--r--math/gnumeric/patches/patch-aa39
1 files changed, 17 insertions, 22 deletions
diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa
index e1a9d834053..f04b8e943bf 100644
--- a/math/gnumeric/patches/patch-aa
+++ b/math/gnumeric/patches/patch-aa
@@ -1,33 +1,28 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $
+$NetBSD: patch-aa,v 1.2 1999/08/23 17:12:41 rh Exp $
---- configure.orig Tue Jul 13 05:52:16 1999
-+++ configure Sat Jul 31 19:46:20 1999
-@@ -2061,6 +2061,7 @@
- ac_tool_prefix=
- fi
+--- configure.orig Sun Aug 22 16:22:16 1999
++++ configure Mon Aug 23 17:10:50 1999
+@@ -2361,8 +2361,10 @@
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+if false; then
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
-@@ -2293,6 +2294,7 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+fi
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
-@@ -3356,7 +3358,7 @@
+@@ -3401,7 +3403,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lxml `gnome-config --libs xml` $LIBS"
+LIBS="-L${LOCALBASE}/lib -lxml -lz $LIBS"
cat > conftest.$ac_ext <<EOF
- #line 3362 "configure"
+ #line 3407 "configure"
#include "confdefs.h"
-@@ -3387,7 +3389,7 @@
+@@ -3432,7 +3434,7 @@
@@ -36,21 +31,21 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $
else
echo "$ac_t""no" 1>&6
-@@ -6045,7 +6047,7 @@
+@@ -6103,7 +6105,7 @@
echo $ac_n "checking For GnomePrint libraries""... $ac_c" 1>&6
- echo "configure:6048: checking For GnomePrint libraries" >&5
+ echo "configure:6106: checking For GnomePrint libraries" >&5
-if gnome-config --libs print > /dev/null 2>&1; then
-+if [ -f ${PREFIX}/lib/libgnomeprint.a ]; then
++if [ -f ${PREFIX}/lib/libgnomeprint.a ]; then
echo "$ac_t""found" 1>&6
else
{ echo "configure: error: Did not find GnomePrint installed" 1>&2; exit 1; }
-@@ -6053,14 +6055,14 @@
+@@ -6111,14 +6113,14 @@
echo $ac_n "checking For Glade libraries""... $ac_c" 1>&6
- echo "configure:6056: checking For Glade libraries" >&5
+ echo "configure:6114: checking For Glade libraries" >&5
-if gnome-config --libs libglade > /dev/null 2>&1; then
-+if [ -f ${PREFIX}/lib/libglade-gnome.a ]; then
++if [ -f ${PREFIX}/lib/libglade-gnome.a ]; then
echo "$ac_t""found" 1>&6
else
{ echo "configure: error: Did not find libGlade installed" 1>&2; exit 1; }
@@ -58,12 +53,12 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $
-EXTRA_GNOME_LIBS=`gnome-config --libs gnomeui print libglade $bonobo`
-EXTRA_GNOME_CFLAGS=`gnome-config --cflags gnomeui print libglade $bonobo`
-+EXTRA_GNOME_LIBS="`gnome-config --libs gnomeui $bonobo` -L${PREFIX}/lib -L${LOCALBASE}/lib -lgnomeprint -lglade-gnome -lglade"
++EXTRA_GNOME_LIBS="`gnome-config --libs gnomeui $bonobo` -L${LOCALBASE}/lib -L${PREFIX}/lib -lgnomeprint -lglade-gnome -lglade"
+EXTRA_GNOME_CFLAGS="`gnome-config --cflags gnomeui $bonobo` -I${LOCALBASE}/include -I${PREFIX}/include/libgnomeprint"
-@@ -6442,10 +6444,12 @@
+@@ -6503,10 +6505,12 @@
top_srcdir="$ac_dots$ac_given_srcdir" ;;
esac