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:
Responsible Changed From-To: freebsd-ports-bugs->makc Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!