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

and.damore at macports.org and.damore at macports.org
Tue Mar 10 03:33:25 PDT 2015


Revision: 133744
          https://trac.macports.org/changeset/133744
Author:   and.damore at macports.org
Date:     2015-03-10 03:33:25 -0700 (Tue, 10 Mar 2015)
Log Message:
-----------
port libxml2: add variant to enable history support using readline; nomaintainer

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

Modified: trunk/dports/textproc/libxml2/Portfile
===================================================================
--- trunk/dports/textproc/libxml2/Portfile	2015-03-10 10:30:37 UTC (rev 133743)
+++ trunk/dports/textproc/libxml2/Portfile	2015-03-10 10:33:25 UTC (rev 133744)
@@ -7,7 +7,7 @@
 
 name                libxml2
 version             2.9.2
-revision            1
+revision            2
 categories          textproc
 platforms           darwin
 license             MIT
@@ -60,6 +60,12 @@
     configure.args-append   --with-run-debug
 }
 
+variant readline description {Enable readline support} {
+    configure.args-append   --with-readline \
+                            --with-history
+    depends_lib-append      port:readline
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}news.html
 livecheck.regex     {<h3>(\d+(?:\.\d+)*): .*</h3>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150310/2382eb97/attachment.html>


More information about the macports-changes mailing list