From owner-freebsd-ruby@FreeBSD.ORG Thu Aug 4 02:53:33 2011 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D1D8106566B for ; Thu, 4 Aug 2011 02:53:33 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (mouf.net [204.109.58.86]) by mx1.freebsd.org (Postfix) with ESMTP id 0B4058FC12 for ; Thu, 4 Aug 2011 02:53:32 +0000 (UTC) Received: from [10.0.1.39] (cpe-065-190-149-241.nc.res.rr.com [65.190.149.241]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id p742U5sf088668 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 3 Aug 2011 22:30:10 -0400 (EDT) (envelope-from steve@mouf.net) References: <4E1519B0.1050704@FreeBSD.org> <7fcL+OMhB/@dmeyer.dinoex.sub.org> In-Reply-To: <7fcL+OMhB/@dmeyer.dinoex.sub.org> Mime-Version: 1.0 (iPad Mail 8L1) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Message-Id: <1EDB3524-A479-4FBA-BD85-191F1A73773C@mouf.net> X-Mailer: iPad Mail (8L1) From: Steve Wills Date: Wed, 3 Aug 2011 22:30:02 -0400 To: Dirk Meyer X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (mouf.net [204.109.58.86]); Wed, 03 Aug 2011 22:30:11 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.2 at mouf.net X-Virus-Status: Clean Cc: "freebsd-ruby@freebsd.org" Subject: Re: Status of migration to ruby 1.9 as default X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 02:53:33 -0000 On Aug 1, 2011, at 11:50 PM, dirk.meyer@dinoex.sub.org (Dirk Meyer) wrote: > Steve Wills schrieb:, > >> If you'd like to try to fix things, the possibly incomplete and/or >> inaccurate list of ports that don't work with 1.9 is: > > I can't figure out how to add patches to a gem distribution > so i can be build under FreeBSD ports again. > > Is there any exmaple or can we have a hook in bsd.ruby.mk? There isn't a way to do this right now. Some work is needed in bsd.ruby.mk. Steve