From owner-freebsd-ports Sun Sep 10 0:20: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1861637B423 for ; Sun, 10 Sep 2000 00:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03531; Sun, 10 Sep 2000 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id A0C9137B422 for ; 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 Reply-To: clive@CirX.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21160: A patch for editors/emacs20 XIM support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21160 >Category: ports >Synopsis: A patch for editors/emacs20 XIM support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 10 00:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Clive Lin >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message