aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword/files')
-rw-r--r--editors/abiword/files/patch-aa11
-rw-r--r--editors/abiword/files/patch-af11
-rw-r--r--editors/abiword/files/patch-ag11
-rw-r--r--editors/abiword/files/patch-an43
-rw-r--r--editors/abiword/files/patch-ap30
-rw-r--r--editors/abiword/files/patch-aq27
-rw-r--r--editors/abiword/files/patch-ar11
7 files changed, 0 insertions, 144 deletions
diff --git a/editors/abiword/files/patch-aa b/editors/abiword/files/patch-aa
deleted file mode 100644
index 3d086340d1b6..000000000000
--- a/editors/abiword/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index 9d748542c247..000000000000
--- a/editors/abiword/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 "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
deleted file mode 100644
index 6405e7d1a262..000000000000
--- a/editors/abiword/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
-
- #include <stdio.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-an b/editors/abiword/files/patch-an
deleted file mode 100644
index ee7d51335e95..000000000000
--- a/editors/abiword/files/patch-an
+++ /dev/null
@@ -1,43 +0,0 @@
---- Makefile Tue Feb 29 07:34:29 2000
-+++ Makefile.new Sun May 14 21:58:09 2000
-@@ -42,6 +42,7 @@
-
- ## Set the following to a list of pathnames to be copied to $(CANONDIR)
- CANON_TOPLEVELFILES= $(ABI_ROOT)/COPYING $(ABI_ROOT)/user/wp/readme.txt
-+CANON_TLF_NOTDIR= $(notdir $(CANON_TOPLEVELFILES))
-
- ## Set the following to a list of directories (probably a subset of DIRS)
- ## that have work to do.
-@@ -52,6 +53,9 @@
- @for k in $(CANON_TOPLEVELFILES); do \
- $(ABICOPY) $$k $(CANONDIR); \
- done
-+ @for k in $(CANON_TLF_NOTDIR); do \
-+ $(ABICHMOD) ugo=r $(CANONDIR)/$$k; \
-+ done
- @for k in $(CANON_SubDirs); do \
- $(MAKE) ABI_ROOT=$(ABI_ROOT) -C $$k canonical; \
- done
-@@ -63,6 +67,7 @@
- unzip -o $$k; \
- rm $$k; \
- done)
-+ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *)
- # (cd $(ABI_ROOT)/../abidistfiles; tar cf - dictionary/*.hash) | (cd $(CANONDIR); tar xf -)
- ifeq ($(ABI_NATIVE),unix)
- # each Unix installer requires both unixfonts and abidistfiles,
-@@ -92,10 +97,12 @@
- fi
- # icons for X window manager use
- @$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY))
-- (cd $(ABI_ROOT)/../abidistfiles/icons; cp *_48* $(CANONDIR)/icons)
-+ (cd $(ABI_ROOT)/../abidistfiles/icons; $(ABICOPY) *_48* $(CANONDIR)/icons)
-+ @(cd $(CANONDIR)/icons; $(ABICHMOD) ugo=r *_48*)
- # font stuff for installation
- @$(subst xxxx,$(CANONDIR)/fonts,$(VERIFY_DIRECTORY))
-- (cd $(ABI_ROOT)/../unixfonts/fonts ; cp *.* $(CANONDIR)/fonts)
-+ (cd $(ABI_ROOT)/../unixfonts/fonts ; $(ABICOPY) *.* $(CANONDIR)/fonts)
-+ @(cd $(CANONDIR)/fonts; $(ABICHMOD) ugo=r *.*)
- endif
-
- ##################################################################
diff --git a/editors/abiword/files/patch-ap b/editors/abiword/files/patch-ap
deleted file mode 100644
index 6a8bcc348fe0..000000000000
--- a/editors/abiword/files/patch-ap
+++ /dev/null
@@ -1,30 +0,0 @@
---- wp/Makefile Fri May 26 13:51:51 2000
-+++ wp/Makefile.new Thu Jun 22 17:11:49 2000
-@@ -44,10 +44,24 @@
- @$(subst xxxx,$(CANON_AppDir),$(VERIFY_DIRECTORY))
- @$(subst xxxx,$(CANON_AppDir)/strings,$(VERIFY_DIRECTORY))
- @$(subst xxxx,$(CANON_AppDir)/help,$(VERIFY_DIRECTORY))
-+ @$(subst xxxx,$(CANON_AppDir)/help/en-US,$(VERIFY_DIRECTORY))
-+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/images,$(VERIFY_DIRECTORY))
-+ @$(subst xxxx,$(CANON_AppDir)/help/fr-FR,$(VERIFY_DIRECTORY))
-+ @$(subst xxxx,$(CANON_AppDir)/help/fr-FR/images,$(VERIFY_DIRECTORY))
-+ @$(subst xxxx,$(CANON_AppDir)/help/es-ES,$(VERIFY_DIRECTORY))
- @$(subst xxxx,$(CANON_AppDir)/sample,$(VERIFY_DIRECTORY))
-+ @$(subst xxxx,$(CANON_AppDir)/sample/en-US,$(VERIFY_DIRECTORY))
- @$(ABICOPY) $(USERDIR)/wp/readme.txt $(CANON_AppDir)
- @$(ABICOPY) $(USERDIR)/wp/system.profile $(CANON_AppDir)
- @$(ABICOPY) $(USERDIR)/wp/strings/*.strings $(CANON_AppDir)/strings
-- (cd $(USERDIR)/wp/help; tar cf - ./*.* $(CANON_Lang)/*.* $(CANON_Lang)/*/*.*) | (cd $(CANON_AppDir)/help; tar xf -)
-- (cd $(USERDIR)/wp/sample; tar cf - $(CANON_Lang)/*.*) | (cd $(CANON_AppDir)/sample; tar xf -)
--
-+ @$(ABICOPY) $(USERDIR)/wp/help/*.html $(CANON_AppDir)/help
-+ @$(ABICOPY) $(USERDIR)/wp/help/*.gif $(CANON_AppDir)/help
-+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/*.html $(CANON_AppDir)/help/en-US
-+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.gif $(CANON_AppDir)/help/en-US/images
-+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.jpg $(CANON_AppDir)/help/en-US/images
-+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.png $(CANON_AppDir)/help/en-US/images
-+ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/*.html $(CANON_AppDir)/help/fr-FR
-+ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/images/*.gif $(CANON_AppDir)/help/fr-FR/images
-+ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/images/*.jpg $(CANON_AppDir)/help/fr-FR/images
-+ @$(ABICOPY) $(USERDIR)/wp/help/es-ES/*.html $(CANON_AppDir)/help/es-ES
-+ @$(ABICOPY) $(USERDIR)/wp/sample/en-US/*.abw $(CANON_AppDir)/sample/en-US
diff --git a/editors/abiword/files/patch-aq b/editors/abiword/files/patch-aq
deleted file mode 100644
index cef4e383e24a..000000000000
--- a/editors/abiword/files/patch-aq
+++ /dev/null
@@ -1,27 +0,0 @@
---- config/abi_defs.mk Fri Jun 9 15:48:49 2000
-+++ config/abi_defs.mk.new Thu Jun 22 16:32:03 2000
-@@ -124,11 +124,11 @@
- ## INSTALL program...
-
- define MAKE_OBJDIR
--if test ! -d $(@D); then rm -rf $(@D); mkdir -p $(@D); fi
-+if test ! -d $(@D); then rm -rf $(@D); $(ABIMKDIR) -p $(@D); fi
- endef
-
- define VERIFY_DIRECTORY
--if test ! -d xxxx; then rm -rf xxxx; mkdir -p xxxx; fi
-+if test ! -d xxxx; then rm -rf xxxx; $(ABIMKDIR) -p xxxx; fi
- endef
-
- ifeq ($(OS_NAME), WIN32)
-@@ -160,7 +160,9 @@
- ##################################################################
- ##################################################################
-
--ABICOPY=cp
-+ABICOPY = cp
-+ABICHMOD = chmod
-+ABIMKDIR = mkdir -m u=rwx,go=rx
-
- ifdef ABISOURCE_LICENSED_TRADEMARKS
- ABI_TMDEFS= -DABISOURCE_LICENSED_TRADEMARKS
diff --git a/editors/abiword/files/patch-ar b/editors/abiword/files/patch-ar
deleted file mode 100644
index 1b319cafe8d8..000000000000
--- a/editors/abiword/files/patch-ar
+++ /dev/null
@@ -1,11 +0,0 @@
---- pkg/common/unix/scripts/install.sh Tue Feb 29 13:37:57 2000
-+++ pkg/common/unix/scripts/install.sh.new Sun May 14 18:11:15 2000
-@@ -80,7 +80,7 @@
-
- echo "Installing program binaries to [$LIBEXECDIR]..."
- # Setup bins
--(cd $SRCDIR/bin; tar cf - Abi*) | (cd $LIBEXECDIR; tar xf -)
-+(cd $SRCDIR/bin; cp Abi* $LIBEXECDIR)
-
- ########################################################################
- # If we're on Solaris, run makepsres on the font path