summaryrefslogtreecommitdiffstats
path: root/math/gnumeric2/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-07 15:58:20 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-07 15:58:20 +0800
commitbe93bf90fb47977b7739f9ce416c2416b0f169d7 (patch)
treed846db12ed94e0928753936f5a77ff19b34a4fd6 /math/gnumeric2/files
parent6816d6d797bec9bf68631bcc107b41b50c4aebc1 (diff)
downloadmarcuscom-ports-be93bf90fb47977b7739f9ce416c2416b0f169d7.tar
marcuscom-ports-be93bf90fb47977b7739f9ce416c2416b0f169d7.tar.gz
marcuscom-ports-be93bf90fb47977b7739f9ce416c2416b0f169d7.tar.bz2
marcuscom-ports-be93bf90fb47977b7739f9ce416c2416b0f169d7.tar.lz
marcuscom-ports-be93bf90fb47977b7739f9ce416c2416b0f169d7.tar.xz
marcuscom-ports-be93bf90fb47977b7739f9ce416c2416b0f169d7.tar.zst
marcuscom-ports-be93bf90fb47977b7739f9ce416c2416b0f169d7.zip
Add gnumeric2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@533 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r--math/gnumeric2/files/patch-configure29
-rw-r--r--math/gnumeric2/files/patch-doc_xmldocs.make11
-rw-r--r--math/gnumeric2/files/patch-po_de.po11
-rw-r--r--math/gnumeric2/files/patch-src::stf-parse.c12
-rw-r--r--math/gnumeric2/files/patch-src_regutf8.h11
5 files changed, 74 insertions, 0 deletions
diff --git a/math/gnumeric2/files/patch-configure b/math/gnumeric2/files/patch-configure
new file mode 100644
index 000000000..4feaedade
--- /dev/null
+++ b/math/gnumeric2/files/patch-configure
@@ -0,0 +1,29 @@
+--- configure.orig Wed Nov 13 14:39:44 2002
++++ configure Fri Nov 15 20:11:48 2002
+@@ -8244,6 +8244,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -9562,7 +9563,8 @@
+ int
+ main ()
+ {
+-FILE *f = fdopen(1, "r")
++FILE *f;
++f = fdopen(1, "r")
+ ;
+ return 0;
+ }
+@@ -13997,7 +13999,7 @@
+ }'
+ fi
+
+-DEFS=-DHAVE_CONFIG_H
++DEFS="$DEFS -DHAVE_CONFIG_H"
+
+ ac_libobjs=
+ ac_ltlibobjs=
diff --git a/math/gnumeric2/files/patch-doc_xmldocs.make b/math/gnumeric2/files/patch-doc_xmldocs.make
new file mode 100644
index 000000000..082315756
--- /dev/null
+++ b/math/gnumeric2/files/patch-doc_xmldocs.make
@@ -0,0 +1,11 @@
+--- doc/xmldocs.make.orig Tue Sep 24 09:15:18 2002
++++ doc/xmldocs.make Sat Oct 5 02:43:17 2002
+@@ -32,7 +32,7 @@
+ # dist-hook: app-dist-hook
+ #
+
+-docdir = $(gnumeric_datadir)/share/gnome/help/$(docname)/$(lang)
++docdir = $(gnumeric_datadir)/help/$(docname)/$(lang)
+
+ xml_files = $(entities) $(docname).xml
+
diff --git a/math/gnumeric2/files/patch-po_de.po b/math/gnumeric2/files/patch-po_de.po
new file mode 100644
index 000000000..437ddbca0
--- /dev/null
+++ b/math/gnumeric2/files/patch-po_de.po
@@ -0,0 +1,11 @@
+--- po/de.po.orig Fri Feb 7 01:56:00 2003
++++ po/de.po Fri Feb 7 02:13:28 2003
+@@ -36,7 +36,7 @@
+ "Last-Translator: Christian Neumair <chris@gnome-de.org>\n"
+ "Language-Team: German <gnome-de@gnome.org>\n"
+ "MIME-Version: 1.0\n"
+-"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Type: text/plain; charset=ISO-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
+
+ #: GNOME_Gnumeric.server.in.in.h:1
diff --git a/math/gnumeric2/files/patch-src::stf-parse.c b/math/gnumeric2/files/patch-src::stf-parse.c
new file mode 100644
index 000000000..09b8ea277
--- /dev/null
+++ b/math/gnumeric2/files/patch-src::stf-parse.c
@@ -0,0 +1,12 @@
+--- src/stf-parse.c.orig Thu Sep 12 00:21:07 2002
++++ src/stf-parse.c Thu Sep 12 00:21:59 2002
+@@ -876,8 +876,7 @@
+ if (len == -1)
+ return (char *)s;
+ if (len > 1) {
+- if (mbstowcs (&wstr, s, 1) == 1 &&
+- !iswprint (wstr) && !iswspace (wstr))
++ if (mbstowcs (&wstr, s, 1) == 1)
+ return (char *)s;
+ s += len;
+ } else
diff --git a/math/gnumeric2/files/patch-src_regutf8.h b/math/gnumeric2/files/patch-src_regutf8.h
new file mode 100644
index 000000000..04040ac56
--- /dev/null
+++ b/math/gnumeric2/files/patch-src_regutf8.h
@@ -0,0 +1,11 @@
+--- src/regutf8.h.orig Thu Sep 12 00:17:54 2002
++++ src/regutf8.h Thu Sep 12 00:18:02 2002
+@@ -19,7 +19,7 @@
+ #endif
+
+ #ifndef REG_OK
+-#define REG_OK REG_NOERROR
++#define REG_OK 0
+ #endif
+
+ // ----------------------------------------------------------------------------