From clive@cartier.cirx.org  Sun Sep 10 00:12:29 2000
Return-Path: <clive@cartier.cirx.org>
Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243])
	by hub.freebsd.org (Postfix) with ESMTP id A0C9137B422
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Sep 2000 00:12:27 -0700 (PDT)
Received: (from clive@localhost)
	by cartier.cirx.org (8.11.0/8.11.0) id e8A7CM119596;
	Sun, 10 Sep 2000 15:12:22 +0800 (CST)
	(envelope-from clive)
Message-Id: <200009100712.e8A7CM119596@cartier.cirx.org>
Date: Sun, 10 Sep 2000 15:12:22 +0800 (CST)
From: clive@CirX.ORG
Sender: clive@cartier.cirx.org
Reply-To: clive@CirX.ORG
To: FreeBSD-gnats-submit@freebsd.org
Subject: A patch for editors/emacs20 XIM support
X-Send-Pr-Version: 3.2

>Number:         21160
>Category:       ports
>Synopsis:       A patch for editors/emacs20 XIM support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jseger
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 10 00:20:00 PDT 2000
>Closed-Date:    Mon Dec 4 01:39:57 PST 2000
>Last-Modified:  Mon Dec 04 01:42:23 PST 2000
>Originator:     Clive Lin <clive@CirX.ORG>
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
This site doesnt' exist
>Environment:

FreeBSD 5.0-CURRENT #0: Sun Sep 10 03:52:41 CST 2000     root@cartier.cirx.org:/home/nexus/obj/usr/local/src/sys/CARTIER

>Description:

With this patch, editors/emacs20 could support XIM quite well.

There's WITH_XIM=yes in editors/xemacs21-mule as well. Not bad for
editors/emacs20 following the same approach.

>How-To-Repeat:


>Fix:


diff -ruN emacs20~/Makefile emacs20/Makefile
--- emacs20~/Makefile	Tue Jun 27 08:03:53 2000
+++ emacs20/Makefile	Fri Sep  1 15:57:06 2000
@@ -34,6 +34,12 @@
 CONFIGURE_ARGS+=	--with-xpg4
 .endif
 
+.if defined(WITH_XIM)
+PATCH_SITES=	http://www.ainet.or.jp/~inoue/software/emacs-xim/
+PATCHFILES=	emacs20-xim-20000713.diff
+PATCH_DIST_STRIP=	-p1
+.endif
+
 pre-fetch:
 .if !defined(WITH_XPG4)
 	@${ECHO_MSG} "NOTE: You can have international locale library support "
diff -ruN emacs20~/files/md5 emacs20/files/md5
--- emacs20~/files/md5	Tue Jun 27 08:03:53 2000
+++ emacs20/files/md5	Fri Sep  1 15:45:21 2000
@@ -1 +1,2 @@
 MD5 (emacs-20.7.tar.gz) = c732cf5e668d4ac67d9418ecb103ecf5
+MD5 (emacs20-xim-20000713.diff) = a519514ed62d312203e143b2769fdbf4


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->jseger 
Responsible-Changed-By: jedgar 
Responsible-Changed-When: Sun Sep 17 06:06:04 PDT 2000 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21160 
State-Changed-From-To: open->closed 
State-Changed-By: keith 
State-Changed-When: Mon Dec 4 01:39:57 PST 2000 
State-Changed-Why:  
Superceded by ports/23198, which is committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21160 
>Unformatted:
