From owner-freebsd-ports Mon Mar 12 2:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31C8837B719 for ; Mon, 12 Mar 2001 02:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2CAo4p92298; Mon, 12 Mar 2001 02:50:04 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Mar 2001 02:50:04 -0800 (PST) Message-Id: <200103121050.f2CAo4p92298@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Clive Lin Subject: Re: ports/25716: Patch of chinput-2.1 Reply-To: Clive Lin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25716; it has been noted by GNATS. From: Clive Lin To: phj@cn.freebsd.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/25716: Patch of chinput-2.1 Date: Mon, 12 Mar 2001 18:47:04 +0800 Hi, On Mon, Mar 12, 2001 at 08:26:47AM +0800, phj@cn.freebsd.org wrote: > >Description: > Can't be build in XFree86-4.0.1,because there is no > xmkmf in XFree86-4.x. > This patch fixes this bug. Besides the r_xmkmf diff below, can we add something more specific to narrow down in which XFree86 version we should apply this diff ? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/chinese/chinput/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2000/11/16 15:36:06 1.6 +++ Makefile 2001/03/12 10:28:50 @@ -19,7 +19,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME} +.include + +.if (${XFREE86_VERSION} == 4) +EXTRA_PATCHES= ${FILESDIR}/extra-patch-r_xmkmf +.endif + post-extract: find ${WRKSRC} -name CVS | xargs ${RM} -rf -.include +.include > >How-To-Repeat: > > > > >Fix: > Patch of /usr/ports/chinese/chinput/work/chinput/r_xmkmf > diff -u output: -- 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