Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2005 00:00:34 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90559: Update port: textproc/dictfmt to 1.10.3
Message-ID:  <20051218000034.59641b38.tkato432@yahoo.com>
Resent-Message-ID: <200512171510.jBHFA7gX055398@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         90559
>Category:       ports
>Synopsis:       Update port: textproc/dictfmt to 1.10.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 17 15:10:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Update to version 1.10.3

Remove file:
files/patch-dictP.h
files/patch-libmaa::maaP.h

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/dictfmt/Makefile textproc/dictfmt/Makefile
--- /usr/ports/textproc/dictfmt/Makefile	Tue Oct 18 23:45:21 2005
+++ textproc/dictfmt/Makefile	Tue Dec 13 02:35:44 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dictfmt
-PORTVERSION=	1.10.2
+PORTVERSION=	1.10.3
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	dict
@@ -27,7 +27,7 @@
 MAN1=		dictfmt.1 dictfmt_index2suffix.1 dictfmt_index2word.1 \
 		dictunformat.1
 PLIST_FILES=	bin/dictfmt bin/dictfmt_index2suffix bin/dictfmt_index2word \
-		bin/dictfmt_plugin bin/dictfmt_virtual bin/dictunformat
+		bin/dictunformat
 
 CPPFLAGS=	-I${LOCALBASE}/include
 LDFLAGS=	-L${LOCALBASE}/lib
diff -urN /usr/ports/textproc/dictfmt/distinfo textproc/dictfmt/distinfo
--- /usr/ports/textproc/dictfmt/distinfo	Sat Nov 26 19:32:05 2005
+++ textproc/dictfmt/distinfo	Tue Dec 13 02:18:15 2005
@@ -1,3 +1,3 @@
-MD5 (dictd-1.10.2.tar.gz) = 5bafbdb3adfcfcc3d82fb219a8f50595
-SHA256 (dictd-1.10.2.tar.gz) = 7cb8bc5b4e55f6dafc227076475c7d4d39e2535c63363a4af8b4630490d81dc9
-SIZE (dictd-1.10.2.tar.gz) = 762922
+MD5 (dictd-1.10.3.tar.gz) = 4298553e8d8d34fe9dc34a3ec9a57714
+SHA256 (dictd-1.10.3.tar.gz) = 508214b79f7d38438bc33db72bee2a028e74e68a24277694cca1950018bb9f2f
+SIZE (dictd-1.10.3.tar.gz) = 647769
diff -urN /usr/ports/textproc/dictfmt/files/patch-dictP.h textproc/dictfmt/files/patch-dictP.h
--- /usr/ports/textproc/dictfmt/files/patch-dictP.h	Tue Aug  3 06:06:48 2004
+++ textproc/dictfmt/files/patch-dictP.h	Thu Jan  1 09:00:00 1970
@@ -1,20 +0,0 @@
---- dictP.h.orig	Wed Feb 25 02:55:51 2004
-+++ dictP.h	Mon Aug  2 18:23:15 2004
-@@ -50,6 +50,9 @@
- #if HAVE_ALLOCA_H
- # include <alloca.h>
- #else
-+#ifdef __FreeBSD__
-+# include <stdlib.h>
-+#else
- # ifdef _AIX
- # pragma alloca
- # else
-@@ -59,6 +62,7 @@
- #  endif
- #  endif
- # endif
-+#endif
- #endif
- 
- /* Get string functions */
diff -urN /usr/ports/textproc/dictfmt/files/patch-libmaa::maaP.h textproc/dictfmt/files/patch-libmaa::maaP.h
--- /usr/ports/textproc/dictfmt/files/patch-libmaa::maaP.h	Tue Aug  3 06:06:48 2004
+++ textproc/dictfmt/files/patch-libmaa::maaP.h	Thu Jan  1 09:00:00 1970
@@ -1,20 +0,0 @@
---- libmaa/maaP.h.orig	Sun Oct 26 22:03:24 2003
-+++ libmaa/maaP.h	Mon Aug  2 18:28:34 2004
-@@ -37,6 +37,9 @@
- #if HAVE_ALLOCA_H
- # include <alloca.h>
- #else
-+#ifdef __FreeBSD__
-+# include <stdlib.h>
-+#else
- # ifdef _AIX
- #  pragma alloca
- # else
-@@ -44,6 +47,7 @@
-     char *alloca ();
- #  endif
- # endif
-+#endif
- #endif
- 
- /* Get string functions */
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051218000034.59641b38.tkato432>