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

(-)enca/Makefile (-2 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	enca
8
PORTNAME=	enca
9
PORTVERSION=	0.10.7
9
PORTVERSION=	0.99.2
10
CATEGORIES=	converters textproc
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
13
MAINTAINER=	never@nevermind.kiev.ua
13
MAINTAINER=	never@nevermind.kiev.ua
Lines 15-20 Link Here
15
15
16
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
16
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
17
17
18
USE_GNOME=	pkgconfig
18
USE_BZIP2=	yes
19
USE_BZIP2=	yes
19
USE_GMAKE=	yes
20
USE_GMAKE=	yes
20
USE_LIBTOOL=	yes
21
USE_LIBTOOL=	yes
(-)enca/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (enca-0.10.7.tar.bz2) = e539fea37f4280d1d465af58a52a9d6b
1
MD5 (enca-0.99.2.tar.bz2) = 169ddc01a01af26fadf1bd3c1381497d
(-)enca/files/patch-Makefile.in (-8 / +24 lines)
Lines 1-14 Link Here
1
1
--- Makefile.in	Wed Jun 25 13:11:13 2003
2
$FreeBSD: ports/converters/enca/files/patch-Makefile.in,v 1.1 2002/10/08 15:16:34 sobomax Exp $
2
+++ Makefile.in	Wed Jun 25 18:29:00 2003
3
3
@@ -29,6 +29,7 @@
4
--- Makefile.in	2002/10/08 14:58:02	1.1
4
 sharedstatedir = @sharedstatedir@
5
+++ Makefile.in	2002/10/08 14:58:10
5
 localstatedir = @localstatedir@
6
@@ -94,7 +94,7 @@
6
 libdir = @libdir@
7
+libdatadir = $(exec_prefix)/libdata
8
 infodir = @infodir@
9
 mandir = @mandir@
10
 includedir = @includedir@
11
@@ -95,8 +96,8 @@
7
 am__include = @am__include@
12
 am__include = @am__include@
8
 am__quote = @am__quote@
13
 am__quote = @am__quote@
9
 install_sh = @install_sh@
14
 install_sh = @install_sh@
10
-SUBDIRS = tools data script lib src devel-docs test
15
-@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs test
11
+SUBDIRS = tools data script lib src devel-docs
16
-@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs test
17
+@MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs
18
+@MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs
12
 man_MANS = man/enca.1
19
 man_MANS = man/enca.1
13
 
20
 
14
 M4TESTS = \
21
 M4TESTS = \
22
@@ -131,7 +132,7 @@
23
   $(M4TESTS)
24
 
25
 
26
-pkgconfigdir = $(libdir)/pkgconfig
27
+pkgconfigdir = $(libdatadir)/pkgconfig
28
 pkgconfig_DATA = enca.pc
29
 subdir = .
30
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
(-)enca/files/patch-lib+guess.c (+11 lines)
Line 0 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)
Line 0 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"
(-)enca/pkg-plist (-1 / +2 lines)
Lines 7-13 Link Here
7
include/enca.h
7
include/enca.h
8
lib/libenca.a
8
lib/libenca.a
9
lib/libenca.so
9
lib/libenca.so
10
lib/libenca.so.2
10
lib/libenca.so.3
11
libdata/pkgconfig/enca.pc
11
%%PORTDOCS%%share/doc/enca/libenca/c4.html
12
%%PORTDOCS%%share/doc/enca/libenca/c4.html
12
%%PORTDOCS%%share/doc/enca/libenca/index.html
13
%%PORTDOCS%%share/doc/enca/libenca/index.html
13
%%PORTDOCS%%share/doc/enca/libenca/index.sgml
14
%%PORTDOCS%%share/doc/enca/libenca/index.sgml

Return to bug 53729