[27449] trunk/dports/cross/arm-iphone-binutils/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Fri Aug 3 23:50:47 PDT 2007
Revision: 27449
http://trac.macosforge.org/projects/macports/changeset/27449
Author: landonf at macports.org
Date: 2007-08-03 23:50:47 -0700 (Fri, 03 Aug 2007)
Log Message:
-----------
I was able to use this to build ssh, et al, on my phone, so I guess it's tested.
Modified Paths:
--------------
trunk/dports/cross/arm-iphone-binutils/Portfile
Modified: trunk/dports/cross/arm-iphone-binutils/Portfile
===================================================================
--- trunk/dports/cross/arm-iphone-binutils/Portfile 2007-08-04 06:24:30 UTC (rev 27448)
+++ trunk/dports/cross/arm-iphone-binutils/Portfile 2007-08-04 06:50:47 UTC (rev 27449)
@@ -25,17 +25,9 @@
build.args DESTDIR=${destroot}
-# This is a nasty, temporary hack that shouldn't normally be used
-pre-fetch {
- global this_is_untested
- if {![info exists this_is_untested] || ${this_is_untested} != "ok"} {
- return -code error "This code is pre-release, untested, and should not be used by the weak-kneed. Do not send support requests to the iphone-binutils developers! If you are sure you want to install this port, re-run port with an addition option: 'this_is_untested=ok'"
- }
-}
-
pre-configure {
if {![file exists ${iphone_prefix}/heavenly/usr/lib/dyld]} {
- return -code error "Heavenly (the iPhone installation image) must be manually copied to ${iphone_prefix}/heavenly before building this port: sudo mkdir -p ${iphone_prefix}/heavenly && sudo cp -Rn <HeavenlyDirectory> ${iphone_prefix}"
+ return -code error "Heavenly (the iPhone installation disk image) must be manually copied to ${iphone_prefix}/heavenly before building this port: sudo mkdir -p ${iphone_prefix}/heavenly && sudo cp -Rn <HeavenlyDirectory> ${iphone_prefix}"
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070803/09adad24/attachment.html
More information about the macports-changes
mailing list