I can't create Rails project without ruby-iconv port installed. $ pwd /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4 $ fgrep -R "require 'iconv'" * lib/active_support/inflector.rb:require 'iconv' And it would be nice to add the same dependency to mail/rubygem-actionmailer: $ pwd /usr/local/lib/ruby/gems/1.8/gems/actionmailer-2.3.4 $ fgrep -R "require 'iconv'" * lib/action_mailer/vendor/tmail-1.2.3/tmail/quoting.rb: require 'iconv' Fix: Patch attached with submission follows: How-To-Repeat: $ pkg_info -Ix iconv libiconv-1.13.1 A character set conversion library $ rails test undefined method `camelize' for "app":String % pkg_info -Ix iconv libiconv-1.13.1 A character set conversion library ruby18-iconv-1.8.7.160,1 An iconv wrapper class for Ruby $ rails test create create app/controllers
Responsible Changed From-To: freebsd-ports-bugs->pgollucci Over to maintainer (via the GNATS Auto Assign Tool)
avl 2009-11-03 17:37:51 UTC FreeBSD ports repository Modified files: devel/rubygem-activesupport Makefile Log: - Add dependency on converters/ruby-iconv PR: ports/139379 Submitted by: myself Approved by: maintainer (pgollucci via ports@ maillist) Revision Changes Path 1.20 +2 -0 ports/devel/rubygem-activesupport/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!