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

ricci at macports.org ricci at macports.org
Wed Jul 2 13:37:41 PDT 2008


Revision: 38015
          http://trac.macosforge.org/projects/macports/changeset/38015
Author:   ricci at macports.org
Date:     2008-07-02 13:37:41 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
autoreconf so that we get a build that doesn't use -flat_namespace (on 10.5 at least)
committing after maintainer timeout (on last question, there was a partial 'ok', see ticket)
closes ticket #15750

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

Modified: trunk/dports/textproc/libxml2/Portfile
===================================================================
--- trunk/dports/textproc/libxml2/Portfile	2008-07-02 20:31:25 UTC (rev 38014)
+++ trunk/dports/textproc/libxml2/Portfile	2008-07-02 20:37:41 UTC (rev 38015)
@@ -4,6 +4,7 @@
 
 name                  libxml2
 version               2.6.32
+revision              1
 categories            textproc
 description           gnome xml library
 platforms             darwin
@@ -23,6 +24,9 @@
 
 depends_lib           port:libiconv port:zlib
 
+use_autoconf        yes
+autoconf.cmd        autoreconf
+
 post-extract {
     reinplace "s|/etc|${prefix}/etc|g" \
         ${worksrcpath}/catalog.c \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080702/32929804/attachment.html 


More information about the macports-changes mailing list