From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 6 13:40:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87BBE1065676 for ; Tue, 6 Oct 2009 13:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B38F8FC19 for ; Tue, 6 Oct 2009 13:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n96De36N012208 for ; Tue, 6 Oct 2009 13:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n96De3VT012207; Tue, 6 Oct 2009 13:40:03 GMT (envelope-from gnats) Resent-Date: Tue, 6 Oct 2009 13:40:03 GMT Resent-Message-Id: <200910061340.n96De3VT012207@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Logvinov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81CFA1065693 for ; Tue, 6 Oct 2009 13:30:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 70D0F8FC20 for ; Tue, 6 Oct 2009 13:30:18 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n96DUIRB099922 for ; Tue, 6 Oct 2009 13:30:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n96DUIXV099882; Tue, 6 Oct 2009 13:30:18 GMT (envelope-from nobody) Message-Id: <200910061330.n96DUIXV099882@www.freebsd.org> Date: Tue, 6 Oct 2009 13:30:18 GMT From: Alexander Logvinov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139379: [PATCH] devel/rubygem-activesupport: add dependency on converters/ruby-iconv X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 13:40:04 -0000 >Number: 139379 >Category: ports >Synopsis: [PATCH] devel/rubygem-activesupport: add dependency on converters/ruby-iconv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 06 13:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: 7.2-STABLE i386 >Organization: >Environment: >Description: 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' >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 >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/rubygem-activesupport/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 10 Sep 2009 17:12:19 -0000 1.19 +++ Makefile 6 Oct 2009 13:20:09 -0000 @@ -6,6 +6,7 @@ PORTNAME= activesupport PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RF @@ -13,6 +14,7 @@ COMMENT= Utility classes and extension that are required by Rails MVC Framework USE_RUBY= yes +USE_RUBY_FEATURES= iconv USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes >Release-Note: >Audit-Trail: >Unformatted: