View | Details | Raw Unified | Return to bug 53936
Collapse All | Expand All

(-)enca/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	enca
8
PORTNAME=	enca
9
PORTVERSION=	0.99.2
9
PORTVERSION=	0.99.3
10
CATEGORIES=	converters textproc russian ukrainian
10
CATEGORIES=	converters textproc russian ukrainian
11
MASTER_SITES=	http://physics.muni.cz/~yeti/Ftp/enca/
11
MASTER_SITES=	http://physics.muni.cz/~yeti/Ftp/enca/
12
12
(-)enca/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (enca-0.99.2.tar.bz2) = 169ddc01a01af26fadf1bd3c1381497d
1
MD5 (enca-0.99.3.tar.bz2) = 3a90338db04fe3556b236b1b48f509ee
(-)enca/files/patch-lib+guess.c (-11 lines)
Lines 1-11 Link Here
1
--- lib/guess.c	Tue Jun 24 17:50:29 2003
2
+++ lib/guess.c	Wed Jun 25 18:15:40 2003
3
@@ -247,7 +247,7 @@
4
 
5
   size_t fchars; /* characters filtered out */
6
   int cs;
7
-  ssize_t i;
8
+  size_t i;
9
 
10
   /* Initialize when we are called the first time. */
11
   if (ascii == ENCA_CS_UNKNOWN) {
(-)enca/files/patch-lib+multibyte.c (-10 lines)
Lines 1-10 Link Here
1
--- lib/multibyte.c	Mon Jun 23 01:39:18 2003
2
+++ lib/multibyte.c	Wed Jun 25 18:17:00 2003
3
@@ -23,6 +23,7 @@
4
 
5
 #include <math.h>
6
 #include <ctype.h>
7
+#include <sys/types.h>
8
 
9
 #include "enca.h"
10
 #include "internal.h"

Return to bug 53936