diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-01-17 21:23:31 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-01-17 21:23:31 +0000 |
commit | 924f071a2181f851d0ba09d43001f7af07b6637d (patch) | |
tree | 93095c93d64f08d7278975f0a69e50ab3002854d /editors/abiword-plugins | |
parent | ea30aefdf1119562950d44039c1f31e8c6947f8f (diff) | |
download | ports-924f071a2181f851d0ba09d43001f7af07b6637d.tar.gz ports-924f071a2181f851d0ba09d43001f7af07b6637d.zip |
Notes
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r-- | editors/abiword-plugins/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp | 16 |
2 files changed, 1 insertions, 17 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 20953c389748..157327a81002 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -6,7 +6,7 @@ # PORTNAME= abiword -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.3 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 deleted file mode 100644 index a395724db32f..000000000000 --- a/editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- 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. -- char* search = ""; -+ char* search = NULL; - if (!pView->isSelectionEmpty()) - { - // We need to get the Ascii version of the current word. -- UT_UCS4Char * ucs4ST; -+ UT_UCS4Char * ucs4ST; - pView->getSelectionText(*&ucs4ST); - search = AiksaurusABI_ucsToAscii( - ucs4ST |