Bug 158678

Summary: [PATCH] audio/amarok doesn't build with ruby 1.9, mark it as such
Product: Ports & Packages Reporter: Steve Wills <swills>
Component: Individual Port(s)Assignee: Max Brazhnikov <makc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Steve Wills freebsd_committer freebsd_triage 2011-07-06 04:20:09 UTC
audio/amarok doesn't build with Ruby 1.9. It bombs with a configure error, but even after I hacked up a patch to work around that, it still failed to compile because the code doesn't work with the changes for Ruby 1.9. Lots of errors like this are reported:

error: 'struct RString' has no member named 'ptr'

Fix: See attached patch.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-06 04:20:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-07 18:33:39 UTC
makc        2011-07-07 17:33:25 UTC

  FreeBSD ports repository

  Modified files:
    audio/amarok         Makefile 
  Log:
  Mark BROKEN with Ruby 1.9 [1]
  Drop maintainership (I don't use Qt3 ports anymore)
  
  PR:             ports/158678 [1]
  Submitted by:   swills
  
  Revision  Changes    Path
  1.106     +5 -1      ports/audio/amarok/Makefile
_______________________________________________
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 3 Max Brazhnikov freebsd_committer freebsd_triage 2011-07-07 18:34:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!