From owner-freebsd-ports Tue Mar 13 1:36: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id 3615D37B71E; Tue, 13 Mar 2001 01:35:46 -0800 (PST) (envelope-from clive@CirX.ORG) Received: from cartier.cirx.org (nullmail@localhost [127.0.0.1]) by cartier.cirx.org (8.11.3/8.11.3) with SMTP id f2D9ZCh61303; Tue, 13 Mar 2001 17:35:30 +0800 (CST) (envelope-from clive@CirX.ORG) Received: (nullmailer pid 61299 invoked by uid 1000); Tue, 13 Mar 2001 09:35:12 -0000 Date: Tue, 13 Mar 2001 17:35:12 +0800 From: Clive Lin To: FUJISHIMA Satsuki Cc: freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/25716: Patch of chinput-2.1 Message-ID: <20010313173512.A61037@cartier.cirx.org> References: <200103121050.f2CAo4p92298@freefall.freebsd.org> <867l1v589k.wl@cheerful.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <867l1v589k.wl@cheerful.com>; from sf@FreeBSD.org on Tue, Mar 13, 2001 at 12:14:47AM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [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 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