Date: Sun, 10 Sep 2000 15:12:22 +0800 (CST) From: clive@CirX.ORG To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21160: A patch for editors/emacs20 XIM support Message-ID: <200009100712.e8A7CM119596@cartier.cirx.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted: 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?200009100712.e8A7CM119596>