diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-13 11:19:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-13 11:19:45 +0000 |
commit | ecdcb9199175035d3bbebe537d6ab4c9229d74ac (patch) | |
tree | 596e995d273a089df571d8f4eafd231aeddb11ab /math/gnumeric/files | |
parent | Prevent harmless but annoying warning: "this file includes <malloc.h> which (diff) |
Update to 0.69.
Notes
Notes:
svn path=/head/; revision=46172
Diffstat (limited to 'math/gnumeric/files')
-rw-r--r-- | math/gnumeric/files/patch-aa | 31 | ||||
-rw-r--r-- | math/gnumeric/files/patch-plugins::gb::excel-gb-interior.c | 13 | ||||
-rw-r--r-- | math/gnumeric/files/patch-plugins::gb::excel-gb-range.c | 13 | ||||
-rw-r--r-- | math/gnumeric/files/patch-src::Makefile.in | 14 |
4 files changed, 22 insertions, 49 deletions
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa index c33c106d3436..1d1db230e937 100644 --- a/math/gnumeric/files/patch-aa +++ b/math/gnumeric/files/patch-aa @@ -1,29 +1,14 @@ $FreeBSD$ ---- configure.orig Mon Aug 6 12:35:22 2001 -+++ configure Mon Aug 6 12:36:51 2001 -@@ -9496,7 +9496,7 @@ +--- configure.orig Mon Aug 13 12:59:13 2001 ++++ configure Mon Aug 13 13:00:05 2001 +@@ -18426,7 +18426,7 @@ + fi done - --for ac_hdr in iconv.h -+for ac_hdr in giconv.h +-for ac_header in iconv.h ++for ac_header in giconv.h do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -@@ -10664,10 +10664,10 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# esac - - echo creating "$ac_file" - rm -f "$ac_file" + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + echo "$as_me:18432: checking for $ac_header" >&5 diff --git a/math/gnumeric/files/patch-plugins::gb::excel-gb-interior.c b/math/gnumeric/files/patch-plugins::gb::excel-gb-interior.c deleted file mode 100644 index c12c70c544b1..000000000000 --- a/math/gnumeric/files/patch-plugins::gb::excel-gb-interior.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- plugins/gb/excel-gb-interior.c 2001/08/06 10:12:43 1.1 -+++ plugins/gb/excel-gb-interior.c 2001/08/06 10:17:01 -@@ -14,7 +14,6 @@ - #include "sheet.h" - #include "cell.h" - #include "parse-util.h" --#include "command-context-corba.h" - #include "selection.h" - #include "commands.h" - diff --git a/math/gnumeric/files/patch-plugins::gb::excel-gb-range.c b/math/gnumeric/files/patch-plugins::gb::excel-gb-range.c deleted file mode 100644 index 26c30dca5680..000000000000 --- a/math/gnumeric/files/patch-plugins::gb::excel-gb-range.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- plugins/gb/excel-gb-range.c 2001/08/06 10:18:32 1.1 -+++ plugins/gb/excel-gb-range.c 2001/08/06 10:18:40 -@@ -15,7 +15,6 @@ - #include "cell.h" - #include "parse-util.h" - #include "commands.h" --#include "command-context-corba.h" - #include "selection.h" - - #include <gbrun/libgbrun.h> diff --git a/math/gnumeric/files/patch-src::Makefile.in b/math/gnumeric/files/patch-src::Makefile.in new file mode 100644 index 000000000000..277f15454cdc --- /dev/null +++ b/math/gnumeric/files/patch-src::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/Makefile.in 2001/08/13 10:22:52 1.1 ++++ src/Makefile.in 2001/08/13 10:23:24 +@@ -1092,7 +1092,7 @@ + gui-clipboard.h main.h eval.h position.h parse-util.h ranges.h \ + history.h str.h cell.h gui-file.h search.h \ + sheet-object-container.h sheet-object-bonobo.h \ +- sheet-object-impl.h ../idl/Evolution-Composer.h gnumeric-util.h \ ++ sheet-object-impl.h \ + gutils.h widgets/gnumeric-toolbar.h \ + widgets/widget-editable-label.h pixmaps/equal-sign.xpm + workbook-control.o: workbook-control.c ../config.h \ |