[57021] trunk/dports/databases/oracle-instantclient/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Sep 4 14:06:19 PDT 2009
Revision: 57021
http://trac.macports.org/changeset/57021
Author: ryandesign at macports.org
Date: 2009-09-04 14:06:18 -0700 (Fri, 04 Sep 2009)
Log Message:
-----------
oracle-instantclient: display a message on PowerPC explaining the version discrepancy
Modified Paths:
--------------
trunk/dports/databases/oracle-instantclient/Portfile
Modified: trunk/dports/databases/oracle-instantclient/Portfile
===================================================================
--- trunk/dports/databases/oracle-instantclient/Portfile 2009-09-04 20:53:48 UTC (rev 57020)
+++ trunk/dports/databases/oracle-instantclient/Portfile 2009-09-04 21:06:18 UTC (rev 57021)
@@ -93,6 +93,12 @@
ui_error "${name} on Intel requires Mac OS X 10.5 or greater."
return -code error "incompatible Mac OS X version"
}
+ if {"powerpc" == ${os.arch}} {
+ ui_msg "Note that although the port says you're getting ${name} ${version},"
+ ui_msg "on PowerPC you're actually getting version ${powerpc_version} because no newer version"
+ ui_msg "is available."
+ ui_msg ""
+ }
ui_warn "MacPorts may not be able to download the necessary distfiles for ${name}."
ui_warn "If you get a checksum error, please visit ${homepage}"
ui_warn "and download these files manually and place them in ${distpath}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090904/78151c86/attachment.html>
More information about the macports-changes
mailing list