| #
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/
|
| #
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/
|
| #
a7aaf57e
|
| 17-Dec-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
FILES support for bsd.prog.mk. See bsd.README for details.
Stolen from: NetBSD
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
1b0e091a
|
| 03-Jan-1998 |
Wolfram Schneider <wosch@FreeBSD.org> |
444 -> ${SHAREMODE}
|
| #
015a0dc2
|
| 01-Jan-1997 |
Bruce Evans <bde@FreeBSD.org> |
Use ${COPY} instead of -c for installing non-source files.
|
| #
9c0dc173
|
| 25-Jul-1995 |
Bruce Evans <bde@FreeBSD.org> |
Change `install' to `${INSTALL}' so that default install flags can be specified in the top level Makefiles.
|
| #
53c89efc
|
| 22-Aug-1994 |
Bruce Evans <bde@FreeBSD.org> |
- Make each target depend on its source so that all the targets don't get get built every time. - Use the standard clean and cleandir targets.
|
| #
627e55f2
|
| 09-Aug-1994 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Submitted by: Bruce Evans <bde@kralizec.zeta.org.au> Fixed the makefile.
|
| #
c41bc9bb
|
| 24-Jul-1994 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Reviewed by: phk Added a clean target.
|
| #
636ccd35
|
| 24-Jul-1994 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Reviewed by: phk More binary files killed using uuencode.
|
| #
afe61c15
|
| 30-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Share Sources
|
| #
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/
|
| #
a7aaf57e
|
| 17-Dec-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
FILES support for bsd.prog.mk. See bsd.README for details.
Stolen from: NetBSD
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
1b0e091a
|
| 03-Jan-1998 |
Wolfram Schneider <wosch@FreeBSD.org> |
444 -> ${SHAREMODE}
|