Index: head/irc/riece/Makefile =================================================================== --- head/irc/riece/Makefile (revision 423109) +++ head/irc/riece/Makefile (revision 423110) @@ -1,33 +1,33 @@ # Created by: KIMURA Yasuhiro # $FreeBSD$ PORTNAME= riece PORTVERSION= 9.0.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= SAVANNAH PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= yasu@utahime.org COMMENT= IRC client for Emacs LICENSE= GPLv3 USES= gmake USE_EMACS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-lispdir=${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} OPTIONS_DEFINE= DOCS INFO= riece-en riece-ja post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS ChangeLog NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/irc/riece/files/patch-lisp_riece-highlight.el =================================================================== --- head/irc/riece/files/patch-lisp_riece-highlight.el (nonexistent) +++ head/irc/riece/files/patch-lisp_riece-highlight.el (revision 423110) @@ -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 Property changes on: head/irc/riece/files/patch-lisp_riece-highlight.el ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/riece/files/patch-lisp_riece-history.el =================================================================== --- head/irc/riece/files/patch-lisp_riece-history.el (nonexistent) +++ head/irc/riece/files/patch-lisp_riece-history.el (revision 423110) @@ -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 Property changes on: head/irc/riece/files/patch-lisp_riece-history.el ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/riece/files/patch-lisp_riece-unread.el =================================================================== --- head/irc/riece/files/patch-lisp_riece-unread.el (nonexistent) +++ head/irc/riece/files/patch-lisp_riece-unread.el (revision 423110) @@ -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 Property changes on: head/irc/riece/files/patch-lisp_riece-unread.el ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property