ports: Update ncurses 6.5->6.6

This commit is contained in:
2026-07-05 00:25:10 +03:00
parent a863b2ca13
commit 05ee0a7f49

View File

@@ -1,8 +1,8 @@
#!/bin/bash ../install.sh #!/bin/bash ../install.sh
NAME='ncurses' NAME='ncurses'
VERSION='6.5' VERSION='6.6'
DOWNLOAD_URL="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-$VERSION.tar.gz#136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6" DOWNLOAD_URL="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-$VERSION.tar.gz#355b4cbbed880b0381a04c46617b7656e362585d52e9cf84a67e2009b749ff11"
CONFIG_SUB=('config.sub') CONFIG_SUB=('config.sub')
CONFIGURE_OPTIONS=( CONFIGURE_OPTIONS=(
"--with-pkg-config='$PKG_CONFIG'" "--with-pkg-config='$PKG_CONFIG'"
@@ -11,6 +11,7 @@ CONFIGURE_OPTIONS=(
'--enable-sigwinch' '--enable-sigwinch'
'--disable-widec' '--disable-widec'
'--with-shared' '--with-shared'
'--with-trace'
'--without-ada' '--without-ada'
'--without-manpages' '--without-manpages'
CFLAGS='-std=c17' CFLAGS='-std=c17'