Date: Tue, 3 Aug 2004 04:00:24 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69927: Update port: textproc/dictfmt to 1.9.14 Message-ID: <20040803040024.40e1c55d.tkato432@yahoo.com> Resent-Message-ID: <200408021910.i72JANok085517@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69927 >Category: ports >Synopsis: Update port: textproc/dictfmt to 1.9.14 >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: Mon Aug 02 19:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.9.14 New 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 Sat Jun 5 14:24:48 2004 +++ textproc/dictfmt/Makefile Mon Aug 2 18:00:59 2004 @@ -6,7 +6,7 @@ # PORTNAME= dictfmt -PORTVERSION= 1.9.13 +PORTVERSION= 1.9.14 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dict @@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Formats a DICT protocol dictionary database -USE_LIBLTDL= yes USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff -urN /usr/ports/textproc/dictfmt/distinfo textproc/dictfmt/distinfo --- /usr/ports/textproc/dictfmt/distinfo Sat Apr 3 08:36:51 2004 +++ textproc/dictfmt/distinfo Mon Aug 2 17:57:58 2004 @@ -1,2 +1,2 @@ -MD5 (dictd-1.9.13.tar.gz) = 817b703c925557c6426af5d0b6f351bf -SIZE (dictd-1.9.13.tar.gz) = 736395 +MD5 (dictd-1.9.14.tar.gz) = 5db913e545ee483b1385696ff8a6bd24 +SIZE (dictd-1.9.14.tar.gz) = 749577 diff -urN /usr/ports/textproc/dictfmt/files/patch-dictP.h textproc/dictfmt/files/patch-dictP.h --- /usr/ports/textproc/dictfmt/files/patch-dictP.h Thu Jan 1 09:00:00 1970 +++ textproc/dictfmt/files/patch-dictP.h Mon Aug 2 18:29:01 2004 @@ -0,0 +1,20 @@ +--- 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 Thu Jan 1 09:00:00 1970 +++ textproc/dictfmt/files/patch-libmaa::maaP.h Mon Aug 2 18:28:43 2004 @@ -0,0 +1,20 @@ +--- 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?20040803040024.40e1c55d.tkato432>