[51641] users/ryandesign/minivmac-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri May 29 16:40:49 PDT 2009


Revision: 51641
          http://trac.macports.org/changeset/51641
Author:   ryandesign at macports.org
Date:     2009-05-29 16:40:49 -0700 (Fri, 29 May 2009)
Log Message:
-----------
minivmac-devel: The ROM file is no longer required to build Mini vMac, only to run it, so change from a pre-fetch fatal error back to a post-install warning.

Modified Paths:
--------------
    users/ryandesign/minivmac-devel/Portfile

Modified: users/ryandesign/minivmac-devel/Portfile
===================================================================
--- users/ryandesign/minivmac-devel/Portfile	2009-05-29 23:17:41 UTC (rev 51640)
+++ users/ryandesign/minivmac-devel/Portfile	2009-05-29 23:40:49 UTC (rev 51641)
@@ -72,7 +72,7 @@
     set my_target imch
 }
 
-pre-fetch {
+post-install {
     if { ! [file exists ${my_appdir}/${romfile}] } {
         ui_msg "**************************************************************"
         ui_msg "Mini vMac requires a ROM file from the type of machine you're"
@@ -85,7 +85,6 @@
         ui_msg "the ROM file back to this Mac, name it ${romfile},"
         ui_msg "and put it in ${my_appdir}."
         ui_msg "**************************************************************"
-        return -code error "missing ROM file"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090529/8ff351be/attachment.html>


More information about the macports-changes mailing list