logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 33fc21d6fa11d6315f0ad90ca96092f576f75239
parent d396a04bb21d2a75dce5d41e2b0c36b0afeb2857
Author: Michael Forney <mforney@mforney.org>
Date:   Thu,  3 Jun 2021 02:21:16 -0700

Remove ncurses binary installation

Diffstat:

Mpkg/ncurses/gen.lua5-----
Mpkg/netbsd-curses/gen.lua1+
2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/pkg/ncurses/gen.lua b/pkg/ncurses/gen.lua @@ -137,27 +137,22 @@ exe('infocmp', [[ libtic.a libncurses.a ]]) -file('bin/infocmp', '755', '$outdir/infocmp') exe('tic', [[ progs/(tic.c dump_entry.c tparm_type.c.o transform.c.o) libtic.a libncurses.a ]]) -file('bin/tic', '755', '$outdir/tic') exe('tput', [[ progs/(tput.c clear_cmd.c reset_cmd.c.o tparm_type.c.o transform.c.o tty_settings.c.o) libncurses.a ]]) -file('bin/tput', '755', '$outdir/tput') exe('tset', [[ progs/(tset.c reset_cmd.c.o transform.c.o tty_settings.c.o) libncurses.a ]]) -file('bin/tset', '755', '$outdir/tset') -sym('bin/reset', 'tset') for _, f in ipairs{'tic.1m', 'tset.1'} do local out = '$outdir/'..f diff --git a/pkg/netbsd-curses/gen.lua b/pkg/netbsd-curses/gen.lua @@ -131,6 +131,7 @@ exe('tput', [[usr.bin/tput/tput.c libterminfo.a]]) file('bin/tput', '755', '$outdir/tput') exe('tset', [[usr.bin/tset/(map.c misc.c set.c term.c tset.c) libterminfo.a]]) file('bin/tset', '755', '$outdir/tset') +sym('bin/reset', 'tset') man{ 'usr.bin/infocmp/infocmp.1',