Ruby bindings for Subversion are marked as broken since compilation fails. For me, it fails because Ruby isn't properly detected -- it is just rejected by configure script for not being able to find rb_hash_foreach. Fix: The following patch should fix the stuff. The root of the problems seem to lie in the fact that mkmf.rb tries to compile test program without pthread libraries. Patched port builds fine on all of my 8.x machines; it also passes builds on my Tinderbox for 6.x, 7.x and 8.x. How-To-Repeat: Try to build devel/ruby-subversion e.g. on 8.x. I used to have some 7.x machines where build was failing, but on some it was successful.
Responsible Changed From-To: freebsd-ports-bugs->lev Over to maintainer (via the GNATS Auto Assign Tool)
lev 2009-08-25 11:53:27 UTC FreeBSD ports repository Modified files: devel/ruby-subversion Makefile devel/subversion Makefile.common distinfo Added files: devel/subversion/files patch-configure Log: (1) Update to 1.6.5 (2) Unbroke Ruby bindings PR: [1] ports/138077, [2] ports/136621 Revision Changes Path 1.10 +1 -1 ports/devel/ruby-subversion/Makefile 1.24 +2 -2 ports/devel/subversion/Makefile.common 1.70 +3 -3 ports/devel/subversion/distinfo 1.17 +14 -0 ports/devel/subversion/files/patch-configure (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, thanks!