ports/52864: Update port: japanese/FreeWnn-lib

KATO Tsuguru tkato at prontomail.com
Mon Jun 2 13:50:25 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list