[30830] trunk/dports/devel/dialog/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Nov 7 23:41:53 PST 2007


On Nov 8, 2007, at 01:20, source_changes at macosforge.org wrote:

> Revision: 30830
>           http://trac.macosforge.org/projects/macports/changeset/30830
> Author:   jwa at macports.org
> Date:     2007-11-07 23:20:19 -0800 (Wed, 07 Nov 2007)
>
> Log Message:
> -----------
> adding variant utf8 per request in ticket #13118, ncursesw  
> dependency is not needed as already provided by ncurses

Is there a reason why you're not just enabling this all the time? Why  
is it a variant?


> Modified Paths:
> --------------
>     trunk/dports/devel/dialog/Portfile
>
> Modified: trunk/dports/devel/dialog/Portfile
> ===================================================================
> --- trunk/dports/devel/dialog/Portfile	2007-11-08 06:40:34 UTC (rev  
> 30829)
> +++ trunk/dports/devel/dialog/Portfile	2007-11-08 07:20:19 UTC (rev  
> 30830)
> @@ -6,7 +6,6 @@
>  epoch		20071028
>  categories	devel
>  maintainers	jwa
> -#maintainers	jyrki.wahlstedt at hut.fi
>
>  description	A utility to create nice user interfaces to shell  
> scripts, \
>      or other scripting languages, such as perl.
> @@ -66,5 +65,9 @@
>      configure.compiler	gcc-4.0
>  }
>
> +variant utf8 {
> +    configure.args-append	--with-ncursesw
> +}
> +
>  livecheck.check	moddate
>  livecheck.url	${homepage}CHANGES



More information about the macports-dev mailing list