pkgsrc-Bugs archive

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

Re: pkg/44553: New package: misc/howm



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

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/44553: New package: misc/howm
Date: Mon, 21 Feb 2011 18:18:27 +0900

 On Mon, 21 Feb 2011 09:00:08 +0900, ishit <ishit%oak.dti.ne.jp@localhost> 
wrote:
 
 >  >  Does this package require Both elisp and command line interface for 
 > migemo?
 > "Migemo" function did not operate when "Migemo-elisp" was deleted.
 >  Therefore, I think it is necessary.
 
 In howm-mode.el,
   if howm-migemo-client point to "migemo-client" executable, or
   howm-view-use-grep is enabled, only migemo-client is used,
   otherwise, only migemo elisp module will be used.
 
 I don't know which condition is usual for users,
 but I see, depending on both packages is reasonable.
 
 >  >  > Xpre-build:
 >  >  > X.for f in ${EXT_FILES}
 >  >  > X      ${CP} ${WRKSRC}/ext/${f} ${WRKSRC}/ext/${f}.orig
 >  >  > X      ${SED} -e 's!/usr!${PREFIX}!g' \
 >  >  > X      < ${WRKSRC}/ext/${f}.orig \
 >  >  > X      > ${WRKSRC}/ext/${f}
 >  >  > X.endfor
 >  >
 >  >  I fell it only replace shebang.
 >  >  Do you intend something more?
 > No. I intended to replace "shebang" only.
 
 It will replace shebang, like /usr/pkg/bin/ruby, it should be, like 
/usr/pkg/bin/ruby18.
 
 REPLACE_RUBY_DIRS=     ext
 REPLACE_RUBY_PAT=      *.rb howm2 howmkara
 .include "../../lang/ruby/replace.mk"
 
 -- 
 OBATA Akio / obache%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index