pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/dialog



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 28 06:29:10 UTC 2015

Modified Files:
        pkgsrc/misc/dialog: Makefile distinfo

Log Message:
Update to 1.2.20150513:

2015/05/13
        + add configure option --with-install-prefix, like ncurses.
        + add --with-screen and related configure options from ncurses-examples
          to allow building with ncurses6 test-packages.
        + update configure macros for improved coding style from lynx changes.
        + updated ro.po from
                http://translationproject.org/latest/dialog/
        + update config.guess, config.sub
        > patches by Florent Rougon:
        + fix two bugs in the "--file" option.
          + When the number of arguments read from the included file is 0, the
            code used to just skip over '--file' and its argument instead of
            removing them from the argument list, causing "Error:  Unknown
            option --file" later on.
          + In the alternative case (at least one argument read from the file),
            the previous code used to do '--j;' in order to "force rescan" of
            the inserted arguments.  However, control then flowed to outer
            blocks where a '++j;' counteracted this measure, causing "Error:
            Unknown option --msgbox" (for instance) later on.
        + modify escaping in argv.c to be more uniform, whether or not the
          backslash is found within a parameter.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/misc/dialog/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/misc/dialog/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index