[98518] trunk/dports/perl/p5-crypt-passwdmd5/Portfile

jmr at macports.org jmr at macports.org
Sun Oct 7 14:40:23 PDT 2012


Revision: 98518
          http://trac.macports.org//changeset/98518
Author:   jmr at macports.org
Date:     2012-10-07 14:40:22 -0700 (Sun, 07 Oct 2012)
Log Message:
-----------
p5-crypt-passwdmd5: fix configure failure by converting Makefile.PL to UTF-8 (#35420)

Modified Paths:
--------------
    trunk/dports/perl/p5-crypt-passwdmd5/Portfile

Modified: trunk/dports/perl/p5-crypt-passwdmd5/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-passwdmd5/Portfile	2012-10-07 21:38:24 UTC (rev 98517)
+++ trunk/dports/perl/p5-crypt-passwdmd5/Portfile	2012-10-07 21:40:22 UTC (rev 98518)
@@ -17,4 +17,6 @@
 
 supported_archs noarch
 
-configure.env-append   LC_CTYPE=C
+post-patch {
+    system -W ${worksrcpath} "iconv -f ISO-8859-1 -t UTF-8 Makefile.PL > Makefile.PL.new && mv Makefile.PL.new Makefile.PL"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121007/0b569abd/attachment.html>


More information about the macports-changes mailing list