pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/43649 (Please update inputmethod/skk to 14.0.91)
The following reply was made to PR pkg/43649; it has been noted by GNATS.
From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost, obache%NetBSD.org@localhost
Cc:
Subject: Re: pkg/43649 (Please update inputmethod/skk to 14.0.91)
Date: Sun, 01 Aug 2010 01:44:25 +0900 (JST)
PLIST is too simplified.
With emacs22, 'make install' fails.
=> Checking file-check results for skk-14.0.91
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR:
/usr/tmp/inputmethod/skk/work/.destdir/usr/pkg/share/emacs/site-lisp/skk/skk-jisx0213.el
ERROR:
/usr/tmp/inputmethod/skk/work/.destdir/usr/pkg/share/emacs/site-lisp/skk/skk-jisx0213.elc
Emacs 22 does not support JIS X0213, but supports UTF-8.
Emacs 20 and 21 does not support JIS X0213 and UTF-8, and editors/mule-ucs
will be installed
with inputmethods/skk.
If you are interested in this problem,
It is explained in http://www.xdelta.net/blog/FreeBSD/2006/03/07/p153 (in
Japanese).
editors/mule-ucs is mainly designed to support UTF-8, and please revert your
simplification partly.
Please use following patch,
Index: PLIST
===================================================================
RCS file: /usr/cvsrep/pkgsrc/inputmethod/skk/PLIST,v
retrieving revision 1.14
diff -u -r1.14 PLIST
--- PLIST 31 Jul 2010 08:45:09 -0000 1.14
+++ PLIST 31 Jul 2010 16:18:10 -0000
@@ -41,8 +41,14 @@
${EMACS_LISPPREFIX}/skk/skk-isearch.elc
${EMACS_LISPPREFIX}/skk/skk-jisx0201.el
${EMACS_LISPPREFIX}/skk/skk-jisx0201.elc
-${FOR_emacs}${EMACS_LISPPREFIX}/skk/skk-jisx0213.el
-${FOR_emacs}${EMACS_LISPPREFIX}/skk/skk-jisx0213.elc
+${FOR_emacs20}${EMACS_LISPPREFIX}/skk/skk-jisx0213.el
+${FOR_emacs20}${EMACS_LISPPREFIX}/skk/skk-jisx0213.elc
+${FOR_emacs21}${EMACS_LISPPREFIX}/skk/skk-jisx0213.el
+${FOR_emacs21}${EMACS_LISPPREFIX}/skk/skk-jisx0213.elc
+${FOR_emacs21nox}${EMACS_LISPPREFIX}/skk/skk-jisx0213.el
+${FOR_emacs21nox}${EMACS_LISPPREFIX}/skk/skk-jisx0213.elc
+${FOR_emacs23}${EMACS_LISPPREFIX}/skk/skk-jisx0213.el
+${FOR_emacs23}${EMACS_LISPPREFIX}/skk/skk-jisx0213.elc
${EMACS_LISPPREFIX}/skk/skk-jisyo-edit-mode.el
${EMACS_LISPPREFIX}/skk/skk-jisyo-edit-mode.elc
${EMACS_LISPPREFIX}/skk/skk-kakasi.el
Home |
Main Index |
Thread Index |
Old Index