[66504] trunk/dports/lang/ruby/Portfile

kimuraw at macports.org kimuraw at macports.org
Thu Apr 15 08:43:35 PDT 2010


Revision: 66504
          http://trac.macports.org/changeset/66504
Author:   kimuraw at macports.org
Date:     2010-04-15 08:43:29 -0700 (Thu, 15 Apr 2010)
Log Message:
-----------
lang/ruby: change +universal archdir for x86_64

Modified Paths:
--------------
    trunk/dports/lang/ruby/Portfile

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2010-04-15 14:54:49 UTC (rev 66503)
+++ trunk/dports/lang/ruby/Portfile	2010-04-15 15:43:29 UTC (rev 66504)
@@ -5,7 +5,7 @@
 
 name			ruby
 version			1.8.7-p249
-revision		2
+revision		3
 
 categories		lang ruby
 maintainers		kimuraw
@@ -76,7 +76,7 @@
 	#     - bin/
 	#     - lib/libruby*.dylib, libruby-static.a
 	#   single architecture modules and headers, such as ruby.h or config.h
-	#     - lib/ruby/[1.8|site_ruby/1.8|vendor_ruby/1.8]/i686-apple-darwin*/
+	#     - lib/ruby/[1.8|site_ruby/1.8|vendor_ruby/1.8]/x86_64-apple-darwin*/
 	#     -                                             /i386-apple-darwin*/
 	#     -                                             /ppc-apple-darwin*/
 	#   pure ruby libraries
@@ -87,11 +87,8 @@
 		# modules(*.bundle), headers(ruby.h, config.h, ..) and rbconfig.rb.
 		# like this:
 		#   i386   -> ${prefix}/lib/ruby/1.8/i386-apple-darwin10/
-		#   x86_64 ->                       /i686-apple-darwin10/
+		#   x86_64 ->                       /x86_64-apple-darwin10/
 		set cpu_type ${arch}
-		if {${cpu_type} == "x86_64"} {
-			set cpu_type i686
-		}
 		append merger_configure_env(${arch}) \
 			"ac_cv_build=\"${cpu_type}-apple-darwin${os.major}\" "
 	}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100415/59b8f5a5/attachment.html>


More information about the macports-changes mailing list