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 {