From tkato@prontomail.com  Mon Jun  2 06:48:25 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2877137B404
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  2 Jun 2003 06:48:25 -0700 (PDT)
Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7F83A43F85
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  2 Jun 2003 06:48:24 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([61.198.223.194]) by hfep01.dion.ne.jp with SMTP
          id <20030602134822110.LEKJ@hfep01.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Mon, 2 Jun 2003 22:48:22 +0900
Message-Id: <20030602224732.7b0cbf59.tkato@prontomail.com>
Date: Mon, 2 Jun 2003 22:47:32 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: japanese/FreeWnn-lib

>Number:         52864
>Category:       ports
>Synopsis:       Update port: japanese/FreeWnn-lib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    taoka
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 02 06:50:22 PDT 2003
>Closed-Date:    Tue Sep 02 03:09:01 PDT 2003
>Last-Modified:  Tue Sep 02 03:09:01 PDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Support CFLAGS properly
- USE_AUTOCONF - > USE_AUTOCONF_VER
- post-extract -> pre-configure
  (to avoid build failure if devel/autoconf213 hasn't been installed yet)

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/japanese/FreeWnn-lib/Makefile japanese/FreeWnn-lib/Makefile
--- /usr/ports/japanese/FreeWnn-lib/Makefile	Mon Jun  2 18:42:27 2003
+++ japanese/FreeWnn-lib/Makefile	Mon Jun  2 18:56:38 2003
@@ -20,9 +20,9 @@
 WRKSRC=	${WRKDIR}/FreeWnn-1.1.1-a017-pl4/Xsi
 ALL_TARGET=	includes all
 INSTALL_TARGET=	install install.man
-GNU_CONFIGURE=	yes
-USE_AUTOCONF=	yes
+USE_AUTOCONF_VER=	213
 USE_LIBTOOL=	yes
+MAKE_ARGS=	CDEBUGFLAGS="${CFLAGS}"
 INSTALLS_SHLIB=	yes
 USE_BZIP2=	yes
 
@@ -113,7 +113,7 @@
 .endif
 .endif
 
-post-extract:
+pre-configure:
 	${CP} ${LOCALBASE}/share/libtool/libltdl/aclocal.m4 ${WRKSRC}
 	${CP} ${AUTOCONF_DIR}/config.sub ${WRKSRC}
 	${CP} ${AUTOCONF_DIR}/config.guess ${WRKSRC}
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->taoka 
Responsible-Changed-By: naddy 
Responsible-Changed-When: Tue Jun 10 10:20:20 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52864 
State-Changed-From-To: open->closed 
State-Changed-By: taoka 
State-Changed-When: Tue Sep 2 03:08:35 PDT 2003 
State-Changed-Why:  
Submitted, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52864 
>Unformatted:
