summaryrefslogtreecommitdiff
path: root/editors/abiword-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword-devel/files')
-rw-r--r--editors/abiword-devel/files/patch-af11
-rw-r--r--editors/abiword-devel/files/patch-an43
-rw-r--r--editors/abiword-devel/files/patch-ap34
-rw-r--r--editors/abiword-devel/files/patch-aq27
-rw-r--r--editors/abiword-devel/files/patch-ar11
-rw-r--r--editors/abiword-devel/files/patch-at11
-rw-r--r--editors/abiword-devel/files/patch-au45
-rw-r--r--editors/abiword-devel/files/patch-av11
-rw-r--r--editors/abiword-devel/files/patch-bb10
9 files changed, 0 insertions, 203 deletions
diff --git a/editors/abiword-devel/files/patch-af b/editors/abiword-devel/files/patch-af
deleted file mode 100644
index 9d748542c247..000000000000
--- a/editors/abiword-devel/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-devel/files/patch-an b/editors/abiword-devel/files/patch-an
deleted file mode 100644
index b6f659cb2635..000000000000
--- a/editors/abiword-devel/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
-@@ -45,6 +45,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.
-@@ -55,6 +56,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
-@@ -66,6 +70,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,
-@@ -95,10 +100,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-devel/files/patch-ap b/editors/abiword-devel/files/patch-ap
deleted file mode 100644
index 70a7f2abd791..000000000000
--- a/editors/abiword-devel/files/patch-ap
+++ /dev/null
@@ -1,34 +0,0 @@
---- wp/Makefile Fri Jul 21 15:06:38 2000
-+++ wp/Makefile.new Wed Oct 11 21:03:24 2000
-@@ -44,10 +44,28 @@
- @$(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/es-ES,$(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/images,$(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 - images ./*.* $(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/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/es-ES/*.html $(CANON_AppDir)/help/es-ES
-+ @$(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/fr-FR/images/*.png $(CANON_AppDir)/help/fr-FR/images
-+ @$(ABICOPY) $(USERDIR)/wp/help/images/*.gif $(CANON_AppDir)/help/images
-+ @$(ABICOPY) $(USERDIR)/wp/help/images/*.jpg $(CANON_AppDir)/help/images
-+ @$(ABICOPY) $(USERDIR)/wp/help/images/*.png $(CANON_AppDir)/help/images
-+ @$(ABICOPY) $(USERDIR)/wp/sample/en-US/*.abw $(CANON_AppDir)/sample/en-US
diff --git a/editors/abiword-devel/files/patch-aq b/editors/abiword-devel/files/patch-aq
deleted file mode 100644
index cef4e383e24a..000000000000
--- a/editors/abiword-devel/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-devel/files/patch-ar b/editors/abiword-devel/files/patch-ar
deleted file mode 100644
index 1b319cafe8d8..000000000000
--- a/editors/abiword-devel/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
diff --git a/editors/abiword-devel/files/patch-at b/editors/abiword-devel/files/patch-at
deleted file mode 100644
index a398c6a2efb8..000000000000
--- a/editors/abiword-devel/files/patch-at
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/require/unix/Makefile.orig Sun Jan 7 01:24:20 2001
-+++ config/require/unix/Makefile Sun Jan 7 01:24:39 2001
-@@ -22,7 +22,7 @@
-
- include $(ABI_ROOT)/src/config/abi_defs.mk
-
--REQUIRE= _GCC_ _GLIB_ _GTK_ _ZLIB_ _LIBPNG_ _LIBWV_ _UNIXFONTS_ _ABIDISTFILES_ _GNOME_ _LIBICONV_
-+REQUIRE= _GCC_ _GLIB_ _GTK_ _ZLIB_ _LIBPNG_ _LIBICONV_ _LIBWV_ _UNIXFONTS_ _ABIDISTFILES_ _GNOME_
- REQUIREABICLEAN=
- REQUIRECLEAN= clean_ZLIB_ clean_LIBPNG_ clean_LIBWV_ clean_LIBICONV_
- REQUIREREALCLEAN= $(REQUIRECLEAN)
diff --git a/editors/abiword-devel/files/patch-au b/editors/abiword-devel/files/patch-au
deleted file mode 100644
index f5d1dce6b631..000000000000
--- a/editors/abiword-devel/files/patch-au
+++ /dev/null
@@ -1,45 +0,0 @@
---- pkg/common/unix/scripts/makewrapper.sh.orig Tue Oct 10 08:39:31 2000
-+++ pkg/common/unix/scripts/makewrapper.sh Wed Jan 3 13:56:49 2001
-@@ -64,23 +64,31 @@
- if [ -z \$locale ]
- then
- locale=\$LANG
-+elif [ -z \$locale ]
-+then
-+ locale=\$LC_CTYPE
- fi
-
- if [ ! -z \$locale ]
- then
-- #now guess encoding
-+ #now guess country/region/encoding
-+ country=\`echo \$locale |sed -e 's/\(.*\)_.*\$/\1/'\`
-+ region=\`echo \$locale |sed -e 's/^.*_\(.*\)\..*/\1/'\`
- encoding=\`echo \$locale | sed -e 's/^.*\.\(.*\)\$/\1/'\`
-- if [ ! -z \$encoding ]
-+ if [ ! -z \$country -o ! -z \$region -o ! -z \$encoding ]
- then
-- addfontdir=\$ABISUITE_FONT_HOME/\$encoding
-- if [ ! -z \$addfontdir ]
-- then
-- if [ -d \$addfontdir ]
-- then
-- #add directory with locale-specific fonts to font path
-- ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir
-- fi
-- fi
-+ addfontdirlst="\$ABISUITE_FONT_HOME/\$country \$ABISUITE_FONT_HOME/\${country}-\${region} \$ABISUITE_FONT_HOME/\$encoding \$ABISUITE_FONT_HOME/\${country}-\${region}.\${encoding}"
-+ for addfontdir in \$addfontdirlst
-+ do
-+ if [ ! -z \$addfontdir ]
-+ then
-+ if [ -d \$addfontdir -a ! -f \$addfontdir/.already-in-fp ]
-+ then
-+ #add directory with locale-specific fonts to font path
-+ ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir
-+ fi
-+ fi
-+ done
- fi
- fi
-
diff --git a/editors/abiword-devel/files/patch-av b/editors/abiword-devel/files/patch-av
deleted file mode 100644
index bf783198b6ab..000000000000
--- a/editors/abiword-devel/files/patch-av
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/platforms/freebsd.mk.orig Sun Jan 7 01:04:09 2001
-+++ config/platforms/freebsd.mk Sun Jan 7 01:07:26 2001
-@@ -57,7 +57,7 @@
- endif
-
- # Includes
--OS_INCLUDES = -I/usr/local/include
-+OS_INCLUDES = -I/usr/local/include -I$(ABI_ROOT)/../libiconv/include
- G++INCLUDES = -I/usr/include/g++
-
- # Compiler flags
diff --git a/editors/abiword-devel/files/patch-bb b/editors/abiword-devel/files/patch-bb
deleted file mode 100644
index 093f9c8939e9..000000000000
--- a/editors/abiword-devel/files/patch-bb
+++ /dev/null
@@ -1,10 +0,0 @@
---- ../../psiconv/psiconv/generate_layout.c.orig Fri Jan 19 13:17:35 2001
-+++ ../../psiconv/psiconv/generate_layout.c Fri Mar 2 04:17:38 2001
-@@ -78,7 +78,6 @@
- return res;
- if ((res = psiconv_write_color(buf,value->color)))
- return res;
-- // Unknown byte
- return psiconv_write_u8(buf,1);
- }
-