Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2000 17:02:58 +0900
From:      "Akinori -Aki- MUSHA" <knu@idaemons.org>
To:        taoka@FreeBSD.org, asami@FreeBSD.org
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/japanese/Wnn6-lib Makefile ports/japanese/Wnn6-lib/pkg         PLIST
Message-ID:  <86og1gam6l.wl@archon.local.idaemons.org>
In-Reply-To: In your message of "Sun, 17 Sep 2000 08:59:10 -0700 (PDT)" <200009171559.IAA04881@freefall.freebsd.org>
References:  <200009171559.IAA04881@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At Sun, 17 Sep 2000 08:59:10 -0700 (PDT),
Satoshi Taoka <taoka@FreeBSD.org> wrote:
> 
> taoka       2000/09/17 08:59:10 PDT
> 
>   Modified files:
>     japanese/Wnn6-lib    Makefile 
>     japanese/Wnn6-lib/pkg PLIST 
>   Log:
>   Recently I updated from Wnn 4.2 to FreeWnn 1.1.1. Then include files
>   ${LOCALBASE}/include/wnn/*.h and a archive librarry libwnn.a of
>   FreeWnn conflict with ones of Wnn6-lib. So I move Wnn6-lib's include
>   files into ${LOCALBASE}/include/wnn6/wnn and remove libwnn.a of
>   Wnn6-lib.
>   Note that libwnn6.a can be used instead of libwnn.a for Wnn6-lib.

Arrgh!  I missed this update..  You ought to bump the PORTREVISION
when you make any essential change over a port.

My japanese/esecanna-module-wnn6 is broken due to this. :(


Asami-san, would you please commit the following patch to fix the
build?

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/esecanna-module-wnn6/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	2000/09/09 10:25:11	1.12
+++ Makefile	2000/09/22 08:00:15
@@ -7,6 +7,7 @@
 
 PORTNAME=	esecanna-module-wnn6
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	japanese
 MASTER_SITES=	http://esecanna.netfort.gr.jp/ \
 		${MASTER_SITE_LOCAL}
@@ -20,7 +21,7 @@
 
 USE_AUTOCONF=	yes
 USE_GMAKE=	yes
-CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${PREFIX}/include" \
+CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${PREFIX}/include/wnn6" \
 		LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
 
 DIST_SUBDIR=    esecanna

-- 
                           /
                          /__  __       
                         / )  )  ) )  /
Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org

"We're only at home when we're on the run, on the wing, on the fly"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86og1gam6l.wl>