pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/41447: [inputmethod/uim] PLIST checking failure



The following reply was made to PR pkg/41447; it has been noted by GNATS.

From: Takahiro Kambe <taca%back-street.net@localhost>
To: gnats-bugs%NetBSD.org@localhost, ryoh%jaist.ac.jp@localhost
Cc: obache%NetBSD.org@localhost
Subject: Re: pkg/41447: [inputmethod/uim] PLIST checking failure
Date: Tue, 29 Sep 2009 17:06:33 +0900 (JST)

 Hi,
 
 In message <20090517101000.DB29B63BC88%www.NetBSD.org@localhost>
        on Sun, 17 May 2009 10:10:00 +0000 (UTC),
        Ryo HAYASAKA <ryoh%jaist.ac.jp@localhost> wrote:
 > => Checking file-check results for uim-1.5.5
 > ERROR: ************************************************************
 > ERROR: The following files are in the PLIST but not in /usr/pkg:
 > ERROR:         /usr/pkg/share/uim/pixmaps/m17n-as-inscript.png
 > ERROR:         /usr/pkg/share/uim/pixmaps/m17n-as-phonetic.png
 These png files are symblic links to files whose name are stripped
 "m17n-" under ${PREFIX}/share/m17n/icons.
 
 Thses missing files are contained in misc/m17n-contrib packages and
 current m17n-contrib has more files.
 
 So, these changes are needed to fix this problem.  But I don't know
 proper way to fix (1).  I hope obache, MAINTAINER of misc/m17n-contrib
 package solve the problem.  :-)
 
 (1) make inputmethod/uim package depends misc/m17n-contrib package
     when m17nlib option is enabled.
 
 (2) Update PLIST of inputmethod/uim package.
 
 Index: PLIST
 ===================================================================
 RCS file: /cvsroot/pkgsrc/inputmethod/uim/PLIST,v
 retrieving revision 1.11
 diff -u -u -r1.11 PLIST
 --- PLIST      14 Jun 2009 20:19:52 -0000      1.11
 +++ PLIST      29 Sep 2009 08:02:04 -0000
 @@ -192,6 +192,7 @@
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-bo-wylie.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-bopo-kbd.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-cmc-kbd.png
 +${PLIST.m17nlib}share/uim/pixmaps/m17n-cs-kbd.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-dv-phonetic.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-el-kbd.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-en-ispell.png
 @@ -240,6 +241,7 @@
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-pa-itrans.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-pa-jhelum.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-pa-phonetic.png
 +${PLIST.m17nlib}share/uim/pixmaps/m17n-ps-phonetic.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-rfc1345.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-ru-kbd.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-ru-yawerty.png
 @@ -255,6 +257,7 @@
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-ta-phonetic.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-ta-tamil99.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-ta-typewriter.png
 +${PLIST.m17nlib}share/uim/pixmaps/m17n-ta-vutam.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-te-inscript.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-te-itrans.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-te-pothana.png
 @@ -281,6 +284,7 @@
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-zh-tonepy-b5.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-zh-tonepy-gb.png
  ${PLIST.m17nlib}share/uim/pixmaps/m17n-zh-tonepy.png
 +${PLIST.m17nlib}share/uim/pixmaps/m17n-zh-zhuyin.png
  share/uim/pixmaps/mana.png
  share/uim/pixmaps/mana.svg
  share/uim/pixmaps/null.png
 
 
 -- 
 Takahiro Kambe <taca%back-street.net@localhost>
 


Home | Main Index | Thread Index | Old Index