Ports: Bump ncurses to version 6.2
This commit is contained in:
parent
5e7945e26f
commit
fb8ae33633
Notes:
sideshowbarker
2024-07-19 00:49:30 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/fb8ae33633c
2 changed files with 13 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=ncurses
|
||||
version=6.1
|
||||
version=6.2
|
||||
useconfigure=true
|
||||
configopts="--with-termlib --enable-pc-files --with-pkg-config=/usr/local/lib/pkgconfig --with-pkg-config-libdir=/usr/local/lib/pkgconfig --without-ada --enable-sigwinch"
|
||||
files="ftp://ftp.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
--- ./config.sub 2017-11-25 20:49:31.000000000 +0000
|
||||
+++ ./config.sub.serenity 2019-11-11 14:08:38.274752900 +0000
|
||||
@@ -1393,7 +1393,7 @@
|
||||
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
|
||||
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
|
||||
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
|
||||
- | -sym* | -kopensolaris* | -plan9* \
|
||||
+ | -sym* | -kopensolaris* | -plan9* | -serenity* \
|
||||
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
|
||||
| -aos* | -aros* | -cloudabi* | -sortix* \
|
||||
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
|
||||
diff -u ncurses-6.2/config.sub ncurses-6.2-patched/config.sub
|
||||
--- ncurses-6.2/config.sub 2019-09-12 01:56:40.000000000 +0200
|
||||
+++ ncurses-6.2-patched/config.sub 2020-12-14 23:30:48.813959617 +0100
|
||||
@@ -1343,7 +1343,7 @@
|
||||
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
|
||||
| sym* | kopensolaris* | plan9* \
|
||||
| amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \
|
||||
- | aos* | aros* | cloudabi* | sortix* | twizzler* \
|
||||
+ | aos* | aros* | cloudabi* | sortix* | twizzler* | serenity* \
|
||||
| nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
|
||||
| clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \
|
||||
| knetbsd* | mirbsd* | netbsd* \
|
||||
|
|
Loading…
Add table
Reference in a new issue