Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jul 2001 16:34:28 +0900
From:      OKAZAKI Tetsurou <okazaki@FreeBSD.org>
To:        dan@langille.org
Cc:        Satoshi Taoka <taoka@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/japanese/Wnn6-lib Makefile
Message-ID:  <86n16flvqz.wl@dolphin.be.to>
In-Reply-To: <200107080353.f683r2720633@lists.unixathome.org>
References:  <200107070553.f675rU601441@freefall.freebsd.org> <200107080353.f683r2720633@lists.unixathome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In the message <200107080353.f683r2720633@lists.unixathome.org> 
"Dan Langille" <dan@langille.org> 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 <bsd.port.pre.mk>
+
 .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 <bsd.port.pre.mk>
+	( 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




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