Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 22:47:32 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52864: Update port: japanese/FreeWnn-lib
Message-ID:  <20030602224732.7b0cbf59.tkato@prontomail.com>
Resent-Message-ID: <200306021350.h52DoNgq094847@freefall.freebsd.org>

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

>Number:         52864
>Category:       ports
>Synopsis:       Update port: japanese/FreeWnn-lib
>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 Jun 02 06:50:22 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030602224732.7b0cbf59.tkato>