Date: Tue, 13 Mar 2001 17:35:12 +0800 From: Clive Lin <clive@CirX.ORG> To: FUJISHIMA Satsuki <sf@FreeBSD.org> Cc: freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/25716: Patch of chinput-2.1 Message-ID: <20010313173512.A61037@cartier.cirx.org> In-Reply-To: <867l1v589k.wl@cheerful.com>; from sf@FreeBSD.org on Tue, Mar 13, 2001 at 12:14:47AM %2B0900 References: <200103121050.f2CAo4p92298@freefall.freebsd.org> <867l1v589k.wl@cheerful.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[Cc'd to asami@] After discovering what's going on in bsd.port.mk, I think diff below may be more accurate: diff -u -r1.6 Makefile --- Makefile 2000/11/16 15:36:06 1.6 +++ Makefile 2001/03/13 09:23:19 @@ -16,6 +16,7 @@ MAINTAINER= phj@cn.FreeBSD.org USE_XLIB= yes +USE_IMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} But, but, but.... There are other strange issues. If they could be solved, I think we don't have to do anything on chinese/chinput port. a) If I type 'make all-depends-list' under chinese/chinput, it will shows imake-4 and XFree86-4-libraries as dependencies. b) Why bento didn't add imake-4 ? On Tue, Mar 13, 2001 at 12:14:47AM +0900, FUJISHIMA Satsuki wrote: > Correct fix is here. > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/chinese/chinput/Makefile,v > retrieving revision 1.6 > diff -u -u -2 -r1.6 Makefile > --- Makefile 2000/11/16 15:36:06 1.6 > +++ Makefile 2001/03/12 15:11:39 > @@ -16,4 +16,8 @@ > MAINTAINER= phj@cn.FreeBSD.org > > +.if defined(XFREE86_VERSION) && ${XFREE86_VERSION} == 4 > +BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 > +.endif > + > USE_XLIB= yes > -- pub 1024D/F8D2B472 2000-08-05 Clive Lin <clive@CirX.ORG> Key fingerprint = 7F9D 57A8 55C7 AA18 49B5 3820 570B 27F6 F8D2 B472 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010313173512.A61037>