diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-10-13 10:10:20 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-10-13 10:10:20 +0000 |
commit | 02d25600f8d66ea9b2c247eab1393dd247e7b984 (patch) | |
tree | ca7ba4b394d11bb4d24a9ccda1b9d6ce5a63a623 /editors/openoffice.org-3/files/patch-i91318 | |
parent | dfecaa4e9d6b28aa941cb2774eacbe968318ee3e (diff) | |
download | ports-02d25600f8d66ea9b2c247eab1393dd247e7b984.tar.gz ports-02d25600f8d66ea9b2c247eab1393dd247e7b984.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3/files/patch-i91318')
-rw-r--r-- | editors/openoffice.org-3/files/patch-i91318 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/editors/openoffice.org-3/files/patch-i91318 b/editors/openoffice.org-3/files/patch-i91318 index 172af1ddae5a..a038fc180ff5 100644 --- a/editors/openoffice.org-3/files/patch-i91318 +++ b/editors/openoffice.org-3/files/patch-i91318 @@ -1,18 +1,19 @@ Index: hunspell/hunspell-1.1.12.patch =================================================================== RCS file: /cvs/external/hunspell/hunspell-1.1.12.patch,v -retrieving revision 1.11 -diff -u -r1.11 hunspell-1.1.12.patch ---- hunspell/hunspell-1.1.12.patch 18 Jun 2008 10:07:23 -0000 1.11 -+++ hunspell/hunspell-1.1.12.patch 2 Jul 2008 20:13:47 -0000 -@@ -450,3 +450,10 @@ +retrieving revision 1.12 +diff -u -r1.12 hunspell-1.1.12.patch +--- hunspell/hunspell-1.1.12.patch 2 Jul 2008 09:46:59 -0000 1.12 ++++ hunspell/hunspell-1.1.12.patch 10 Aug 2008 01:02:29 -0000 +@@ -487,3 +487,11 @@ i68568utf.test \ 1706659.test \ digits_in_words.test \ +--- misc/hunspell-1.1.12/tests/test.sh 2007-07-15 22:33:13.000000000 +0900 -++++ misc/build/hunspell-1.1.12/tests/test.sh 2008-07-01 06:18:31.000000000 +0900 +++++ misc/build/hunspell-1.1.12/tests/test.sh 2008-08-10 10:00:33.000000000 +0900 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/usr/local/bin/bash + export LC_ALL="C" + ++ function check_valgrind_log () { |