Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2001 02:50:04 -0800 (PST)
From:      Clive Lin <clive@CirX.ORG>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/25716: Patch of chinput-2.1
Message-ID:  <200103121050.f2CAo4p92298@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25716; it has been noted by GNATS.

From: Clive Lin <clive@CirX.ORG>
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 <bsd.port.pre.mk>
 +
 +.if (${XFREE86_VERSION} == 4)
 +EXTRA_PATCHES=	${FILESDIR}/extra-patch-r_xmkmf
 +.endif
 +
  post-extract:
  	find ${WRKSRC} -name CVS | xargs ${RM} -rf
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 
 > >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 <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?200103121050.f2CAo4p92298>