summaryrefslogtreecommitdiffstats
path: root/editors/abiword-plugins
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-14 10:58:54 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-14 10:58:54 +0800
commit18b72d5de7bae644b951a2a277b631a5fb4a104c (patch)
tree91401533d71d4ef6341651ccd37aaa95da19e888 /editors/abiword-plugins
parent610d147b17f39be0dfbd6ad1f9c8b25faa80144d (diff)
downloadmarcuscom-ports-18b72d5de7bae644b951a2a277b631a5fb4a104c.tar
marcuscom-ports-18b72d5de7bae644b951a2a277b631a5fb4a104c.tar.gz
marcuscom-ports-18b72d5de7bae644b951a2a277b631a5fb4a104c.tar.bz2
marcuscom-ports-18b72d5de7bae644b951a2a277b631a5fb4a104c.tar.lz
marcuscom-ports-18b72d5de7bae644b951a2a277b631a5fb4a104c.tar.xz
marcuscom-ports-18b72d5de7bae644b951a2a277b631a5fb4a104c.tar.zst
marcuscom-ports-18b72d5de7bae644b951a2a277b631a5fb4a104c.zip
-Update to 2.1.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2646 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r--editors/abiword-plugins/Makefile3
-rw-r--r--editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp20
2 files changed, 9 insertions, 14 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 8952f8987..7e333b2d9 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= abiword
-PORTVERSION= 2.1.3
-PORTREVISION= 2
+PORTVERSION= 2.1.5
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
diff --git a/editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp b/editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp
index 45f8a7dc3..a395724db 100644
--- a/editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp
+++ b/editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp
@@ -1,6 +1,6 @@
---- tools/aiksaurus/xp/AiksaurusABI.cpp.orig Sun Jun 15 07:09:42 2003
-+++ tools/aiksaurus/xp/AiksaurusABI.cpp Fri Jul 23 12:19:18 2004
-@@ -310,13 +310,13 @@
+--- tools/aiksaurus/xp/AiksaurusABI.cpp.orig Fri Aug 13 21:09:34 2004
++++ tools/aiksaurus/xp/AiksaurusABI.cpp Fri Aug 13 21:10:33 2004
+@@ -310,11 +310,11 @@
pView->extSelTo(FV_DOCPOS_EOW_SELECT);
// Now we will figure out what word to look up when we open our dialog.
@@ -9,12 +9,8 @@
if (!pView->isSelectionEmpty())
{
// We need to get the Ascii version of the current word.
-- search = AiksaurusABI_ucsToAscii(
-- pView->getSelectionText()
-- );
-+ UT_UCS4Char *ucs4ST;
-+ pView->getSelectionText(*&ucs4ST);
-+ search = AiksaurusABI_ucsToAscii(ucs4ST);
- }
-
- // Now we will run the thesaurus dialog and get a response.
+- UT_UCS4Char * ucs4ST;
++ UT_UCS4Char * ucs4ST;
+ pView->getSelectionText(*&ucs4ST);
+ search = AiksaurusABI_ucsToAscii(
+ ucs4ST