Bug 121489 - textproc/docdiff show error
Summary: textproc/docdiff show error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrew Pantyukhin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-08 07:30 UTC by TsurutaniNaoki
Modified: 2008-04-14 12:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2008-03-08 07:30:01 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-08 07:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->infofarmer

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-14 12:01:17 UTC
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"
Comment 3 sat freebsd_committer freebsd_triage 2008-04-14 12:08:40 UTC
State Changed
From-To: open->closed

Committed, thanks!