diff options
author | martti <martti> | 2002-04-10 08:17:02 +0000 |
---|---|---|
committer | martti <martti> | 2002-04-10 08:17:02 +0000 |
commit | 8d439991670a937ffb70d0fb5a7c6125d587354e (patch) | |
tree | 3068fde96bd3cacff1162fd256f859d6bf389e78 /editors/abiword | |
parent | 4b247235a9a4d2cc34f834080c4439540298cc4c (diff) | |
download | pkgsrc-8d439991670a937ffb70d0fb5a7c6125d587354e.tar.gz |
Updated abiword-personal to 0.99.3nb1 (pkg/16220)
* make spelling and dictionary work
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword/distinfo | 3 | ||||
-rw-r--r-- | editors/abiword/patches/patch-al | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 4fa709cd00a..13f65eea8c6 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2002/03/19 11:50:18 martti Exp $ +# $NetBSD: Makefile,v 1.45 2002/04/10 08:17:02 martti Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must @@ -7,6 +7,7 @@ DISTNAME= abiword-${ABIWORD_VERS} PKGNAME= abiword-personal-${ABIWORD_VERS} +PKGREVISION= 1 ABIWORD_VERS= 0.99.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 07d2aa8f801..1d01a6acc4a 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2002/03/19 11:50:19 martti Exp $ +$NetBSD: distinfo,v 1.12 2002/04/10 08:17:03 martti Exp $ SHA1 (abisuite/abiword-0.99.3.tar.gz) = de5239e5d6b2ee9d47803901665b36a8a491fac2 Size (abisuite/abiword-0.99.3.tar.gz) = 17988316 bytes @@ -10,3 +10,4 @@ SHA1 (patch-ag) = 10652c6c72e71cbd0178fb715e083c3fc43af1d4 SHA1 (patch-ah) = 19e2e5def6d235ff44efc856346a4ae85b2bdbd5 SHA1 (patch-ai) = ff616312cd542e1d8d4d08492bf3359f2209037c SHA1 (patch-ak) = d1785eaad54530aa16facc4630b4db7f69983058 +SHA1 (patch-al) = 246146fa0d45c094a7d82c255dc8011b136a74ce diff --git a/editors/abiword/patches/patch-al b/editors/abiword/patches/patch-al new file mode 100644 index 00000000000..f81b38eb2f0 --- /dev/null +++ b/editors/abiword/patches/patch-al @@ -0,0 +1,13 @@ +$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 |