On Nov 8, 2007, at 01:20, source_changes@macosforge.org wrote:
Revision: 30830 http://trac.macosforge.org/projects/macports/changeset/30830 Author: jwa@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@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
On 8.11.2007, at 9.41, Ryan Schmidt wrote:
Is there a reason why you're not just enabling this all the time? Why is it a variant?
Well, that was the request. Maybe this could be lifted to be default in the next revision… ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386
participants (2)
-
Jyrki Wahlstedt
-
Ryan Schmidt