[118567] trunk/base/src/port1.0

cal at macports.org cal at macports.org
Fri Apr 4 16:18:42 PDT 2014


Revision: 118567
          https://trac.macports.org/changeset/118567
Author:   cal at macports.org
Date:     2014-04-04 16:18:42 -0700 (Fri, 04 Apr 2014)
Log Message:
-----------
base: fix path to darwintrace.dylib

Modified Paths:
--------------
    trunk/base/src/port1.0/port_autoconf.tcl.in
    trunk/base/src/port1.0/porttrace.tcl

Modified: trunk/base/src/port1.0/port_autoconf.tcl.in
===================================================================
--- trunk/base/src/port1.0/port_autoconf.tcl.in	2014-04-04 23:10:48 UTC (rev 118566)
+++ trunk/base/src/port1.0/port_autoconf.tcl.in	2014-04-04 23:18:42 UTC (rev 118567)
@@ -80,4 +80,5 @@
 	variable install_user "@DSTUSR@"
 	variable install_group "@DSTGRP@"
 	variable prefix "@prefix_expanded@"
+	variable tcl_package_path "@TCL_PACKAGE_PATH@"
 }

Modified: trunk/base/src/port1.0/porttrace.tcl
===================================================================
--- trunk/base/src/port1.0/porttrace.tcl	2014-04-04 23:10:48 UTC (rev 118566)
+++ trunk/base/src/port1.0/porttrace.tcl	2014-04-04 23:18:42 UTC (rev 118567)
@@ -59,7 +59,7 @@
 
             # Launch darwintrace.dylib.
 
-            set tracelib_path [file join ${portutil::autoconf::prefix} share macports Tcl darwintrace1.0 darwintrace.dylib]
+            set tracelib_path [file join ${portutil::autoconf::tcl_package_path} darwintrace1.0 darwintrace.dylib]
 
             if {[info exists env(DYLD_INSERT_LIBRARIES)] && [string length "$env(DYLD_INSERT_LIBRARIES)"] > 0} {
                 set env(DYLD_INSERT_LIBRARIES) "${env(DYLD_INSERT_LIBRARIES)}:${tracelib_path}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140404/5e54330e/attachment.html>


More information about the macports-changes mailing list