ports/60571: add addtional multibyte patch to editors/emacs21

Yoshihiko Sarumaru mistral at imasy.or.jp
Thu Dec 25 15:10:20 UTC 2003


>Number:         60571
>Category:       ports
>Synopsis:       add addtional multibyte patch to editors/emacs21
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 25 07:10:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
CBUG, Japan
>Environment:
System: FreeBSD shimako.yamayuri.org 4.9-STABLE FreeBSD 4.9-STABLE #8: Sat Dec 6 23:36:37 JST 2003 sarumaru at shimako.yamayuri.org:/usr/obj/usr/src/sys/Z505VRK i386


	
>Description:
	Emacs 21 port already had a patch to use fontset in menu bar.
	But menu bar has no function to support multibyte encodings,
	so we couldn't use multibyte character for menu bar.

	The same author who develop a patch to use fontset wrote a patch
	to support multibyte encodings in menu bar.

	This patch is very useful when choosing Edit -> select and Paste,
	otherwise we have to imagine the contents of cut ring buffer.

	Please include this patch too.
	Thank you,

>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/emacs21/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile    8 Apr 2003 14:53:13 -0000       1.16
+++ Makefile    25 Dec 2003 04:12:31 -0000
@@ -26,7 +26,7 @@
 
 .if defined(WITH_MENUBAR_FONTSET)
 PATCH_SITES=           http://www.nijino.com/ari/emacs/
-PATCHFILES=            emacs-21.1-fontset.patch
+PATCHFILES=            emacs-21.1-fontset.patch emacs-21.2-menu-encode.patch
 PATCH_DIST_STRIP=      -p1
 .endif
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/editors/emacs21/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo    8 Apr 2003 14:53:13 -0000       1.6
+++ distinfo    25 Dec 2003 04:12:59 -0000
@@ -1,2 +1,3 @@
 MD5 (emacs-21.3.tar.gz) = a0bab457cbf5b4f8eb99d1d0a3ada420
 MD5 (emacs-21.1-fontset.patch) = 4d2cdde317b96207f95a7be8cd4f20fc
+MD5 (emacs-21.2-menu-encode.patch) = f888cbac4a98c78ad1cf621957b9b247



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list