ports/53729: [MAINTAINER UPDATE] converters/enca: Update to 0.99.2

Alexandr Kovalenko never at nevermind.kiev.ua
Wed Jun 25 15:50:15 UTC 2003


>Number:         53729
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] converters/enca: Update to 0.99.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 25 08:50:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexandr Kovalenko
>Release:        FreeBSD 4.7-RELEASE-p7 i386
>Organization:
WNet ISP, Kiev, Ukraine, http://wnet.ua/
>Environment:
System: FreeBSD kurush.osdn.org.ua 4.7-RELEASE-p7 FreeBSD 4.7-RELEASE-p7 #0: Wed Mar 5 02:16:00 EET 2003 root at kurush.osdn.org.ua:/usr/obj/usr/src/sys/kurush i386
Latest ports.
>Description:
	- Update to 0.99.2
	- Add 2 more categories as far as this tool is very useful for those
	  languages
>How-To-Repeat:
N/A
>Fix:

diff -ruN enca.orig/Makefile enca/Makefile
--- enca.orig/Makefile	Fri Feb 21 13:08:36 2003
+++ enca/Makefile	Wed Jun 25 18:42:36 2003
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	enca
-PORTVERSION=	0.10.7
-CATEGORIES=	converters textproc
+PORTVERSION=	0.99.2
+CATEGORIES=	converters textproc russian ukrainian
 MASTER_SITES=	http://physics.muni.cz/~yeti/Ftp/enca/
 
 MAINTAINER=	never at nevermind.kiev.ua
@@ -15,6 +15,7 @@
 
 LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
 
+USE_GNOME=	pkgconfig
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
diff -ruN enca.orig/distinfo enca/distinfo
--- enca.orig/distinfo	Wed Jan 29 19:19:37 2003
+++ enca/distinfo	Wed Jun 25 17:34:01 2003
@@ -1 +1 @@
-MD5 (enca-0.10.7.tar.bz2) = e539fea37f4280d1d465af58a52a9d6b
+MD5 (enca-0.99.2.tar.bz2) = 169ddc01a01af26fadf1bd3c1381497d
diff -ruN enca.orig/files/patch-Makefile.in enca/files/patch-Makefile.in
--- enca.orig/files/patch-Makefile.in	Tue Oct  8 18:16:34 2002
+++ enca/files/patch-Makefile.in	Wed Jun 25 18:31:38 2003
@@ -1,14 +1,30 @@
-
-$FreeBSD: ports/converters/enca/files/patch-Makefile.in,v 1.1 2002/10/08 15:16:34 sobomax Exp $
-
---- Makefile.in	2002/10/08 14:58:02	1.1
-+++ Makefile.in	2002/10/08 14:58:10
-@@ -94,7 +94,7 @@
+--- Makefile.in	Wed Jun 25 13:11:13 2003
++++ Makefile.in	Wed Jun 25 18:29:00 2003
+@@ -29,6 +29,7 @@
+ sharedstatedir = @sharedstatedir@
+ localstatedir = @localstatedir@
+ libdir = @libdir@
++libdatadir = $(exec_prefix)/libdata
+ infodir = @infodir@
+ mandir = @mandir@
+ includedir = @includedir@
+@@ -95,8 +96,8 @@
  am__include = @am__include@
  am__quote = @am__quote@
  install_sh = @install_sh@
--SUBDIRS = tools data script lib src devel-docs test
-+SUBDIRS = tools data script lib src devel-docs
+- at MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs test
+- at MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs test
++ at MAINTAINER_MODE_TRUE@SUBDIRS = tools data script lib src devel-docs
++ at MAINTAINER_MODE_FALSE@SUBDIRS = tools script lib src devel-docs
  man_MANS = man/enca.1
  
  M4TESTS = \
+@@ -131,7 +132,7 @@
+   $(M4TESTS)
+ 
+ 
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(libdatadir)/pkgconfig
+ pkgconfig_DATA = enca.pc
+ subdir = .
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff -ruN enca.orig/files/patch-lib+guess.c enca/files/patch-lib+guess.c
--- enca.orig/files/patch-lib+guess.c	Thu Jan  1 03:00:00 1970
+++ enca/files/patch-lib+guess.c	Wed Jun 25 18:16:38 2003
@@ -0,0 +1,11 @@
+--- lib/guess.c	Tue Jun 24 17:50:29 2003
++++ lib/guess.c	Wed Jun 25 18:15:40 2003
+@@ -247,7 +247,7 @@
+ 
+   size_t fchars; /* characters filtered out */
+   int cs;
+-  ssize_t i;
++  size_t i;
+ 
+   /* Initialize when we are called the first time. */
+   if (ascii == ENCA_CS_UNKNOWN) {
diff -ruN enca.orig/files/patch-lib+multibyte.c enca/files/patch-lib+multibyte.c
--- enca.orig/files/patch-lib+multibyte.c	Thu Jan  1 03:00:00 1970
+++ enca/files/patch-lib+multibyte.c	Wed Jun 25 18:17:37 2003
@@ -0,0 +1,10 @@
+--- lib/multibyte.c	Mon Jun 23 01:39:18 2003
++++ lib/multibyte.c	Wed Jun 25 18:17:00 2003
+@@ -23,6 +23,7 @@
+ 
+ #include <math.h>
+ #include <ctype.h>
++#include <sys/types.h>
+ 
+ #include "enca.h"
+ #include "internal.h"
diff -ruN enca.orig/pkg-plist enca/pkg-plist
--- enca.orig/pkg-plist	Wed Oct 23 20:04:23 2002
+++ enca/pkg-plist	Wed Jun 25 18:38:06 2003
@@ -7,7 +7,8 @@
 include/enca.h
 lib/libenca.a
 lib/libenca.so
-lib/libenca.so.2
+lib/libenca.so.3
+libdata/pkgconfig/enca.pc
 %%PORTDOCS%%share/doc/enca/libenca/c4.html
 %%PORTDOCS%%share/doc/enca/libenca/index.html
 %%PORTDOCS%%share/doc/enca/libenca/index.sgml
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list