devel/ruby-robjectteam does not currently compile when RUBY_VER is 1.9 This patch adds a patch file that makes a few changes to the install.rb script to enable it to work under Ruby 1.9 How-To-Repeat: install ruby 1.9 cd /usr/ports/deve/ruby-robjectteam && make install RUBY_VER=1.9 fails because of ftools dependency
Responsible Changed From-To: freebsd-ports-bugs->stas Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: stas->swills I'll take it.
swills 2011-05-03 01:49:59 UTC FreeBSD ports repository Modified files: devel/ruby-robjectteam Makefile Added files: devel/ruby-robjectteam/files patch-install.rb Log: - Fix build with Ruby 1.9 PR: ports/156474 Submitted by: Eric Freeman <freebsdports@chillibear.com> Approved by: maintainer (timeout) Revision Changes Path 1.9 +1 -0 ports/devel/ruby-robjectteam/Makefile 1.1 +30 -0 ports/devel/ruby-robjectteam/files/patch-install.rb (new) _______________________________________________ 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, with minor changes. Thanks!