From owner-cvs-all Fri Sep 22 1: 3:43 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id A37B237B422; Fri, 22 Sep 2000 01:03:37 -0700 (PDT) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id RAA08112; Fri, 22 Sep 2000 17:03:36 +0900 (JST) Received: by daemon.local.idaemons.org (8.11.0/3.7W) id e8M82xW40180; Fri, 22 Sep 2000 17:02:59 +0900 (JST) Date: Fri, 22 Sep 2000 17:02:58 +0900 Message-ID: <86og1gam6l.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" 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 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> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE X-PGP-Comment: I changed my key on 2000-08-10 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Sun, 17 Sep 2000 08:59:10 -0700 (PDT), Satoshi Taoka 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