summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2016-10-02 11:12:52 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2016-10-02 11:12:52 +0000
commitc57638ba6f4ea152931f098ca975804761021d1d (patch)
tree3f894ba368933d508423721c8f542b54b2d42e7d /irc
parentUpdate to version 4.1.7 (diff)
add patches for Emacs 25
PR: 213156 Submitted by: Yasuhiro KIMURA <yasu [...] utahime.org>
Notes
Notes: svn path=/head/; revision=423110
Diffstat (limited to 'irc')
-rw-r--r--irc/riece/Makefile2
-rw-r--r--irc/riece/files/patch-lisp_riece-highlight.el18
-rw-r--r--irc/riece/files/patch-lisp_riece-history.el18
-rw-r--r--irc/riece/files/patch-lisp_riece-unread.el18
4 files changed, 55 insertions, 1 deletions
diff --git a/irc/riece/Makefile b/irc/riece/Makefile
index ddb3e8874e7f..f253de955665 100644
--- a/irc/riece/Makefile
+++ b/irc/riece/Makefile
@@ -3,7 +3,7 @@
PORTNAME= riece
PORTVERSION= 9.0.0
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= irc elisp
MASTER_SITES= SAVANNAH
diff --git a/irc/riece/files/patch-lisp_riece-highlight.el b/irc/riece/files/patch-lisp_riece-highlight.el
new file mode 100644
index 000000000000..0de893280f8f
--- /dev/null
+++ b/irc/riece/files/patch-lisp_riece-highlight.el
@@ -0,0 +1,18 @@
+--- lisp/riece-highlight.el.orig 2011-04-04 06:43:24 UTC
++++ lisp/riece-highlight.el
+@@ -194,8 +194,13 @@
+ :group 'riece-highlight)
+
+ (unless (riece-facep 'riece-modeline-current-face)
+- (make-face 'riece-modeline-current-face
+- "Face used for displaying the current channel in modeline.")
++ ;; In Emacs, set-face-doc-string is an alias to
++ ;; set-face-documentation, but we use the former since it is
++ ;; available in both Emacs and XEmacs.
++ (make-face 'riece-modeline-current-face)
++ (set-face-doc-string
++ 'riece-modeline-current-face
++ "Face used for displaying the current channel in modeline.")
+ (if (featurep 'xemacs)
+ (set-face-parent 'riece-modeline-current-face 'modeline))
+ (set-face-foreground 'riece-modeline-current-face
diff --git a/irc/riece/files/patch-lisp_riece-history.el b/irc/riece/files/patch-lisp_riece-history.el
new file mode 100644
index 000000000000..47c7a83e5aea
--- /dev/null
+++ b/irc/riece/files/patch-lisp_riece-history.el
@@ -0,0 +1,18 @@
+--- lisp/riece-history.el.orig 2011-04-04 06:24:37 UTC
++++ lisp/riece-history.el
+@@ -65,8 +65,13 @@
+ (defvar riece-channel-list-history-face 'riece-channel-list-history-face)
+
+ (unless (riece-facep 'riece-modeline-history-face)
+- (make-face 'riece-modeline-history-face
+- "Face used for displaying history channels in modeline.")
++ ;; In Emacs, set-face-doc-string is an alias to
++ ;; set-face-documentation, but we use the former since it is
++ ;; available in both Emacs and XEmacs.
++ (make-face 'riece-modeline-history-face)
++ (set-face-doc-string
++ 'riece-modeline-history-face
++ "Face used for displaying history channels in modeline.")
+ (if (featurep 'xemacs)
+ (set-face-parent 'riece-modeline-history-face 'modeline))
+ (set-face-foreground 'riece-modeline-history-face
diff --git a/irc/riece/files/patch-lisp_riece-unread.el b/irc/riece/files/patch-lisp_riece-unread.el
new file mode 100644
index 000000000000..28d69b1ecdc8
--- /dev/null
+++ b/irc/riece/files/patch-lisp_riece-unread.el
@@ -0,0 +1,18 @@
+--- lisp/riece-unread.el.orig 2011-04-04 06:47:48 UTC
++++ lisp/riece-unread.el
+@@ -60,8 +60,13 @@
+ (defvar riece-channel-list-unread-face 'riece-channel-list-unread-face)
+
+ (unless (riece-facep 'riece-modeline-unread-face)
+- (make-face 'riece-modeline-unread-face
+- "Face used for displaying unread channels in modeline.")
++ ;; In Emacs, set-face-doc-string is an alias to
++ ;; set-face-documentation, but we use the former since it is
++ ;; available in both Emacs and XEmacs.
++ (make-face 'riece-modeline-unread-face)
++ (set-face-doc-string
++ 'riece-modeline-unread-face
++ "Face used for displaying unread channels in modeline.")
+ (if (featurep 'xemacs)
+ (set-face-parent 'riece-modeline-unread-face 'modeline))
+ (set-face-foreground 'riece-modeline-unread-face