| #
8a8f2ebd
|
| 06-Nov-2025 |
Lexi Winter <ivy@FreeBSD.org> |
ncurses: Move termcap and tabset to ncurses-lib
termcap and tabset are currently in runtime, but since ncurses is the only thing which uses them, they belong in the ncurses package.
curses without
ncurses: Move termcap and tabset to ncurses-lib
termcap and tabset are currently in runtime, but since ncurses is the only thing which uses them, they belong in the ncurses package.
curses without termcap is not very useful, so put them in the -lib subpackage rather than ncurses itself, so that installing ncurses-lib provides a working curses.
This change moves files between packages so, until we have a proper policy on how to handle this in release/stable branches, it should not be MFC'd.
MFC after: never Discussed with: kevans Reviewed by: manu, kevans Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53610
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
97759ccc
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
share: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl
share: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
3078531d
|
| 13-Sep-2022 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Fix mergemaster(8) breakage in the 6ad780caa.
Split out termcap.small generation into its own Makefile under etc/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 under etc/termcap, so it's properly executed by the underlying command:
make 'SUBDIR_OVERRIDE=etc' everything
Reported by: gbe MFC after: 1 month
show more ...
|
| #
6ad780ca
|
| 19-Aug-2022 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Generate termcap.small automatically. This eliminates the need to do synchronization by hand when termcap is updated.
Reviewed by: uqs, bapt, imp MFC after: 2 weeks Differential Revision: https://re
Generate termcap.small automatically. This eliminates the need to do synchronization by hand when termcap is updated.
Reviewed by: uqs, bapt, imp MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D36333
show more ...
|
| #
a8b8edb2
|
| 07-Apr-2020 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Normalize deployment tools usage and definitions by putting into one place instead of sprinkling them out over many disjoint files. This is a follow-up to achieve the same goal in an incomplete rev.3
Normalize deployment tools usage and definitions by putting into one place instead of sprinkling them out over many disjoint files. This is a follow-up to achieve the same goal in an incomplete rev.348521.
Approved by: imp MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D20520
show more ...
|
| #
051669e8
|
| 25-Jan-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r356931 through r357118.
|
| #
cea7cfd2
|
| 22-Jan-2020 |
Ed Maste <emaste@FreeBSD.org> |
Tag etc/termcap with package=runtime
/etc/termcap is a symlink to /usr/share/misc/termcap, which is in the runtime package. Tag the symlink with the same package so that it is handled correctly on
Tag etc/termcap with package=runtime
/etc/termcap is a symlink to /usr/share/misc/termcap, which is in the runtime package. Tag the symlink with the same package so that it is handled correctly on pkgbase-installed/updated systems.
Sponsored by: The FreeBSD Foundation
show more ...
|
| #
f993ed2f
|
| 09-Sep-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r351732 through r352104.
|
| #
a7b5a3d4
|
| 05-Sep-2019 |
Emmanuel Vadot <manu@FreeBSD.org> |
pkgbase: Put a lot of binaries and lib in FreeBSD-runtime
All of them are needed to be able to boot to single user and be able to repair a existing FreeBSD installation so put them directly into Fre
pkgbase: Put a lot of binaries and lib in FreeBSD-runtime
All of them are needed to be able to boot to single user and be able to repair a existing FreeBSD installation so put them directly into FreeBSD-runtime.
Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21503
show more ...
|
| #
0269ae4c
|
| 06-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @348740
Sponsored by: The FreeBSD Foundation
|
| #
6a42f8dd
|
| 22-May-2019 |
Emmanuel Vadot <manu@FreeBSD.org> |
pkgbase: Move termcap.small to share/termcap
Reviewed by: bapt
|
| #
8a8f2ebd
|
| 06-Nov-2025 |
Lexi Winter <ivy@FreeBSD.org> |
ncurses: Move termcap and tabset to ncurses-lib
termcap and tabset are currently in runtime, but since ncurses is the only thing which uses them, they belong in the ncurses package.
curses without
ncurses: Move termcap and tabset to ncurses-lib
termcap and tabset are currently in runtime, but since ncurses is the only thing which uses them, they belong in the ncurses package.
curses without termcap is not very useful, so put them in the -lib subpackage rather than ncurses itself, so that installing ncurses-lib provides a working curses.
This change moves files between packages so, until we have a proper policy on how to handle this in release/stable branches, it should not be MFC'd.
MFC after: never Discussed with: kevans Reviewed by: manu, kevans Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53610
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
97759ccc
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
share: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl
share: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
3078531d
|
| 13-Sep-2022 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Fix mergemaster(8) breakage in the 6ad780caa.
Split out termcap.small generation into its own Makefile under etc/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 under etc/termcap, so it's properly executed by the underlying command:
make 'SUBDIR_OVERRIDE=etc' everything
Reported by: gbe MFC after: 1 month
show more ...
|
| #
6ad780ca
|
| 19-Aug-2022 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Generate termcap.small automatically. This eliminates the need to do synchronization by hand when termcap is updated.
Reviewed by: uqs, bapt, imp MFC after: 2 weeks Differential Revision: https://re
Generate termcap.small automatically. This eliminates the need to do synchronization by hand when termcap is updated.
Reviewed by: uqs, bapt, imp MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D36333
show more ...
|
| #
a8b8edb2
|
| 07-Apr-2020 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Normalize deployment tools usage and definitions by putting into one place instead of sprinkling them out over many disjoint files. This is a follow-up to achieve the same goal in an incomplete rev.3
Normalize deployment tools usage and definitions by putting into one place instead of sprinkling them out over many disjoint files. This is a follow-up to achieve the same goal in an incomplete rev.348521.
Approved by: imp MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D20520
show more ...
|
| #
051669e8
|
| 25-Jan-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r356931 through r357118.
|
| #
cea7cfd2
|
| 22-Jan-2020 |
Ed Maste <emaste@FreeBSD.org> |
Tag etc/termcap with package=runtime
/etc/termcap is a symlink to /usr/share/misc/termcap, which is in the runtime package. Tag the symlink with the same package so that it is handled correctly on
Tag etc/termcap with package=runtime
/etc/termcap is a symlink to /usr/share/misc/termcap, which is in the runtime package. Tag the symlink with the same package so that it is handled correctly on pkgbase-installed/updated systems.
Sponsored by: The FreeBSD Foundation
show more ...
|
| #
f993ed2f
|
| 09-Sep-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r351732 through r352104.
|
| #
a7b5a3d4
|
| 05-Sep-2019 |
Emmanuel Vadot <manu@FreeBSD.org> |
pkgbase: Put a lot of binaries and lib in FreeBSD-runtime
All of them are needed to be able to boot to single user and be able to repair a existing FreeBSD installation so put them directly into Fre
pkgbase: Put a lot of binaries and lib in FreeBSD-runtime
All of them are needed to be able to boot to single user and be able to repair a existing FreeBSD installation so put them directly into FreeBSD-runtime.
Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21503
show more ...
|
| #
0269ae4c
|
| 06-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @348740
Sponsored by: The FreeBSD Foundation
|