[100965] trunk/dports/python/py-sqlite/Portfile

jmr at macports.org jmr at macports.org
Wed Jan 2 02:00:00 PST 2013


Revision: 100965
          https://trac.macports.org/changeset/100965
Author:   jmr at macports.org
Date:     2013-01-02 02:00:00 -0800 (Wed, 02 Jan 2013)
Log Message:
-----------
py-sqlite: set locale for reinplace

Modified Paths:
--------------
    trunk/dports/python/py-sqlite/Portfile

Modified: trunk/dports/python/py-sqlite/Portfile
===================================================================
--- trunk/dports/python/py-sqlite/Portfile	2013-01-02 09:45:31 UTC (rev 100964)
+++ trunk/dports/python/py-sqlite/Portfile	2013-01-02 10:00:00 UTC (rev 100965)
@@ -27,7 +27,7 @@
 
     patchfiles          patch-setup.py
     post-patch {
-        reinplace "s|__SUBPORT__|${subport}|" ${worksrcpath}/setup.py
+        reinplace -locale en_US.ISO8859-1 "s|__SUBPORT__|${subport}|" ${worksrcpath}/setup.py
     }
 
     test.dir            "${worksrcpath}/build/lib.macosx-${macosx_deployment_target}-${configure.build_arch}-${python.branch}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130102/ccc07587/attachment.html>


More information about the macports-changes mailing list