|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0 |
|
| #
3078531d |
| 13-Sep-2022 |
Maxim Sobolev <[email protected]> |
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 <[email protected]> |
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 ...
|
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
| #
a8b8edb2 |
| 07-Apr-2020 |
Maxim Sobolev <[email protected]> |
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 ...
|
| #
cea7cfd2 |
| 22-Jan-2020 |
Ed Maste <[email protected]> |
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 ...
|
|
Revision tags: release/12.1.0 |
|
| #
a7b5a3d4 |
| 05-Sep-2019 |
Emmanuel Vadot <[email protected]> |
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 ...
|
|
Revision tags: release/11.3.0 |
|
| #
6a42f8dd |
| 22-May-2019 |
Emmanuel Vadot <[email protected]> |
pkgbase: Move termcap.small to share/termcap
Reviewed by: bapt
|
|
Revision tags: release/12.0.0 |
|
| #
f59e5352 |
| 28-Jun-2018 |
Brad Davis <[email protected]> |
Simplify using bsd.endian.mk and have it provide CAP_MKDB_ENDIAN, since it is the most common usage.
Approved by: bapt (mentor)
|
|
Revision tags: release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
3e164c69 |
| 12-Mar-2017 |
Rodney W. Grimes <[email protected]> |
Revert r314833 until the problem with INSTALL_RSYMLINKS can be found as it appears to break arm release builds.
PR: 217705 Reported by: [email protected] Approved by: grehan (mentor) implict as re
Revert r314833 until the problem with INSTALL_RSYMLINKS can be found as it appears to break arm release builds.
PR: 217705 Reported by: [email protected] Approved by: grehan (mentor) implict as reverting
show more ...
|
| #
ce9f2d31 |
| 07-Mar-2017 |
Rodney W. Grimes <[email protected]> |
Convert absolute links to relative links. Style.Makefile(9) has been ignored to produce minimal diffs.
Approved by: grehan (mentor) MFC after: 1 week
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
a9f9ec24 |
| 04-Dec-2015 |
Bryan Drewery <[email protected]> |
Replace ln -s calls with INSTALL_SYMLINK
Sponsored by: EMC / Isilon Storage Division
|
|
Revision tags: release/10.2.0 |
|
| #
7c1e17e7 |
| 10-Dec-2014 |
Enji Cooper <[email protected]> |
Fix building termcap.db when make obj is run beforehand from a clean tree by using make variables for the filenames, which helps resolve pathing appropriately when running cap_mkdb
X-MFC with: r2756
Fix building termcap.db when make obj is run beforehand from a clean tree by using make variables for the filenames, which helps resolve pathing appropriately when running cap_mkdb
X-MFC with: r275687 Pointyhat to: me
show more ...
|
| #
1db9ecff |
| 10-Dec-2014 |
Enji Cooper <[email protected]> |
Remove termcap entry reordering; install the file verbatim instead
termcap entry reordering requires ex (which is available via usr.bin/vi), which breaks on build hosts where installworld is run wit
Remove termcap entry reordering; install the file verbatim instead
termcap entry reordering requires ex (which is available via usr.bin/vi), which breaks on build hosts where installworld is run with MK_VI == no (or when make delete-old is run on ^/projects/building-blocks as vi, et al, are removed on the branch when the knob is tweaked to => "no")
Reordering termcap was believed to improve performance, but the file is now accessed via /etc/termcap.db, so /etc/termcap (and /usr/share/misc/termcap by proxy) access is less preferred.
Reordering the file broke the historical comment <-> entry mapping as well, which could muddle the purpose of entries in the file, so it could be potentially harmful to readers in its reordered state.
Discussion took place on hackers@ here: https://lists.freebsd.org/pipermail/freebsd-hackers/2014-December/046657.html
Discussed with: -hackers, mp MFC after: 1 month Sponsored by: EMC / Isilon Storage Division
show more ...
|
|
Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
| #
423987b6 |
| 05-Aug-2005 |
Poul-Henning Kamp <[email protected]> |
Remove the map3270 file, tn3270 was retired long ago.
|
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
| #
6fe37d13 |
| 22-Feb-2005 |
Ruslan Ermilov <[email protected]> |
Add endianness support to cap_mkdb(1), useful for cross builds.
|
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
| #
d912b3a8 |
| 04-Apr-2002 |
Ruslan Ermilov <[email protected]> |
Complete the fix in revision 1.13 -- don't even depend on termcap(5) database to be present.
PR: misc/31225
|
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
| #
a7aaf57e |
| 17-Dec-2001 |
Ruslan Ermilov <[email protected]> |
FILES support for bsd.prog.mk. See bsd.README for details.
Stolen from: NetBSD
|
| #
72a984aa |
| 14-Sep-2001 |
Ruslan Ermilov <[email protected]> |
Don't redirect to /dev/null when executing ex(1). This makes it impossible to detect the problem with missing /var/tmp/vi.recover/.
PR: misc/29715, misc/30514
|
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
| #
acaf79e1 |
| 27-Mar-2001 |
Ruslan Ermilov <[email protected]> |
MAN[1-9] -> MAN.
|
| #
f44ba58c |
| 24-Feb-2001 |
Warner Losh <[email protected]> |
Force TERM to be dumb when building termcap. ex in batch mode seems to care about the terminal setting. In emacs, make buildworld was broken because it sets TERM to emacs, which caused ex to fail.
|
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
| #
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <[email protected]> |
$Id$ -> $FreeBSD$
|
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6 |
|
| #
195940cc |
| 04-Jan-1998 |
Wolfram Schneider <[email protected]> |
Always copy the source file map3270 during install. Pointed out by: Bruce
|
| #
1b0e091a |
| 03-Jan-1998 |
Wolfram Schneider <[email protected]> |
444 -> ${SHAREMODE}
|
|
Revision tags: release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs |
|
| #
361e0905 |
| 17-Aug-1996 |
Wolfram Schneider <[email protected]> |
make install should not install any file in /etc.
|
|
Revision tags: release/2.1.0_cvs |
|
| #
9c0dc173 |
| 25-Jul-1995 |
Bruce Evans <[email protected]> |
Change `install' to `${INSTALL}' so that default install flags can be specified in the top level Makefiles.
|