[57893] users/ryandesign/minivmac/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Sep 18 06:31:24 PDT 2009
Revision: 57893
http://trac.macports.org/changeset/57893
Author: ryandesign at macports.org
Date: 2009-09-18 06:31:19 -0700 (Fri, 18 Sep 2009)
Log Message:
-----------
minivmac: revise missing ROM file message
Modified Paths:
--------------
users/ryandesign/minivmac/Portfile
Modified: users/ryandesign/minivmac/Portfile
===================================================================
--- users/ryandesign/minivmac/Portfile 2009-09-18 12:06:09 UTC (rev 57892)
+++ users/ryandesign/minivmac/Portfile 2009-09-18 13:31:19 UTC (rev 57893)
@@ -83,7 +83,6 @@
set my_appdir "${applications_dir}/Mini vMac"
set romfile vMac.ROM
-set romfile_model "Macintosh Plus or 512Ke"
set my_base_options "-maintainer MacPorts -homepage http://www.macports.org/ -cl -eol unx -nex -im 1"
set my_target ""
@@ -100,18 +99,18 @@
pre-fetch {
if { ! [file exists ${my_appdir}/${romfile}] } {
- ui_msg "**************************************************************"
- ui_msg "Mini vMac requires a ROM file from the type of machine you're"
- ui_msg "emulating in order to work. The ROM file is not included with"
- ui_msg "this package because it is copyrighted Apple software."
- ui_msg "Download the CopyRoms program from the Mini vMac web site"
- ui_msg "(${homepage} > More > Extras)"
- ui_msg "and transfer it to a real physical ${romfile_model}"
- ui_msg "that you own. Run the CopyRoms program there, then transfer"
- 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"
+ ui_msg "****************************************************************"
+ ui_msg "To build Mini vMac, you will need a ROM file from a Macintosh"
+ ui_msg "Plus or 512Ke. And to run it, you need a ROM file from the type"
+ ui_msg "of Mac you want to emulate. ROM files are not included with this"
+ ui_msg "package because they are copyrighted Apple software."
+ ui_msg "To create a ROM file, download the CopyRoms program from"
+ ui_msg "${homepage}extras/copyroms.html"
+ ui_msg "and transfer it to a real physical early Macintosh that you own."
+ ui_msg "Run the CopyRoms program there, then transfer the ROM file back"
+ ui_msg "to this Mac and put it in ${my_appdir}."
+ ui_msg "****************************************************************"
+ return -code error "${romfile} not found"
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090918/e8f458ca/attachment.html>
More information about the macports-changes
mailing list