summaryrefslogtreecommitdiff
path: root/editors/abiword/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-07-03 21:59:07 +0000
committerhubertf <hubertf@pkgsrc.org>2002-07-03 21:59:07 +0000
commit50cf46ab5b53c1df4301a40cf30cdb8b583e409d (patch)
tree10d68a5e7c037c082b9f614147235bbfa2a8a14e /editors/abiword/patches
parent1422bde378d29b12a5a8a6fe568c86f91185b60b (diff)
downloadpkgsrc-50cf46ab5b53c1df4301a40cf30cdb8b583e409d.tar.gz
Update AbiWord to 1.0.2. Changes:
* Embedable AbiWord! Now you can view AbiWord documents in Evolution and Gnumeric. Is it not nifty? * Plugins. o GDict plugin now builds without libgdict installed. o Bugfixes in AbiPaint and AbiMagick for Win32 platforms. o Some AbiMagick and AbiGimp enhancements. o Wikipedia works again. * Internationalization o French documentation. o Documentation generation scripts now allow for multiple languages. o Win32 now allows for Arabic and Hebrew lists, as well as improved bidi list support. o Finnish system profile. o Japanese, Swedish, Welsh, French, German, and Lithuanian localization updates. * Build system o Minor fixes all around. o Improved build system documentation (BUILD.TXT). o Updated RPM spec for GNOME embedding. * Import/Export o RTF importer now handles /sectd. o Several LaTeX exporter fixes. * Miscellaneous o Bug numbers fixed (not a complete list): 3301, 3171, 3215, 2223, 3332. o A number of unnumbered bugs. o Code cleanup. Patch submitted by Dawid Szymanski <dawszy@tgr.lubin.edu.pl> in PR 17451
Diffstat (limited to 'editors/abiword/patches')
-rw-r--r--editors/abiword/patches/patch-ab8
-rw-r--r--editors/abiword/patches/patch-ad4
-rw-r--r--editors/abiword/patches/patch-ae6
-rw-r--r--editors/abiword/patches/patch-ag4
-rw-r--r--editors/abiword/patches/patch-ak8
-rw-r--r--editors/abiword/patches/patch-al13
6 files changed, 15 insertions, 28 deletions
diff --git a/editors/abiword/patches/patch-ab b/editors/abiword/patches/patch-ab
index a1238c19175..3e612ecf6db 100644
--- a/editors/abiword/patches/patch-ab
+++ b/editors/abiword/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.5 2001/11/26 13:08:25 martti Exp $
+$NetBSD: patch-ab,v 1.6 2002/07/03 21:59:09 hubertf Exp $
---- src/Makefile.orig Sun Nov 11 15:59:25 2001
-+++ src/Makefile Mon Nov 26 12:49:38 2001
-@@ -138,7 +138,7 @@
+--- src/Makefile.orig Thu May 30 23:51:53 2002
++++ src/Makefile
+@@ -141,7 +141,7 @@
endif
# The generic target
diff --git a/editors/abiword/patches/patch-ad b/editors/abiword/patches/patch-ad
index 52f339e3869..f79c1735d3e 100644
--- a/editors/abiword/patches/patch-ad
+++ b/editors/abiword/patches/patch-ad
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.8 2001/11/26 13:08:25 martti Exp $
+$NetBSD: patch-ad,v 1.9 2002/07/03 21:59:09 hubertf Exp $
--- src/config/require/unix/Makefile.orig Fri Oct 26 00:43:46 2001
-+++ src/config/require/unix/Makefile Mon Nov 26 12:50:21 2001
++++ src/config/require/unix/Makefile
@@ -187,7 +187,7 @@
fi
diff --git a/editors/abiword/patches/patch-ae b/editors/abiword/patches/patch-ae
index c9d4cdbe2be..a4fae7b0494 100644
--- a/editors/abiword/patches/patch-ae
+++ b/editors/abiword/patches/patch-ae
@@ -1,7 +1,7 @@
-$NetBSD: patch-ae,v 1.9 2002/04/12 14:32:51 martti Exp $
+$NetBSD: patch-ae,v 1.10 2002/07/03 21:59:10 hubertf Exp $
--- src/other/spell/xp/ispell.h.orig Fri Mar 22 15:31:57 2002
-+++ src/other/spell/xp/ispell.h Fri Apr 12 12:45:12 2002
++++ src/other/spell/xp/ispell.h
@@ -257,7 +257,7 @@
** character counts as two!
*/
@@ -18,7 +18,7 @@ $NetBSD: patch-ae,v 1.9 2002/04/12 14:32:51 martti Exp $
- int stringsize; /* Size of string table */
- int lstringsize; /* Size of lang. str tbl */
+ PTRSIZE stringsize; /* Size of string table */
-+ PTRSIZE lstringsize; /* Size of lang. str tbl */
++ PTRSIZE lstringsize; /* Size of lang. string table */
int tblsize; /* No. entries in hash tbl */
int stblsize; /* No. entries in sfx tbl */
int ptblsize; /* No. entries in pfx tbl */
diff --git a/editors/abiword/patches/patch-ag b/editors/abiword/patches/patch-ag
index 4dd79825216..9b47ad7da61 100644
--- a/editors/abiword/patches/patch-ag
+++ b/editors/abiword/patches/patch-ag
@@ -1,7 +1,7 @@
-$NetBSD: patch-ag,v 1.6 2001/11/26 13:08:25 martti Exp $
+$NetBSD: patch-ag,v 1.7 2002/07/03 21:59:10 hubertf Exp $
--- src/other/spell/xp/lookup.c.orig Mon Aug 27 21:06:30 2001
-+++ src/other/spell/xp/lookup.c Mon Nov 26 12:54:18 2001
++++ src/other/spell/xp/lookup.c
@@ -314,22 +314,22 @@
if (dp->word == (char *) -1)
dp->word = NULL;
diff --git a/editors/abiword/patches/patch-ak b/editors/abiword/patches/patch-ak
index bed6f3c3c90..215c03fd8ab 100644
--- a/editors/abiword/patches/patch-ak
+++ b/editors/abiword/patches/patch-ak
@@ -1,7 +1,7 @@
-$NetBSD: patch-ak,v 1.4 2001/11/26 13:08:25 martti Exp $
+$NetBSD: patch-ak,v 1.5 2002/07/03 21:59:11 hubertf Exp $
---- src/pkg/common/unix/scripts/install.sh.orig Mon Nov 26 13:59:07 2001
-+++ src/pkg/common/unix/scripts/install.sh Mon Nov 26 13:59:31 2001
+--- src/pkg/common/unix/scripts/install.sh.orig Tue Apr 16 15:07:49 2002
++++ src/pkg/common/unix/scripts/install.sh
@@ -131,15 +131,6 @@
@@ -11,7 +11,7 @@ $NetBSD: patch-ak,v 1.4 2001/11/26 13:08:25 martti Exp $
-
-echo "Installing ttfadmin script [$TARGET/bin]"
-cp -f $SCRIPTDIR/../../../../tools/scripts/unix/ttfadmin.sh $TARGET/bin/ttfadmin.sh
--chmod 500 $TARGET/bin/ttfadmin.sh
+-chmod 755 $TARGET/bin/ttfadmin.sh
-
-
-########################################################################
diff --git a/editors/abiword/patches/patch-al b/editors/abiword/patches/patch-al
deleted file mode 100644
index f81b38eb2f0..00000000000
--- a/editors/abiword/patches/patch-al
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-al,v 1.3 2002/04/10 08:17:04 martti Exp $
-
---- src/af/util/xp/ut_iconv.cpp.orig Wed Apr 10 09:46:24 2002
-+++ src/af/util/xp/ut_iconv.cpp Wed Apr 10 09:46:56 2002
-@@ -115,7 +115,7 @@
- // we special-case the win32 build, otherwise spelling and other stuff
- // just doesn't work
- return "UCS-2LE";
--#elif defined(__FreeBSD__) || defined(__OpenBSD__)
-+#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
- // we special case the BSDs since spelling just doesn't work
- return "UCS2";
- #else