Bug 158678 - [PATCH] audio/amarok doesn't build with ruby 1.9, mark it as such
Summary: [PATCH] audio/amarok doesn't build with ruby 1.9, mark it as such
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 04:20 UTC by Steve Wills
Modified: 2011-07-07 18:40 UTC (History)
0 users

See Also:


Attachments
file.diff (481 bytes, patch)
2011-07-06 04:20 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!