bug-ncurses
[Top][All Lists]
Advanced

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

Re: ANN: ncurses-6.0-20171230


From: Jeffrey Walton
Subject: Re: ANN: ncurses-6.0-20171230
Date: Sat, 30 Dec 2017 21:03:46 -0500

On Sat, Dec 30, 2017 at 8:15 PM, Thomas Dickey <address@hidden> wrote:
> Files:
>         
> ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20171230.tgz
>         
> ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20171230.tgz.asc
>         
> ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20171230.tgz
>         
> ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20171230.tgz.asc
>         
> ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20171230.tgz
>         
> ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20171230.tgz.asc
>         ftp://ftp.invisible-island.net/ncurses/6.0/MD5sums
>         ftp://ftp.invisible-island.net/ncurses/6.0/dev-patches.zip
>         
> ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20171230.patch.gz
>         
> ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20171230.patch.gz.asc
>         
> ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20171230.tgz
>         
> ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20171230.tgz.asc
>         ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20171230.zip
>         ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20171230.zip
>
>  ncurses 6.0 - patch 20171230 - Thomas E. Dickey

Thanks for these Thomas.

You might be interested in this. It is a fixup I apply after unpacking
and configuring when using Clang on OS X. It avoids a stream of Clang
warnings.

if [[ "$IS_CLANG" -ne "0" ]]; then
    for mfile in $(find "$PWD" -name 'Makefile'); do
        sed -e 's|--param max-inline-insns-single=1200||g' "$mfile" >
"$mfile.fixed"
        mv "$mfile.fixed" "$mfile"
    done
fi

Jeff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]