On 2008/06/27 10:37, Gallon Sylvestre wrote:
> Hi ports@
>
> There is the update for dialog 0.7.
>
> Don't forget to remove the two .c patches they are not needed
> by dialog 0.7.
You can remove the patches in your diff; cvs rm (works ok against
anoncvs), and cvs diff -N.
This (in dialog.c) is totally crazy :-(
#ifdef HAVE_GUAGE
- {"--gauge", 6, 6, 1, j_guage},
+ {"--guage", 6, 6, 1, j_guage},
#endif
...
...
#ifdef HAVE_GUAGE
-fprintf(stderr," --gauge <text> <height> <width> <percent>\n");
+fprintf(stderr," --guage <text> <height> <width> <percent>\n");
#endif