Upgrade to 0.10.6.

PR:		44410
Submitted by:	maintainer
This commit is contained in:
Oliver Braun 2002-10-23 15:21:15 +00:00
parent ccb6b6b5cc
commit c3a1d6021f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68668
6 changed files with 5 additions and 45 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= enca
PORTVERSION= 0.10.3
PORTVERSION= 0.10.6
CATEGORIES= converters textproc
MASTER_SITES= http://web.dkm.cz/yeti/enca/
@ -21,6 +21,8 @@ INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/enca \
--without-librecode \
--with-libiconv=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
MAN1= enca.1
MLINKS= enca.1 enconv.1

View File

@ -1 +1 @@
MD5 (enca-0.10.3.tar.bz2) = 69dee21115a9538f7116961bfe8976c9
MD5 (enca-0.10.6.tar.bz2) = b27b99b70949e96a4729eb4c4d227661

View File

@ -1,11 +0,0 @@
--- lib/encnames.c.orig Sun Aug 18 13:05:20 2002
+++ lib/encnames.c Wed Sep 18 17:36:39 2002
@@ -25,7 +25,7 @@
#include "enca.h"
#include "internal.h"
-#include "encodings.h"
+#include "tools/encodings.h"
#define NCHARSETS (sizeof(CHARSET_INFO)/sizeof(EncaCharsetInfo))
#define NALIASES (sizeof(ALIAS_LIST)/sizeof(char *))

View File

@ -1,16 +0,0 @@
$FreeBSD$
--- src/Makefile.in 2002/10/08 14:55:02 1.1
+++ src/Makefile.in 2002/10/08 14:57:25
@@ -126,8 +126,8 @@
HELP.in
-LDFLAGS = @LIBS@
-enca_LDADD = -L../lib @LIBOBJS@ @CONVERTOR_LIBS@ -lenca
+LDFLAGS = @LDFLAGS@ @LIBS@
+enca_LDADD = @LIBOBJS@ @CONVERTOR_LIBS@ ../lib/libenca.la
enca_DEPENDENCIES = @LIBOBJS@ ../lib/libenca.la
enca_CFLAGS = -I../lib

View File

@ -1,13 +0,0 @@
--- src/locale_detect.c.orig Tue Oct 8 20:11:40 2002
+++ src/locale_detect.c Tue Oct 8 20:12:12 2002
@@ -33,9 +33,9 @@
# else /* HAVE_LANGINFO_H */
char *nl_langinfo(nl_item *item);
# endif /* HAVE_LANGINFO_H */
+#endif /* HAVE_NL_LANGINFO */
static char *codeset = NULL;
-#endif /* HAVE_NL_LANGINFO */
/* Local prototypes. */
static char* locale_alias_convert(char *locname);

View File

@ -7,15 +7,13 @@ bin/enconv
include/enca.h
lib/libenca.a
lib/libenca.so
lib/libenca.so.1
share/doc/enca/libenca/c1197.html
lib/libenca.so.2
share/doc/enca/libenca/c4.html
share/doc/enca/libenca/index.html
share/doc/enca/libenca/index.sgml
share/doc/enca/libenca/libenca-analyser.html
share/doc/enca/libenca/libenca-auxiliary-functions.html
share/doc/enca/libenca/libenca-charsets-and-surfaces.html
share/doc/enca/libenca/libenca-internal-functions.html
share/doc/enca/libenca/libenca-typedefs-and-constants.html
@dirrm share/doc/enca/libenca
@dirrm share/doc/enca