Bug 156474

Summary: [PATCH] devel/ruby-robjectteam (patch to enable compiling with RUBY_VER 1.9)
Product: Ports & Packages Reporter: Eric Freeman <freebsdports>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Eric Freeman 2011-04-18 15:40:04 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-18 15:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2011-05-03 02:43:47 UTC
Responsible Changed
From-To: stas->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-03 02:50:17 UTC
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"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2011-05-03 02:51:27 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!