Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 23:20:46 -0400
From:      Garrett Wollman <wollman@bimajority.org>
To:        linimon@freebsd.org
Cc:        ruby@freebsd.org, bapt@freebsd.org
Subject:   Re: ports/179313: ruby 1.9.3.429 disagrees with bsd.ruby.mk
Message-ID:  <20910.44686.745921.820750@hergotha.csail.mit.edu>
In-Reply-To: <201306050243.r552hElJ016983@freefall.freebsd.org>
References:  <201306050243.r552hElJ016983@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Wed, 5 Jun 2013 02:43:14 GMT, linimon@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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20910.44686.745921.820750>