From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 2 16:10:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0884837B401 for ; Fri, 2 May 2003 16:10:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B707343F75 for ; Fri, 2 May 2003 16:10:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h42NAHUp002911 for ; Fri, 2 May 2003 16:10:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h42NAHTd002910; Fri, 2 May 2003 16:10:17 -0700 (PDT) Resent-Date: Fri, 2 May 2003 16:10:17 -0700 (PDT) Resent-Message-Id: <200305022310.h42NAHTd002910@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDFCB37B401 for ; Fri, 2 May 2003 16:01:42 -0700 (PDT) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id D409043FBF for ; Fri, 2 May 2003 16:01:41 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.221.234]) by hfep05.dion.ne.jp with SMTP id <20030502230138574.ELGL@hfep05.dion.ne.jp> for ; Sat, 3 May 2003 08:01:38 +0900 Message-Id: <20030503080038.7ffa2838.tkato@prontomail.com> Date: Sat, 3 May 2003 08:00:38 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51702: Update port: textproc/dictfmt to 1.9.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 23:10:26 -0000 >Number: 51702 >Category: ports >Synopsis: Update port: textproc/dictfmt to 1.9.9 >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: Fri May 02 16:10:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.9.9 Remove file: files/patch-dictP.h >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/dictfmt/Makefile textproc/dictfmt/Makefile --- /usr/ports/textproc/dictfmt/Makefile Sat Apr 12 23:28:29 2003 +++ textproc/dictfmt/Makefile Sat May 3 06:19:22 2003 @@ -6,7 +6,7 @@ # PORTNAME= dictfmt -PORTVERSION= 1.9.8 +PORTVERSION= 1.9.9 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dict @@ -15,20 +15,19 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Formats a DICT protocol dictionary database -BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake +LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool -USE_AUTOCONF= yes -WANT_AUTOCONF_VER= 253 -USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" USE_GMAKE= yes +USE_AUTOCONF_VER= 253 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" ALL_TARGET= dictfmt INSTALL_TARGET= install.dictfmt MAN1= dictfmt.1 dictfmt_index2suffix.1 dictfmt_index2word.1 \ dictunformat.1 - -post-patch: - cd ${WRKSRC}; aclocal; ${AUTOHEADER} .include diff -urN /usr/ports/textproc/dictfmt/distinfo textproc/dictfmt/distinfo --- /usr/ports/textproc/dictfmt/distinfo Sat Apr 12 23:28:29 2003 +++ textproc/dictfmt/distinfo Sat May 3 05:57:08 2003 @@ -1 +1 @@ -MD5 (dictd-1.9.8.tar.gz) = e8968c93ab3989c24a0f11d80cfea3eb +MD5 (dictd-1.9.9.tar.gz) = d4ce1c63a619a575e7a6e51d657c2dcf diff -urN /usr/ports/textproc/dictfmt/files/patch-configure.in textproc/dictfmt/files/patch-configure.in --- /usr/ports/textproc/dictfmt/files/patch-configure.in Mon Mar 31 08:05:41 2003 +++ textproc/dictfmt/files/patch-configure.in Sat May 3 06:09:17 2003 @@ -1,12 +1,11 @@ ---- configure.in.orig -+++ configure.in -@@ -311,7 +311,8 @@ +--- configure.in.orig Tue Apr 15 00:15:01 2003 ++++ configure.in Sat May 3 06:08:59 2003 +@@ -326,7 +326,7 @@ AC_CHECK_HEADERS(sys/resource.h sys/time.h sys/param.h sys/wait.h) AC_CHECK_HEADERS(wctype.h wchar.h) --AC_CHECK_TYPES([wint_t, mbstate_t]) -+AC_CHECK_TYPES([wint_t, mbstate_t], , ,[#include ]) -+AC_CHECK_TYPES([wchar_t], , ,[#include ]) +-AC_CHECK_TYPES(wint_t) ++AC_CHECK_TYPES(wint_t, , , [#include ]) + AC_CHECK_TYPES(mbstate_t, , , [#include ]) + AC_CHECK_TYPES(wchar_t, , , [#include ]) - echo . - echo Checking for system constants diff -urN /usr/ports/textproc/dictfmt/files/patch-dictP.h textproc/dictfmt/files/patch-dictP.h --- /usr/ports/textproc/dictfmt/files/patch-dictP.h Mon Mar 31 08:05:41 2003 +++ textproc/dictfmt/files/patch-dictP.h Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- dictP.h.orig -+++ dictP.h -@@ -99,13 +99,13 @@ - #if HAVE_WINT_T && HAVE_WCHAR_H - #include - #else --#typedef unsigned int wint_t; -+typedef unsigned int wint_t; - #endif - --#if !HAVE_WCHAR_T && HAVE_WCHAR_H -+#if HAVE_WCHAR_T && HAVE_WCHAR_H - #include - #else --#typedef unsigned int wchar_t; -+typedef unsigned int wchar_t; - #endif - - #if !HAVE_MBSTATE_T >Release-Note: >Audit-Trail: >Unformatted: