Ports: Update to ncurses 6.3
This commit is contained in:
parent
727cdcf82c
commit
b26e4874ec
Notes:
sideshowbarker
2024-07-18 01:27:10 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/b26e4874ec6 Pull-request: https://github.com/SerenityOS/serenity/pull/10832
3 changed files with 3 additions and 15 deletions
|
@ -112,7 +112,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`nano`](nano/) | GNU nano | 5.8 | https://www.nano-editor.org/ |
|
||||
| [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.15.05 | https://www.nasm.us/ |
|
||||
| [`ncdu`](ncdu/) | Ncdu | 1.16 | https://dev.yorhel.nl/ncdu |
|
||||
| [`ncurses`](ncurses/) | ncurses | 6.2 | https://invisible-island.net/ncurses/announce.html |
|
||||
| [`ncurses`](ncurses/) | ncurses | 6.3 | https://invisible-island.net/ncurses/announce.html |
|
||||
| [`neofetch`](neofetch/) | neofetch | 7.1.0 | https://github.com/dylanaraps/neofetch |
|
||||
| [`nesalizer`](nesalizer/) | Nesalizer | | https://github.com/SerenityOS/nesalizer |
|
||||
| [`nethack`](nethack/) | nethack | 3.6.6 | https://www.nethack.org/ |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=ncurses
|
||||
version=6.2
|
||||
version=6.3
|
||||
useconfigure=true
|
||||
configopts=(
|
||||
"--enable-pc-files"
|
||||
|
@ -12,7 +12,7 @@ configopts=(
|
|||
"--without-ada"
|
||||
"--enable-widec"
|
||||
)
|
||||
files="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz 30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d"
|
||||
files="https://invisible-mirror.net/archives/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz 97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059"
|
||||
auth_type="sha256"
|
||||
|
||||
pre_configure() {
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
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