[144069] trunk/dports/emulators/minivmac-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 31 07:43:20 PST 2015


Revision: 144069
          https://trac.macports.org/changeset/144069
Author:   ryandesign at 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:
--------------
    trunk/dports/emulators/minivmac-devel/Portfile

Modified: trunk/dports/emulators/minivmac-devel/Portfile
===================================================================
--- 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 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151231/b4bbff9a/attachment.html>


More information about the macports-changes mailing list