From owner-freebsd-ports@FreeBSD.ORG Sat Jul 13 02:36:47 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CBA72A6F for ; Sat, 13 Jul 2013 02:36:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 93A3F1C71 for ; Sat, 13 Jul 2013 02:36:47 +0000 (UTC) Received: from meatwad.mouf.net (cpe-098-122-148-024.nc.res.rr.com [98.122.148.24]) (authenticated bits=0) by mouf.net (8.14.5/8.14.5) with ESMTP id r6D2aZFO094485 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Sat, 13 Jul 2013 02:36:41 GMT (envelope-from swills@FreeBSD.org) Message-ID: <51E0BD34.4010003@FreeBSD.org> Date: Sat, 13 Jul 2013 02:36:36 +0000 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130707 Thunderbird/17.0.7 MIME-Version: 1.0 To: Kozlov Sergey Subject: Re: Redmine rmagick dependencies References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Sat, 13 Jul 2013 02:36:41 +0000 (UTC) X-Spam-Status: No, score=1.3 required=4.5 tests=RCVD_IN_RP_RNBL autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.8 at mouf.net X-Virus-Status: Clean Cc: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jul 2013 02:36:47 -0000 On 07/12/13 19:47, Kozlov Sergey wrote: > Hi all. I've already posted this on questions, but got no reply. Sorry I didn't see your message. > Recently the redmine port was updated to 2.3.1 and when i tried to > install it I've noticed that it has two rmagick dependencies - > ruby-rmagick(optional) and rubygem-rmagick(non-optional). > ruby-rmagic and rubygem-rmagick ports have the same COMMENT and > VERSION so i have some questions: > > 1) What's the difference between ruby-rmagick and rubygem-rmagick? The rubygem- one shows up in "gem list" and is detected as installed by gem. > 2) Why does redmine need rubygem-rmagick even if i turn rmagick > option off (is it a bug)? > > Before the port was updated I've installed redmine dependencies > using bundler, and i had no rmagick at all while redmine working > properly. It's at least a bug that both are required, it may be a bug that either is required, though I doubt it and it's a bug that the dep doesn't go away when you turn it off, although the dep may not be optional. I'll take a look at it and see if I can fix it, thanks for letting us know. Steve