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

pguyot at kallisys.net pguyot at kallisys.net
Thu Jun 19 10:48:33 PDT 2008


Revision: 37694
          http://trac.macosforge.org/projects/macports/changeset/37694
Author:   pguyot at kallisys.net
Date:     2008-06-19 10:48:32 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
Workaround for 10.5 ppc, handling maintainship to kimuraw@

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

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2008-06-19 16:53:13 UTC (rev 37693)
+++ trunk/dports/lang/ruby/Portfile	2008-06-19 17:48:32 UTC (rev 37694)
@@ -7,7 +7,7 @@
 revision		1
 
 categories		lang ruby
-maintainers		pguyot at kallisys.net openmaintainer
+maintainers		kimuraw
 
 description		Powerful and clean object-oriented scripting language
 long_description	Ruby is the interpreted scripting language for quick \
@@ -74,6 +74,12 @@
 	configure.args-delete	--enable-pthread
 }
 
+platform darwin 9 powerpc {
+	# pthreads breaks ruby-1.8.7 on 10.5 ppc
+	# http://trac.macports.org/ticket/15635
+	configure.args-delete   --enable-pthread
+}
+
 variant tk conflicts mactk {
 	configure.args-delete	--without-tk
 	configure.args-append	--with-tk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080619/a3514233/attachment.htm 


More information about the macports-changes mailing list