[112558] trunk/dports/irc/hexchat

Ryan Schmidt ryandesign at macports.org
Sat Oct 26 00:13:10 PDT 2013


On Oct 25, 2013, at 22:21, raimue at macports.org wrote:

> Revision
> 112558
> Author
> raimue at macports.org
> Date
> 2013-10-25 20:21:18 -0700 (Fri, 25 Oct 2013)
> Log Message
> 
> irc/hexchat:
> Update to version 2.9.6.1.
> Remove no longer necessary patches, add +nls variant, remove unsupported
> +python2x variants and add +python3x variants.


>  configure.args      --disable-dependency-tracking \
> 
> +                    --enable-minimal-flags \
> +                    --disable-nls \
> 
>                      --disable-python \
> 
>                      --disable-mmx \
> 
>                      --enable-ipv6 \
> 
> @@ -57,45 +44,44 @@
> 
>                      --enable-spell=libsexy \
> 
>                      --enable-socks
> 
>  
> 
> -# gettextize has not been run on the distributed tarball and cannot be run non-interactively
> -configure.args-append --disable-nls
> 
>  universal_variant   no
> 
>  
> 
> -default_variants    +ssl
> 
> +default_variants    +ssl +nls


> +variant nls description "Enable localization support" {
> +    configure.args-replace --disable-nls --enable-nls
> +    depends_lib-append port:gettext
> +}
> 

Can’t nls be on all the time, like it is in most other ports? Why make it a variant?



More information about the macports-dev mailing list