pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ruby
Module Name: pkgsrc
Committed By: jmcneill
Date: Tue Aug 29 14:47:35 UTC 2017
Modified Files:
pkgsrc/lang/ruby: platform.mk
Log Message:
Disable dtrace on NetBSD arm. Works around an issue observed on earmv7hf
and NetBSD 8.0_BETA with miniruby getting stuck in an infinite loop while
initializing. Joerg is pretty sure this is the correct fix for now.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ruby/platform.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby/platform.mk
diff -u pkgsrc/lang/ruby/platform.mk:1.3 pkgsrc/lang/ruby/platform.mk:1.4
--- pkgsrc/lang/ruby/platform.mk:1.3 Sun Apr 23 14:14:04 2017
+++ pkgsrc/lang/ruby/platform.mk Tue Aug 29 14:47:35 2017
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.3 2017/04/23 14:14:04 taca Exp $
+# $NetBSD: platform.mk,v 1.4 2017/08/29 14:47:35 jmcneill Exp $
#
#
@@ -86,6 +86,15 @@ CONFIGURE_ARGS+= --disable-dtrace
.endif
#
+# NetBSD
+#
+# dtrace support can cause problems with miniruby on arm.
+#
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*)
+CONFIGURE_ARGS+= --disable-dtrace
+.endif
+
+#
# Solaris
#
# fix build with sunpro.
Home |
Main Index |
Thread Index |
Old Index