ports/179313: ruby 1.9.3.429 disagrees with bsd.ruby.mk

Garrett Wollman wollman at bimajority.org
Wed Jun 5 03:20:49 UTC 2013


<<On Wed, 5 Jun 2013 02:43:14 GMT, linimon at freebsd.org said:

> May be fallout from http://svnweb.freebsd.org/changeset/ports/319866 .

More likely, r319875 makes *exactly* this change:

Index: config.sub
===================================================================
--- config.sub  (revision 319874)
+++ config.sub  (revision 319875)
@@ -473,6 +473,12 @@
                basic_machine=a29k-none
                os=-bsd
                ;;
+       amd64)
+               basic_machine=x86_64-pc
+               ;;
+       amd64-*)
+               basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
+               ;;
        amdahl)
                basic_machine=580-amdahl
                os=-sysv

...and I can confirm that rolling back to r319483 fixes the problem.

-GAWollman



More information about the freebsd-ruby mailing list