summaryrefslogtreecommitdiff
path: root/editors/abiword/files
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-11-01 00:53:16 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-11-01 00:53:16 +0000
commitf060d286831726abaa17cefb91adfa305a148dff (patch)
treeb628523c9426d845d3dce5dcf825d81f304ad486 /editors/abiword/files
parentUpdate maintainer's Email address. (diff)
Update to 0.7.6
PR: 14627 Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes: svn path=/head/; revision=22760
Diffstat (limited to 'editors/abiword/files')
-rw-r--r--editors/abiword/files/patch-aa22
-rw-r--r--editors/abiword/files/patch-af19
-rw-r--r--editors/abiword/files/patch-ag22
3 files changed, 31 insertions, 32 deletions
diff --git a/editors/abiword/files/patch-aa b/editors/abiword/files/patch-aa
index ce0149fac22c..3d086340d1b6 100644
--- a/editors/abiword/files/patch-aa
+++ b/editors/abiword/files/patch-aa
@@ -1,11 +1,11 @@
---- af/gr/unix/Makefile.orig Fri Apr 9 08:47:46 1999
-+++ af/gr/unix/Makefile Sun May 9 10:40:19 1999
-@@ -25,7 +25,7 @@
- CPPSRCS= gr_UnixGraphics.cpp \
- gr_UnixImage.cpp
-
--INCLUDES= -I/usr/X11R6/include
-+INCLUDES= -I/usr/local/include -I/usr/X11R6/include
-
- TARGETS= $(OBJS)
-
+--- wp/impexp/xp/ie_imp_MsWord_97.h Sun Oct 31 14:05:06 1999
++++ wp/impexp/xp/ie_imp_MsWord_97.h.new Sun Oct 31 14:05:27 1999
+@@ -24,7 +24,7 @@
+ //#include <stdlib.h>
+ #include <stdio.h>
+ #include "wv.h"
+-#include "xmlparse.h"
++#include <xmlparse.h>
+ #include "ut_vector.h"
+ #include "ut_stack.h"
+ #include "ie_imp.h"
diff --git a/editors/abiword/files/patch-af b/editors/abiword/files/patch-af
index dc6c520f1370..9d748542c247 100644
--- a/editors/abiword/files/patch-af
+++ b/editors/abiword/files/patch-af
@@ -1,10 +1,11 @@
---- af/xap/unix/xap_UnixFont.cpp.orig Tue Apr 20 07:35:11 1999
-+++ af/xap/unix/xap_UnixFont.cpp Sun May 9 10:40:19 1999
-@@ -21,6 +21,7 @@
- #include <stdarg.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
- #include <sys/stat.h>
+--- af/util/xp/ut_png.cpp Fri Feb 19 12:20:25 1999
++++ af/util/xp/ut_png.cpp.new Sat Oct 30 19:10:59 1999
+@@ -17,7 +17,7 @@
+ * 02111-1307, USA.
+ */
- #include "ut_string.h"
+-#include "png.h"
++#include <png.h>
+
+ #include "ut_assert.h"
+ #include "ut_bytebuf.h"
diff --git a/editors/abiword/files/patch-ag b/editors/abiword/files/patch-ag
index 1681bef3593e..6405e7d1a262 100644
--- a/editors/abiword/files/patch-ag
+++ b/editors/abiword/files/patch-ag
@@ -1,13 +1,11 @@
---- config/abi_defs.mk.orig Thu Apr 29 10:46:27 1999
-+++ config/abi_defs.mk Sun May 9 10:40:19 1999
-@@ -230,8 +230,8 @@
- ## We should change this when get non-gtk versions on unix....
+--- wp/impexp/xp/ie_imp_AbiWord_1.h Thu Jul 22 14:29:34 1999
++++ wp/impexp/xp/ie_imp_AbiWord_1.h.new Sat Oct 30 21:37:43 1999
+@@ -22,7 +22,7 @@
+ #define IE_IMP_ABIWORD_1_H
- ifeq ($(ABI_NATIVE),unix)
--CFLAGS += `gtk-config --cflags`
--EXTRA_LIBS += `gtk-config --libs`
-+CFLAGS += `gtk12-config --cflags`
-+EXTRA_LIBS += `gtk12-config --libs`
- endif
-
- ##################################################################
+ #include <stdio.h>
+-#include "xmlparse.h"
++#include <xmlparse.h>
+ #include "ut_vector.h"
+ #include "ut_stack.h"
+ #include "ie_imp.h"