Revision
144069
Author
ryandesign@macports.org
Date
2015-12-31 07:43:20 -0800 (Thu, 31 Dec 2015)

Log Message

minivmac-devel: fix configure failure on El Capitan by ignoring stderr output (`CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data`)

Modified Paths

Diff

Modified: trunk/dports/emulators/minivmac-devel/Portfile (144068 => 144069)


--- trunk/dports/emulators/minivmac-devel/Portfile	2015-12-31 14:27:59 UTC (rev 144068)
+++ trunk/dports/emulators/minivmac-devel/Portfile	2015-12-31 15:43:20 UTC (rev 144069)
@@ -247,7 +247,7 @@
 configure {
     # Launch the bootstrap Mini vMac to run the configuration. When it's done
     # it should automatically quit, but if not, we time out after awhile.
-    exec ${prefix}/bin/timeout ${configure.pre_args} "${worksrcpath}/${my_bootstrap_app}/Contents/MacOS/minivmac"
+    exec -ignorestderr ${prefix}/bin/timeout ${configure.pre_args} "${worksrcpath}/${my_bootstrap_app}/Contents/MacOS/minivmac" 2>/dev/null
 }
 
 post-configure {