Bug 139379 - [PATCH] devel/rubygem-activesupport: add dependency on converters/ruby-iconv
Summary: [PATCH] devel/rubygem-activesupport: add dependency on converters/ruby-iconv
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 14:40 UTC by Alexander Logvinov
Modified: 2009-11-03 17:50 UTC (History)
0 users

See Also:


Attachments
file.diff (595 bytes, patch)
2009-10-06 14:40 UTC, Alexander Logvinov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Logvinov freebsd_committer freebsd_triage 2009-10-06 14:40:03 UTC
 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-06 14:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-03 17:38:05 UTC
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"
Comment 3 Alexander Logvinov freebsd_committer freebsd_triage 2009-11-03 17:50:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!