[91036] trunk/dports/textproc/libxml2/Portfile

jmr at macports.org jmr at macports.org
Thu Mar 22 15:06:03 PDT 2012


Revision: 91036
          https://trac.macports.org/changeset/91036
Author:   jmr at macports.org
Date:     2012-03-22 15:06:03 -0700 (Thu, 22 Mar 2012)
Log Message:
-----------
libxml2: add locale to reinplace (#33660), remove archcheck portgroup

Modified Paths:
--------------
    trunk/dports/textproc/libxml2/Portfile

Modified: trunk/dports/textproc/libxml2/Portfile
===================================================================
--- trunk/dports/textproc/libxml2/Portfile	2012-03-22 20:29:27 UTC (rev 91035)
+++ trunk/dports/textproc/libxml2/Portfile	2012-03-22 22:06:03 UTC (rev 91036)
@@ -1,7 +1,6 @@
 # $Id$
 
 PortSystem            1.0
-PortGroup             archcheck 1.0
 
 name                  libxml2
 version               2.7.8
@@ -25,12 +24,8 @@
 
 depends_lib           port:libiconv port:zlib
 
-archcheck.files       lib/libiconv.dylib \
-                      lib/libz.dylib
-
 post-extract {
-    # TODO: Use -locale C when a version of base with it has shipped
-    reinplace "s|/etc|${prefix}/etc|g" \
+    reinplace -locale C "s|/etc|${prefix}/etc|g" \
         ${worksrcpath}/catalog.c \
         ${worksrcpath}/runtest.c \
         ${worksrcpath}/xmlcatalog.c \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120322/14cd122e/attachment.html>


More information about the macports-changes mailing list