[85799] trunk/dports/emulators

ryandesign at macports.org ryandesign at macports.org
Sun Oct 16 00:13:54 PDT 2011


Revision: 85799
          http://trac.macports.org/changeset/85799
Author:   ryandesign at macports.org
Date:     2011-10-16 00:13:49 -0700 (Sun, 16 Oct 2011)
Log Message:
-----------
minivmac, minivmac-devel: don't force use of MacPorts expect after all

Modified Paths:
--------------
    trunk/dports/emulators/minivmac/Portfile
    trunk/dports/emulators/minivmac-devel/Portfile

Modified: trunk/dports/emulators/minivmac/Portfile
===================================================================
--- trunk/dports/emulators/minivmac/Portfile	2011-10-16 06:26:30 UTC (rev 85798)
+++ trunk/dports/emulators/minivmac/Portfile	2011-10-16 07:13:49 UTC (rev 85799)
@@ -363,11 +363,11 @@
 
 # Mounts a disk image.
 proc my_attach_disk_image {disk_image} {
-    global my_name filespath prefix
+    global my_name filespath
     set mountpoint [mkdtemp "/tmp/${my_name}.XXXXXXXX"]
     # Use this expect script instead of using hdiutil directly, because the
     # system disk image has a license agreement we must agree to.
-    my_system "${prefix}/bin/expect ${filespath}/attach.exp '${disk_image}' '${mountpoint}'"
+    my_system "expect ${filespath}/attach.exp '${disk_image}' '${mountpoint}'"
     return ${mountpoint}
 }
 

Modified: trunk/dports/emulators/minivmac-devel/Portfile
===================================================================
--- trunk/dports/emulators/minivmac-devel/Portfile	2011-10-16 06:26:30 UTC (rev 85798)
+++ trunk/dports/emulators/minivmac-devel/Portfile	2011-10-16 07:13:49 UTC (rev 85799)
@@ -371,11 +371,11 @@
 
 # Mounts a disk image.
 proc my_attach_disk_image {disk_image} {
-    global my_name filespath prefix
+    global my_name filespath
     set mountpoint [mkdtemp "/tmp/${my_name}.XXXXXXXX"]
     # Use this expect script instead of using hdiutil directly, because the
     # system disk image has a license agreement we must agree to.
-    my_system "${prefix}/bin/expect ${filespath}/attach.exp '${disk_image}' '${mountpoint}'"
+    my_system "expect ${filespath}/attach.exp '${disk_image}' '${mountpoint}'"
     return ${mountpoint}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111016/62f931ee/attachment.html>


More information about the macports-changes mailing list