ports/115783: [MAINTAINER] hungarian/hu-hunspell: update to 1.1.10

Janos Mohacsi janos.mohacsi at bsd.hu
Fri Aug 24 12:40:02 UTC 2007


>Number:         115783
>Category:       ports
>Synopsis:       [MAINTAINER] hungarian/hu-hunspell: update to 1.1.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 12:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed Jun 27 18:22:17 CEST 2007
>Description:
- Update to 1.1.10

Added file(s):
- files/patch-src_hunspell_suggestmgr.hxx

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- hu-hunspell-1.1.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/hungarian/hunspell.orig/Makefile /usr/ports/hungarian/hunspell/Makefile
--- /usr/ports/hungarian/hunspell.orig/Makefile	2007-08-06 09:40:08.000000000 +0200
+++ /usr/ports/hungarian/hunspell/Makefile	2007-08-24 14:16:23.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	hunspell
-PORTVERSION=	1.1.9
+PORTVERSION=	1.1.10
 CATEGORIES=	hungarian textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S@$@:code@:S@%SUBDIR%@${PORTNAME}@} \
 		http://magyarispell.sourceforge.net/:data
@@ -36,7 +36,6 @@
  	cd ${WRKDIR} && ${TAR} -xzf  ${_DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX};\
 		${UNZIP_CMD} -qo ${_DISTDIR}/hu_HU.zip -d ${WRKDIR}
 
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
 		${WRKSRC}/src/tools/hunspell.cxx
diff -ruN --exclude=CVS /usr/ports/hungarian/hunspell.orig/distinfo /usr/ports/hungarian/hunspell/distinfo
--- /usr/ports/hungarian/hunspell.orig/distinfo	2007-08-06 09:40:08.000000000 +0200
+++ /usr/ports/hungarian/hunspell/distinfo	2007-08-24 14:15:53.000000000 +0200
@@ -1,6 +1,6 @@
-MD5 (hunspell-1.1.9.tar.gz) = ff56cf42ebf13dd3b8437194f43c6c7a
-SHA256 (hunspell-1.1.9.tar.gz) = c36ed98189da373f3f24e7be97425454e6706cc3e0d07ff39f8c1bcd6689d543
-SIZE (hunspell-1.1.9.tar.gz) = 684426
+MD5 (hunspell-1.1.10.tar.gz) = e1fe2a3de7eedf5e9ec8e62f9ecbdddd
+SHA256 (hunspell-1.1.10.tar.gz) = a241057dad469f4e61027816d800f2935f68b86a6155188e4ccb5280232f646c
+SIZE (hunspell-1.1.10.tar.gz) = 723968
 MD5 (hu_HU.zip) = c5a0af97a41c1ad65b3f48824b575ad1
 SHA256 (hu_HU.zip) = ab039056c7b38a07981e0b1dd7ea0c2dbfd38326392981e6893d3325376e9908
 SIZE (hu_HU.zip) = 1197277
diff -ruN --exclude=CVS /usr/ports/hungarian/hunspell.orig/files/patch-src_hunspell_suggestmgr.hxx /usr/ports/hungarian/hunspell/files/patch-src_hunspell_suggestmgr.hxx
--- /usr/ports/hungarian/hunspell.orig/files/patch-src_hunspell_suggestmgr.hxx	1970-01-01 01:00:00.000000000 +0100
+++ /usr/ports/hungarian/hunspell/files/patch-src_hunspell_suggestmgr.hxx	2007-08-24 14:30:50.000000000 +0200
@@ -0,0 +1,27 @@
+
+$FreeBSD$
+
+--- src/hunspell/suggestmgr.hxx.orig
++++ src/hunspell/suggestmgr.hxx
+@@ -61,8 +61,8 @@
+ 
+ private:
+    int testsug(char** wlst, const char * candidate, int wl, int ns, int cpdsuggest,
+-     int * timer, time_t * timelimit);
+-   int checkword(const char *, int, int, int *, time_t *);
++     int * timer, clock_t * timelimit);
++   int checkword(const char *, int, int, int *, clock_t *);
+    int check_forbidden(const char *, int);
+ 
+    int capchars(char **, const char *, int, int);
+@@ -89,8 +89,8 @@
+    int movechar_utf(char **, const w_char *, int, int, int);
+ 
+    int mapchars(char**, const char *, int, int);
+-   int map_related(const char *, int, char ** wlst, int, int, const mapentry*, int, int *, time_t *);
+-   int map_related_utf(w_char *, int, int, int, char ** wlst, int, const mapentry*, int, int *, time_t *);
++   int map_related(const char *, int, char ** wlst, int, int, const mapentry*, int, int *, clock_t *);
++   int map_related_utf(w_char *, int, int, int, char ** wlst, int, const mapentry*, int, int *, clock_t *);
+    int ngram(int n, char * s1, const char * s2, int opt);
+    int mystrlen(const char * word);
+    int leftcommonsubstring(char * s1, const char * s2);
--- hu-hunspell-1.1.10.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list