aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/wv/files
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-03-16 02:05:31 +0800
committermezz <mezz@FreeBSD.org>2006-03-16 02:05:31 +0800
commit74e3eecb815790a7384ecca9ae86d1a2829d8574 (patch)
tree397b897038a8b4480c0b9052c3bddb03b7a6c7e1 /textproc/wv/files
parent80cd6ade727ca674a2cd460b151caeb5f2bea75b (diff)
downloadfreebsd-ports-gnome-74e3eecb815790a7384ecca9ae86d1a2829d8574.tar.gz
freebsd-ports-gnome-74e3eecb815790a7384ecca9ae86d1a2829d8574.tar.zst
freebsd-ports-gnome-74e3eecb815790a7384ecca9ae86d1a2829d8574.zip
Update to 1.2.0, I have tested it with a dozen of Microsoft Word files in
Abiword and no problem. Others also have tested in the different way with the other ports. Use DATADIR in plist. Tested by: thierry and nobutaka
Diffstat (limited to 'textproc/wv/files')
-rw-r--r--textproc/wv/files/patch-field.c70
-rw-r--r--textproc/wv/files/patch-libole2-ms-ole.h10
2 files changed, 0 insertions, 80 deletions
diff --git a/textproc/wv/files/patch-field.c b/textproc/wv/files/patch-field.c
deleted file mode 100644
index 677c3135d3e3..000000000000
--- a/textproc/wv/files/patch-field.c
+++ /dev/null
@@ -1,70 +0,0 @@
-Index: field.c
-===================================================================
-RCS file: /cvsroot/wv/field.c,v
-retrieving revision 1.19
-retrieving revision 1.20
-diff -u -r1.19 -r1.20
---- field.c 29 Dec 2002 16:37:00 -0000 1.19
-+++ field.c 5 Jul 2004 18:10:03 -0000 1.20
-@@ -98,18 +98,21 @@
- case 1:
- sprintf (temp, "%d", current->tm_mon+1);
- strcat (timestr, temp);
-+ consumed += strlen (temp);
- break;
- case 2:
- strcat (timestr, "%m");
-+ consumed += 2;
- break;
- case 3:
- strcat (timestr, "%b");
-+ consumed += 2;
- break;
- default:
- strcat (timestr, "%B");
-+ consumed += 2;
- break;
- }
-- consumed += 2;
- break;
- case 's':
- case 'S':
-@@ -139,6 +142,7 @@
- case 1:
- consumed += sprintf (temp, "%d", current->tm_wday);
- strcat (timestr, temp);
-+ consumed += strlen (temp);
- break;
- case 2:
- strcat (timestr, "%d");
-@@ -182,12 +186,13 @@
- case 1:
- sprintf (temp, "%d", current->tm_hour % 12);
- strcat (timestr, temp);
-+ consumed += strlen (temp);
- break;
- default:
- strcat (timestr, "%I");
-+ consumed += 2;
- break;
- }
-- consumed += 2;
- break;
- case 'H':
- no = lookahead (token, 'H', 'H');
-@@ -197,6 +202,7 @@
- case 1:
- consumed += sprintf (temp, "%d", current->tm_hour);
- strcat (timestr, temp);
-+ consumed += strlen (temp);
- break;
- default:
- strcat (timestr, "%H");
-@@ -212,6 +218,7 @@
- case 1:
- consumed += sprintf (temp, "%d", current->tm_min);
- strcat (timestr, temp);
-+ consumed += strlen (temp);
- break;
- default:
- strcat (timestr, "%M");
diff --git a/textproc/wv/files/patch-libole2-ms-ole.h b/textproc/wv/files/patch-libole2-ms-ole.h
deleted file mode 100644
index 7d3b5d827fcb..000000000000
--- a/textproc/wv/files/patch-libole2-ms-ole.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- libole2/ms-ole.h.orig Thu Nov 28 16:26:40 2002
-+++ libole2/ms-ole.h Thu Nov 28 16:27:24 2002
-@@ -33,6 +33,7 @@
- typedef long caddr_t;
- #endif
-
-+#include <sys/types.h>
- #include <glib.h>
-
- typedef enum {