[100392] trunk/dports/aqua/qt4-mac/Portfile

michaelld at macports.org michaelld at macports.org
Mon Dec 10 10:15:16 PST 2012


Revision: 100392
          https://trac.macports.org/changeset/100392
Author:   michaelld at macports.org
Date:     2012-12-10 10:15:16 -0800 (Mon, 10 Dec 2012)
Log Message:
-----------
qt4-mac : remove replacing of include/Qt headers with links when possible.  Addresses ticket #37245.

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2012-12-10 14:35:31 UTC (rev 100391)
+++ trunk/dports/aqua/qt4-mac/Portfile	2012-12-10 18:15:16 UTC (rev 100392)
@@ -12,7 +12,7 @@
 name                qt4-mac
 conflicts           qt3 qt3-mac qt4-mac-devel
 version             4.8.4
-revision            1
+revision            2
 categories          aqua
 platforms           macosx
 maintainers         michaelld openmaintainer
@@ -879,35 +879,6 @@
         copy ${worksrcpath}/include/Qt ${destroot}${qt_includes_dir}
 
     }
-
-    # if ${qt_includes_dir}/Qt was installed, then replace each header
-    # with a link to its actual header when possible
-
-    if {[file exists ${destroot}${qt_includes_dir}/Qt]} {
-
-        foreach QtH [exec find ${destroot}${qt_includes_dir}/Qt | \
-                         sed -e "1d" -e "s@${destroot}${qt_includes_dir}/Qt/@@g"] {
-
-            # find the header
-
-            set tH [exec find ${destroot}${qt_frameworks_dir} -name ${QtH} | \
-                        sed -e "s@${destroot}@@g"]
-
-            # if found ...
-
-            if {${tH} != ""} {
-
-                # remove this header
-
-                file delete ${destroot}${qt_includes_dir}/Qt/${QtH}
-
-                # link it to the found header
-
-                ln -s ${tH} ${destroot}${qt_includes_dir}/Qt/${QtH}
-
-            }
-        }
-    }
 }
 
 pre-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121210/0bd986c6/attachment.html>


More information about the macports-changes mailing list