<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>This directory and -any- Qt directory should not make a difference if the port is using this PortGroup and the project honors the variables found in QMake (and here). I have no objection to the changes, except that they should not be needed. Now that they are done, let's leave them in place and fix the projects to honor their location. - MLD<br></div>
<div>&nbsp;</div>
<div>On Sun, Aug 23, 2015, at 05:22 PM, <a href="mailto:ionic@macports.org">ionic@macports.org</a> wrote:<br></div>
<blockquote type="cite"><div><dl style="font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif; color: rgb(255, 255, 255); padding: 6px; background-color: rgb(51, 102, 153); border: 1px solid rgb(0, 0, 102); background-position: initial initial;"><dt style="font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; width: 6em; float: left;">Revision<br></dt><dd><a href="https://trac.macports.org/changeset/139660" style="color: rgb(255, 204, 51); font-weight: bold;">139660</a><br></dd><dt style="font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; width: 6em; float: left;">Author<br></dt><dd>ionic@macports.org<br></dd><dt style="font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; width: 6em; float: left;">Date<br></dt><dd>2015-08-23 14:22:04 -0700 (Sun, 23 Aug 2015)<br></dd></dl><h3 style="font-weight: bold; font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif;">Log Message<br></h3><pre style="padding: 6px; border: 1px solid rgb(255, 170, 0); background-color: rgb(255, 255, 204); overflow: auto; background-position: initial initial;">dports/_resources/port1.0/group/qt4-1.0.tcl: don't append /data to qt_data_dir. Breaks mkspecs installation.<br></pre><h3 style="font-weight: bold; font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif;">Modified Paths<br></h3><ul style="font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif;"><li style="font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif;"><a href="#trunkdports_resourcesport10groupqt410tcl">trunk/dports/_resources/port1.0/group/qt4-1.0.tcl</a><br></li></ul></div>
<div style="width: 100%;"><h3 style="font-weight: bold; font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif;">Diff<br></h3><div><a></a><br></div>
<div style="margin: 10px 0px; border: 1px solid rgb(204, 204, 204);"><h4 style="margin: 0px; color: rgb(255, 255, 255); background-color: rgb(51, 102, 153); padding: 8px; font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif; background-position: initial initial;">Modified: trunk/dports/_resources/port1.0/group/qt4-1.0.tcl (139659 =&gt; 139660)<br></h4><pre style="overflow: auto; padding: 0px 0px 10px; background-color: rgb(238, 238, 238); width: 100%; margin: 0px; line-height: 1.2em; background-position: initial initial;"><span style="padding: 0px 10px; display: block;"><span class="highlight" style="background-color: rgb(255, 255, 255)"><span class="colour" style="color:rgb(136, 136, 136)">--- trunk/dports/_resources/port1.0/group/qt4-1.0.tcl        2015-08-23 20:37:39 UTC (rev 139659)
+++ trunk/dports/_resources/port1.0/group/qt4-1.0.tcl        2015-08-23 21:22:04 UTC (rev 139660)
</span></span><span class="highlight" style="background-color: rgb(255, 255, 255)"><span class="colour" style="color:rgb(136, 136, 136)">@@ -116,11 +116,12 @@
</span></span><span style="padding: 0px 10px; display: block;"> }
</span><span style="padding: 0px 10px; display: block;"></span><span style="padding: 0px 10px; display: block;"> # standard Qt data directory
</span><ins style="padding: 0px 10px; display: block; text-decoration: none; background-color: rgb(221, 255, 221); background-position: initial initial;">+# Don't append /data. Here be dragons.
</ins><span style="padding: 0px 10px; display: block;"> global qt_data_dir
</span><span style="padding: 0px 10px; display: block;"> if {${qt_dir} ne ${prefix}} {
</span><del style="padding: 0px 10px; display: block; text-decoration: none; background-color: rgb(255, 221, 221); background-position: initial initial;">-    set qt_data_dir         ${qt_share_dir}/data
</del><ins style="padding: 0px 10px; display: block; text-decoration: none; background-color: rgb(221, 255, 221); background-position: initial initial;">+    set qt_data_dir         ${qt_share_dir}
</ins><span style="padding: 0px 10px; display: block;"> } else {
</span><del style="padding: 0px 10px; display: block; text-decoration: none; background-color: rgb(255, 221, 221); background-position: initial initial;">-    set qt_data_dir         ${qt_share_dir}/${qt_name}/data
</del><ins style="padding: 0px 10px; display: block; text-decoration: none; background-color: rgb(221, 255, 221); background-position: initial initial;">+    set qt_data_dir         ${qt_share_dir}/${qt_name}
</ins><span style="padding: 0px 10px; display: block;"> }
</span><span style="padding: 0px 10px; display: block;"></span><span style="padding: 0px 10px; display: block;"> # standard Qt translations directory
</span></span><br></pre></div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>macports-changes mailing list<br></div>
<div><a href="mailto:macports-changes@lists.macosforge.org">macports-changes@lists.macosforge.org</a><br></div>
<div><a href="https://lists.macosforge.org/mailman/listinfo/macports-changes">https://lists.macosforge.org/mailman/listinfo/macports-changes</a><br></div>
</blockquote><div>&nbsp;</div>
</body>
</html>