From 06cc978028abcabc8be548628bd9ee24e58b2dc4 Mon Sep 17 00:00:00 2001 From: René Engelhard Date: Tue, 19 Feb 2008 10:33:31 +0000 Subject: update to hyphen 2.3.1 --- hyphen/hyphen-2.3.patch | 12 ++++++------ hyphen/makefile.mk | 6 +++--- hyphen/prj/d.lst | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'hyphen') diff --git a/hyphen/hyphen-2.3.patch b/hyphen/hyphen-2.3.patch index 04b464a8bc91..0d5baacb1a6a 100644 --- a/hyphen/hyphen-2.3.patch +++ b/hyphen/hyphen-2.3.patch @@ -1,5 +1,5 @@ -*** misc/hyphen-2.3/hyphen.c Thu Nov 22 09:51:20 2007 ---- misc/build/hyphen-2.3/hyphen.c Mon Feb 18 10:46:20 2008 +*** misc/hyphen-2.3.1/hyphen.c Thu Nov 22 09:51:20 2007 +--- misc/build/hyphen-2.3.1/hyphen.c Mon Feb 18 10:46:20 2008 *************** *** 298,304 **** } else { @@ -57,8 +57,8 @@ } else { dict->states[state_num].replcut = replcut; } -*** misc/hyphen-2.3/makefile.mk Mon Feb 18 11:06:40 2008 ---- misc/build/hyphen-2.3/makefile.mk Mon Feb 18 11:05:49 2008 +*** misc/hyphen-2.3.1/makefile.mk Mon Feb 18 11:06:40 2008 +--- misc/build/hyphen-2.3.1/makefile.mk Mon Feb 18 11:05:49 2008 *************** *** 1 **** ! dummy @@ -67,9 +67,9 @@ ! # ! # $RCSfile: hyphen-2.3.patch,v $ ! # -! # $Revision: 1.3 $ +! # $Revision: 1.4 $ ! # -! # last change: $Author: mh $ $Date: 2008-02-18 10:07:47 $ +! # last change: $Author: rene $ $Date: 2008-02-19 11:33:31 $ ! # ! #* The Contents of this file are made available subject to ! #* the terms of GNU Lesser General Public License Version 2.1. diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk index 859ddadf9883..6b8d264f1823 100644 --- a/hyphen/makefile.mk +++ b/hyphen/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rene $ $Date: 2008-02-18 09:42:59 $ +# last change: $Author: rene $ $Date: 2008-02-19 11:33:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,7 +44,7 @@ TARGET=hyphen # --- Files -------------------------------------------------------- -TARFILE_NAME=hyphen-2.3 +TARFILE_NAME=hyphen-2.3.1 ADDITIONAL_FILES += makefile.mk diff --git a/hyphen/prj/d.lst b/hyphen/prj/d.lst index 61b2bdbaf847..042fb34e3bd5 100644 --- a/hyphen/prj/d.lst +++ b/hyphen/prj/d.lst @@ -1,6 +1,6 @@ ..\%__SRC%\lib\lib*.* %_DEST%\lib%_EXT%\lib*.* ..\%__SRC%\lib\hyphen.lib %_DEST%\lib%_EXT%\hyphen.lib -..\%__SRC%\misc\build\hyphen-2.3\hyphen.h %_DEST%\inc\hyphen.h -..\%__SRC%\misc\build\hyphen-2.3\.libs\libhyphen.a %_DEST%\lib%_EXT%\libhyphen.a -..\%__SRC%\misc\build\hyphen-2.3\hyph_en_US.dic %_DEST%\bin\hyph_en_US.dic +..\%__SRC%\misc\build\hyphen-2.3.1\hyphen.h %_DEST%\inc\hyphen.h +..\%__SRC%\misc\build\hyphen-2.3.1\.libs\libhyphen.a %_DEST%\lib%_EXT%\libhyphen.a +..\%__SRC%\misc\build\hyphen-2.3.1\hyph_en_US.dic %_DEST%\bin\hyph_en_US.dic -- cgit