Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142784282
D19916.id57527.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D19916.id57527.diff
View Options
Index: head/japanese/anthy/Makefile
===================================================================
--- head/japanese/anthy/Makefile
+++ head/japanese/anthy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= anthy
PORTVERSION= 9100h
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= japanese
MASTER_SITES= OSDN/${PORTNAME}/37536
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Index: head/japanese/anthy/files/patch-src-util_anthy.el
===================================================================
--- head/japanese/anthy/files/patch-src-util_anthy.el
+++ head/japanese/anthy/files/patch-src-util_anthy.el
@@ -1,6 +1,30 @@
---- src-util/anthy.el.orig 2013-05-15 01:57:21.000000000 +0900
-+++ src-util/anthy.el 2013-05-15 01:58:25.000000000 +0900
-@@ -892,7 +892,7 @@
+--- src-util/anthy.el.orig 2008-11-29 12:46:00 UTC
++++ src-util/anthy.el
+@@ -161,11 +161,9 @@
+
+ ;; From skk-macs.el From viper-util.el. Welcome!
+ (defmacro anthy-deflocalvar (var default-value &optional documentation)
+- (` (progn
+- (defvar (, var) (, default-value)
+- (, (format "%s\n\(buffer local\)" documentation)))
+- (make-variable-buffer-local '(, var))
+- )))
++ `(defvar ,var ,default-value
++ ,(format "%s\n\(buffer local\)" documentation))
++ )
+
+ ;; buffer local variables
+ (anthy-deflocalvar anthy-context-id nil "$B%3%s%F%-%9%H$N(Bid")
+@@ -745,7 +743,7 @@
+ (if anthy-agent-process
+ (kill-process anthy-agent-process))
+ (setq anthy-agent-process proc)
+- (process-kill-without-query proc)
++ (set-process-query-on-exit-flag proc nil)
+ (if anthy-xemacs
+ (if (coding-system-p (find-coding-system 'euc-japan))
+ (set-process-coding-system proc 'euc-japan 'euc-japan))
+@@ -892,7 +890,7 @@
((event-matches-key-specifier-p event 'backspace) 8)
(t
(char-to-int (event-to-character event)))))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 24, 2:22 PM (6 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27897669
Default Alt Text
D19916.id57527.diff (1 KB)
Attached To
Mode
D19916: japanese/anthy: patch for emacs27
Attached
Detach File
Event Timeline
Log In to Comment