[142378] trunk/dports/devel/fossil/Portfile

Ryan Schmidt ryandesign at macports.org
Fri Dec 18 04:03:01 PST 2015


> On Dec 12, 2015, at 7:30 AM, ciserlohn at macports.org wrote:
> 
> Revision
> 142378
> Author
> ciserlohn at macports.org
> Date
> 2015-11-10 12:05:39 -0800 (Tue, 10 Nov 2015)
> Log Message
> 
> fossil: update to version 1.34
> Modified Paths
> 
> 	• trunk/dports/devel/fossil/Portfile

> @@ -34,8 +34,7 @@
>                      path:lib/libssl.dylib:openssl \
>                      port:libiconv
>  
> -configure.args-append       --disable-lineedit \
> -                            --with-tcl=${prefix}/lib \
> +configure.args-append       --with-tcl=${prefix}/lib \
>                              --with-th1-docs \
>                              --with-th1-hooks \
>                              --json
> @@ -81,10 +80,8 @@
>      }
>  }
>  
> -variant readline description {Enable readline support for the embedded sqlite shell in the 'fossil sqlite3' command} {
> -    depends_lib-append      port:readline
> -    configure.args-delete   --disable-lineedit
> -}
> +# remove after 2016-11-10
> +variant readline description {Legacy compatibility variant} {}

This variant appears to do nothing, so there's no reason to keep it.



More information about the macports-dev mailing list