[95982] trunk/dports/_resources/port1.0/group/kde4-1.1.tcl

ryandesign at macports.org ryandesign at macports.org
Fri Jul 27 07:16:43 PDT 2012


Revision: 95982
          https://trac.macports.org/changeset/95982
Author:   ryandesign at macports.org
Date:     2012-07-27 07:16:42 -0700 (Fri, 27 Jul 2012)
Log Message:
-----------
kde4-1.1.tcl: add "-locale C" to reinplace (#35347)

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/kde4-1.1.tcl

Modified: trunk/dports/_resources/port1.0/group/kde4-1.1.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/kde4-1.1.tcl	2012-07-27 14:00:34 UTC (rev 95981)
+++ trunk/dports/_resources/port1.0/group/kde4-1.1.tcl	2012-07-27 14:16:42 UTC (rev 95982)
@@ -79,7 +79,7 @@
     # ...phonon... in all files that contain that header.
     fs-traverse item ${worksrcpath} {
         if {[file isfile ${item}]} {
-            reinplace "/#include/s at Phonon@phonon@" ${item}
+            reinplace -locale C "/#include/s at Phonon@phonon@" ${item}
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120727/9637123b/attachment-0001.html>


More information about the macports-changes mailing list