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

Ryan Schmidt ryandesign at macports.org
Tue Mar 10 05:50:04 PDT 2015


> On Mar 10, 2015, at 5:33 AM, and.damore at macports.org wrote:
> 
> Revision
> 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

> -revision            1
> +revision            2

> +variant readline description {Enable readline support} {
> +    configure.args-append   --with-readline \
> +                            --with-history
> +    depends_lib-append      port:readline
> +}

For future reference, since this does not change the way that the port installs by default, the revision should not have been increased.




More information about the macports-dev mailing list