running docdiff shows an error. Fix: add dependency to converters/ruby-iconv. here is a patch to ports/textproc/docdiff: --- Makefile.orig 2007-12-16 04:28:56.000000000 +0900 +++ Makefile 2008-03-08 16:13:20.000000000 +0900 @@ -13,7 +13,8 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= Compare text word by word -RUN_DEPENDS= *ruby*-uconv>=0:${PORTSDIR}/japanese/ruby-uconv +RUN_DEPENDS= *ruby*-uconv>=0:${PORTSDIR}/japanese/ruby-uconv \ + *ruby*-iconv>=0:${PORTSDIR}/converters/ruby-iconv USE_RUBY= yes NO_BUILD= yes How-To-Repeat: % docdiff -u foo bar /usr/local/lib/ruby/site_ruby/1.8/docdiff/charstring.rb:6:in `require': no such file to load -- iconv (LoadError) from /usr/local/lib/ruby/site_ruby/1.8/docdiff/charstring.rb:6 from /usr/local/lib/ruby/site_ruby/1.8/docdiff/document.rb:4:in `require' from /usr/local/lib/ruby/site_ruby/1.8/docdiff/document.rb:4 from /usr/local/bin/docdiff:9:in `require' from /usr/local/bin/docdiff:9
Responsible Changed From-To: freebsd-ports-bugs->infofarmer Over to maintainer (via the GNATS Auto Assign Tool)
sat 2008-04-14 11:01:03 UTC FreeBSD ports repository Modified files: textproc/docdiff Makefile Log: - Depend on ruby-iconv, too PR: ports/121489 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Revision Changes Path 1.3 +3 -1 ports/textproc/docdiff/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!