[84285] trunk/dports/emulators

ryandesign at macports.org ryandesign at macports.org
Wed Sep 21 13:15:28 PDT 2011


Revision: 84285
          http://trac.macports.org/changeset/84285
Author:   ryandesign at macports.org
Date:     2011-09-21 13:15:28 -0700 (Wed, 21 Sep 2011)
Log Message:
-----------
minivmac, minivmac-devel: extract as root so that we have permission to look in the user's home directory so that we can find a vMac.ROM there. Move the missing vMac.ROM error from pre-fetch to pre-extract both because there is no "fetch as root" option and so that our distfiles mirrors can still fetch the files even if they don't have the vMac.ROM (though our mirrors appear to have been able to fetch the files anyway before; not sure how).

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-09-21 19:58:15 UTC (rev 84284)
+++ trunk/dports/emulators/minivmac/Portfile	2011-09-21 20:15:28 UTC (rev 84285)
@@ -135,7 +135,7 @@
     set my_archs ${configure.build_arch}
 }
 
-pre-fetch {
+pre-extract {
     if {"" == [my_real_rom_file]} {
         ui_msg "****************************************************************"
         ui_msg "To build Mini vMac, you will need a ROM file from a Macintosh"
@@ -156,6 +156,7 @@
 
 worksrcdir              stuff
 extract.mkdir           yes
+extract.asroot          yes
 
 post-extract {
     # Decode the system disk container image.

Modified: trunk/dports/emulators/minivmac-devel/Portfile
===================================================================
--- trunk/dports/emulators/minivmac-devel/Portfile	2011-09-21 19:58:15 UTC (rev 84284)
+++ trunk/dports/emulators/minivmac-devel/Portfile	2011-09-21 20:15:28 UTC (rev 84285)
@@ -143,7 +143,7 @@
     set my_archs ${configure.build_arch}
 }
 
-pre-fetch {
+pre-extract {
     if {"" == [my_real_rom_file]} {
         ui_msg "****************************************************************"
         ui_msg "To build Mini vMac, you will need a ROM file from a Macintosh"
@@ -164,6 +164,7 @@
 
 worksrcdir              stuff
 extract.mkdir           yes
+extract.asroot          yes
 
 post-extract {
     # Decode the system disk container image.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110921/8869fd53/attachment.html>


More information about the macports-changes mailing list