ncurses: Move termcap and tabset to ncurses-libtermcap and tabset are currently in runtime, but since ncurses is theonly thing which uses them, they belong in the ncurses package.curses without
ncurses: Move termcap and tabset to ncurses-libtermcap and tabset are currently in runtime, but since ncurses is theonly thing which uses them, they belong in the ncurses package.curses without termcap is not very useful, so put them in the -libsubpackage rather than ncurses itself, so that installing ncurses-libprovides a working curses.This change moves files between packages so, until we have a properpolicy on how to handle this in release/stable branches, it shouldnot be MFC'd.MFC after: neverDiscussed with: kevansReviewed by: manu, kevansSponsored by: https://www.patreon.com/bsdivyDifferential Revision: https://reviews.freebsd.org/D53610
show more ...
termcap.small: Include xterm-256colorMFC after: 7 daysReviewed by: imp, jhbDifferential Revision: https://reviews.freebsd.org/D42784
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
pkgbase: Put termcap.small in the same package as termcapReviewed by: manuDifferential Revision: https://reviews.freebsd.org/D36951
termcap.small: Don't use -o pipefail.The command to generate termcap.small doesn't use any pipes, so thisoption is not needed. Using it also breaks cross-building on hostswhere /bin/sh does not
termcap.small: Don't use -o pipefail.The command to generate termcap.small doesn't use any pipes, so thisoption is not needed. Using it also breaks cross-building on hostswhere /bin/sh does not support pipefail such as Linux hosts where/bin/sh is dash.Reviewed by: sobomax, impSponsored by: DARPADifferential Revision: https://reviews.freebsd.org/D37865
Fix mergemaster(8) breakage in the 6ad780caa.Split out termcap.small generation into its own Makefile underetc/termcap, so it's properly executed by the underlying command: make 'SUBDIR_OVERRID
Fix mergemaster(8) breakage in the 6ad780caa.Split out termcap.small generation into its own Makefile underetc/termcap, so it's properly executed by the underlying command: make 'SUBDIR_OVERRIDE=etc' everythingReported by: gbeMFC after: 1 month