[153908] trunk/dports/databases/oracle-instantclient/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 15 18:12:20 CEST 2016


Revision: 153908
          https://trac.macports.org/changeset/153908
Author:   ryandesign at macports.org
Date:     2016-10-15 09:12:20 -0700 (Sat, 15 Oct 2016)
Log Message:
-----------
oracle-instantclient: add cctools dependency on Leopard

This provides an install_name_tool that understands -add_rpath.

Resolves #52094

Modified Paths:
--------------
    trunk/dports/databases/oracle-instantclient/Portfile

Modified: trunk/dports/databases/oracle-instantclient/Portfile
===================================================================
--- trunk/dports/databases/oracle-instantclient/Portfile	2016-10-15 15:31:47 UTC (rev 153907)
+++ trunk/dports/databases/oracle-instantclient/Portfile	2016-10-15 16:12:20 UTC (rev 153908)
@@ -82,6 +82,10 @@
     livecheck.regex         instantclient-basic-macos.x64-(\[0-9.\]+)${extract.suffix}
 }
 
+platform darwin 9 {
+    depends_build-append    port:cctools
+}
+
 # merge() requires universal_archs to be set correctly. Since we use merge()
 # even when not building universal we must always set universal_archs correctly.
 if {![variant_exists universal] || ![variant_isset universal]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161015/79d8357e/attachment-0002.html>


More information about the macports-changes mailing list