[137796] trunk/dports/aqua/qt5-mac/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Jun 19 22:23:40 PDT 2015


Revision: 137796
          https://trac.macports.org/changeset/137796
Author:   mcalhoun at macports.org
Date:     2015-06-19 22:23:40 -0700 (Fri, 19 Jun 2015)
Log Message:
-----------
qt5-mac: reinplace should be in post-patch as pointed out in #48088.
No revision increase needed since current layout does not run buggy code.

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

Modified: trunk/dports/aqua/qt5-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt5-mac/Portfile	2015-06-20 05:11:08 UTC (rev 137795)
+++ trunk/dports/aqua/qt5-mac/Portfile	2015-06-20 05:23:40 UTC (rev 137796)
@@ -135,7 +135,9 @@
         set libreplace [string repeat ../ [llength ${qt_list}]][join ${framework_list} /]
         if { ${libreplace} ne "lib" } {
             patchfiles-append patch-shared.diff
-            reinplace "s|__MACPORTS_FRAMWORK_DIR__|${libreplace}|g" ${worksrcpath}/qttools/src/macdeployqt/shared/shared.cpp
+            post-patch {
+                reinplace "s|__MACPORTS_FRAMWORK_DIR__|${libreplace}|g" ${worksrcpath}/qttools/src/macdeployqt/shared/shared.cpp
+            }
         }
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150619/478bbb16/attachment.html>


More information about the macports-changes mailing list