From owner-cvs-all Sun Jul 8 0:39: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 721CF37B405 for ; Sun, 8 Jul 2001 00:38:51 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.11.0+3.3W/8.11.0/BETO3.11-20000907025324) with ESMTP id f687cn308064 for ; Sun, 8 Jul 2001 16:38:49 +0900 (envelope-from okazaki@be.to) Received: from pc10 (mbra0136.ppp.infoweb.ne.jp [202.219.229.100]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000090621000000) with SMTP id QAA07616 for ; Sun, 8 Jul 2001 16:38:44 +0900 Received: (qmail 7827 invoked from network); 8 Jul 2001 07:34:28 -0000 Received: from pc10.localnet (192.168.1.3) by pc10.localnet with SMTP; 8 Jul 2001 07:34:28 -0000 Date: Sun, 08 Jul 2001 16:34:28 +0900 Message-ID: <86n16flvqz.wl@dolphin.be.to> From: OKAZAKI Tetsurou To: dan@langille.org Cc: Satoshi Taoka , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/japanese/Wnn6-lib Makefile In-Reply-To: <200107080353.f683r2720633@lists.unixathome.org> References: <200107070553.f675rU601441@freefall.freebsd.org> <200107080353.f683r2720633@lists.unixathome.org> User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Unknown MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the message <200107080353.f683r2720633@lists.unixathome.org> "Dan Langille" wrote: > On 6 Jul 2001, at 22:53, Satoshi Taoka wrote: > > taoka 2001/07/06 22:53:30 PDT > > > > Modified files: > > japanese/Wnn6-lib Makefile > > Log: > > Solve a problem such that if make, imake for XFree86-3 is required, > > but imake for XFree86-3 is required under XFree86-4, too. > > > > Revision Changes Path > > 1.29 +5 -1 ports/japanese/Wnn6-lib/Makefile > FreshPorts is telling me this: > [dan@lists:/usr/ports/japanese/Wnn6-lib] $ make -V PORTVERSION > "Makefile", line 16: Malformed conditional (${XFREE86_VERSION} == 3) > "Makefile", line 16: Need an operator > "Makefile", line 18: if-less else > "Makefile", line 18: Need an operator > "Makefile", line 20: if-less endif > "Makefile", line 20: Need an operator > make: fatal errors encountered -- cannot continue Taoka-san, please apply the patch below. Tetsurou Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/Wnn6-lib/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- Makefile 2001/07/07 05:53:29 1.29 +++ Makefile 2001/07/08 07:33:09 @@ -13,6 +13,8 @@ MAINTAINER= taoka@FreeBSD.org +.include + .if ${XFREE86_VERSION} == 3 BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake .else @@ -26,9 +28,7 @@ # Warning: we cannot use USE_IMAKE. do-build: - ( cd $(WRKSRC) ; make World -f Makefile.ini ) - -.include + ( cd ${WRKSRC} ; make World -f Makefile.ini ) post-install: .if ${PORTOBJFORMAT} == "aout" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message