|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
738919c0 |
| 07-Jun-2017 |
Baptiste Daroussin <[email protected]> |
Remove groff from base
All manpages in base are now compatible with mandoc(1), all roff documentation will be relocated in the doc tree. man(1) can now use groff from the ports tree if it needs.
Al
Remove groff from base
All manpages in base are now compatible with mandoc(1), all roff documentation will be relocated in the doc tree. man(1) can now use groff from the ports tree if it needs.
Also remove checknr(1) and colcrt(1) which are only useful with groff.
Approved by: (no objections on the mailing lists)
show more ...
|
| #
48b1eba1 |
| 21-Apr-2017 |
Ed Maste <[email protected]> |
Simplify gnu/usr.bin Makefile conditions
After r307655 MK_GDB is forced to no if MK_BINUTILS is no, and similarly MK_GROFF is forced to no if MK_CXX is no, so we can remove nested conditionals.
Rev
Simplify gnu/usr.bin Makefile conditions
After r307655 MK_GDB is forced to no if MK_BINUTILS is no, and similarly MK_GROFF is forced to no if MK_CXX is no, so we can remove nested conditionals.
Reviewed by: bapt, brooks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8287
show more ...
|
| #
a17665bc |
| 20-Apr-2017 |
Baptiste Daroussin <[email protected]> |
Replace again GNU diff with BSD diff
After a firts failed attempt, BSD diff is now good enough to replace GNU diff.
Relnotes: yes
|
| #
2c5ddcf8 |
| 19-Mar-2017 |
Baptiste Daroussin <[email protected]> |
Temporary readd GNU diff
etcupdate requires --change-group-format it is not easy to implement in bsd diff so for now readd GNU diff
|
| #
29e9c668 |
| 15-Mar-2017 |
Bryan Drewery <[email protected]> |
Fix SUBDIR_DEPEND for gdb on binutils after r307659.
Sponsored by: Dell EMC Isilon
|
| #
3bbe3f67 |
| 11-Mar-2017 |
Baptiste Daroussin <[email protected]> |
Import diff from OpenBSD and remove GNU diff
Some of the modifications from the previous summer of code has been integrated Modification for compatibility with GNU diff output has been added
Main d
Import diff from OpenBSD and remove GNU diff
Some of the modifications from the previous summer of code has been integrated Modification for compatibility with GNU diff output has been added
Main difference with OpenBSD: Implement multiple GNU diff options: * --ignore-file-name-case * --no-ignore-file-name-case * --normal * --tabsize * --strip-trailing-cr Make diff -p compatible with GNU diff Implement diff -l Make diff -r compatible with GNU diff
Capsicumize diffing 2 regular files Add a simple test suite
Approved by: AsiaBSDcon devsummit Obtained from: OpenBSD, GSoC Relnotes: yes
show more ...
|
| #
71e30a31 |
| 20-Oct-2016 |
Ed Maste <[email protected]> |
Remove trailing whitespace from r307674
|
| #
94ff3d03 |
| 20-Oct-2016 |
Ed Maste <[email protected]> |
Add knobs to make GNU diff and GNU grep optional
This is added to facilitate experiments building FreeBSD without copyleft software.
If WITHOUT_GNU_DIFF is set no /usr/bin/diff or /usr/bin/diff3 wi
Add knobs to make GNU diff and GNU grep optional
This is added to facilitate experiments building FreeBSD without copyleft software.
If WITHOUT_GNU_DIFF is set no /usr/bin/diff or /usr/bin/diff3 will be built.
If WITHOUT_GNU_GREP is set then BSD grep will be installed as /usr/bin/bsdgrep or /usr/bin/grep, depending on the WITH_BSD_GREP knob.
Reviewed by: brooks (earlier) Sponsored by: The FreeBSD Foundation Differential Revision: Differential Revision: https://reviews.freebsd.org/D8288
show more ...
|
| #
ba2cde94 |
| 19-Oct-2016 |
Ed Maste <[email protected]> |
Switch gnu/usr.bin/Makefile to SUBDIR.${MK_*} optional subdir style
|
| #
a0135a1e |
| 15-Oct-2016 |
Baptiste Daroussin <[email protected]> |
Remove GNU rcs from base.
GNU rcs is still available as a package: - rcs: Latest GPLv3 GNU rcs version. - rcs57: Copy of the latest version of GNU rcs (GPLv2) from base.
Relnotes: yes
|
|
Revision tags: release/11.0.1 |
|
| #
f987297f |
| 27-Sep-2016 |
Ed Maste <[email protected]> |
Add a WITHOUT_DIALOG src.conf(5) knob
It also turns off dependencies (bsdinstall, bsdconfig, dpv, tzsetup).
Reviewed by: dteske Sponsored by: The FreeBSD Foundation Differential Revision: https://r
Add a WITHOUT_DIALOG src.conf(5) knob
It also turns off dependencies (bsdinstall, bsdconfig, dpv, tzsetup).
Reviewed by: dteske Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7969
show more ...
|
|
Revision tags: release/11.0.0 |
|
| #
13b5b548 |
| 29-Apr-2016 |
Baptiste Daroussin <[email protected]> |
import sdiff(1) from GSoC 2012
Import sdiff(1) from the diff version written by Raymond Lai, improved during GSoC 2012 by Jesse Hagewood.
Compared to the version done in during that summer of code:
import sdiff(1) from GSoC 2012
Import sdiff(1) from the diff version written by Raymond Lai, improved during GSoC 2012 by Jesse Hagewood.
Compared to the version done in during that summer of code: - Remove the zlib frontend: zsdiff - Compatible output (column size and separators) with GNU sdiff
Compared to GNU sdiff in ports: - The only difference is padding using spaces vs tabs
Compared to OpenBSD and NetBSD import: - Implement missing options (including long options) from GNU sdiff - Improved support for the edition mode (signal handling) - Output visually compatible with GNU sdiff: size of columns
While here import regression tests from NetBSD adapted to fit the output as expected by GNU sdiff
Reviewed by: emaste (in part) Obtained from: OpenBSD, NetBSD, GSoC 2012 Relnotes: yes Differential Revision: https://reviews.freebsd.org/D5981 Differential Revision: https://reviews.freebsd.org/D6032 (diff with NetBSD version) Differential Revision: https://reviews.freebsd.org/D6033 (diff with OpenBSD version)
show more ...
|
|
Revision tags: release/10.3.0, release/10.2.0 |
|
| #
cab0e8ff |
| 19-Jul-2015 |
Marius Strobl <[email protected]> |
- Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes}, fixing parallel builds. - Don't build gdb/gdbtui/kgdb or libreadline when MK_BINUTILS is "no" for obvious reasons.
M
- Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes}, fixing parallel builds. - Don't build gdb/gdbtui/kgdb or libreadline when MK_BINUTILS is "no" for obvious reasons.
MFC after: 3 days
show more ...
|
| #
2d281361 |
| 02-Jan-2015 |
Baptiste Daroussin <[email protected]> |
Remove GNU texinfo from base along with all info pages.
To be able to info pages consider installing texinfo from ports print/texinfo or via pkg: pkg install texinfo
Differential Revision: https://
Remove GNU texinfo from base along with all info pages.
To be able to info pages consider installing texinfo from ports print/texinfo or via pkg: pkg install texinfo
Differential Revision: https://reviews.freebsd.org/D1409 Reviewed by: emaste, imp (previous version) Relnotes: yes
show more ...
|
|
Revision tags: release/10.1.0 |
|
| #
ddd96d23 |
| 09-Oct-2014 |
Ed Maste <[email protected]> |
Build gperf only if we're using g++ (not clang++)
gperf is used as a build tool for g++ and is not needed for Clang architectures. Ports and third-party software that need it can use the up-to-date
Build gperf only if we're using g++ (not clang++)
gperf is used as a build tool for g++ and is not needed for Clang architectures. Ports and third-party software that need it can use the up-to-date devel/gperf port.
PR: 194103 (exp-run) Reviewed by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D886
show more ...
|
|
Revision tags: release/9.3.0 |
|
| #
c67bc4db |
| 14-Jun-2014 |
Gavin Atkinson <[email protected]> |
Remove send-pr, the supported interface to submit bugs is now via https://bugs.freebsd.org/submit/
Removing send-pr also removes one more piece of non-BSD-licensed software.
Hat: bugmeister MFC af
Remove send-pr, the supported interface to submit bugs is now via https://bugs.freebsd.org/submit/
Removing send-pr also removes one more piece of non-BSD-licensed software.
Hat: bugmeister MFC after: 3 days
show more ...
|
| #
c6063d0d |
| 06-May-2014 |
Warner Losh <[email protected]> |
Use src.opts.mk in preference to bsd.own.mk except where we need stuff from the latter.
|
| #
38f0b757 |
| 21-Apr-2014 |
Julio Merino <[email protected]> |
Add placeholder Kyuafiles for various top-level hierarchies.
This change adds tests/ directories in the source tree to create various subdirectories in /usr/tests/ and to install placeholder Kyuafil
Add placeholder Kyuafiles for various top-level hierarchies.
This change adds tests/ directories in the source tree to create various subdirectories in /usr/tests/ and to install placeholder Kyuafiles for them.
the relevant hierarchies are: cddl, etc, games, gnu and secure.
The reason for this is to simplify the addition of new test programs for utilities or libraries under any of these directories. Doing so on a case by case basis is unnecessary and is quite an obscure process.
show more ...
|
| #
32a632c4 |
| 27-Mar-2014 |
Dimitry Andric <[email protected]> |
Enable parallel building for gnu/usr.bin and usr.bin/clang too.
MFC after: 2 weeks X-MFC-With: r263778
|
|
Revision tags: release/10.0.0 |
|
| #
c9fc60be |
| 09-Oct-2013 |
Glen Barber <[email protected]> |
Revert r256095, r256120 (partial), r256121:
r256095: - Add gnu/usr.bin/rcs back to the base system.
r256120: - Add WITHOUT_RCS back to src.conf.5.
r256121: - Remove UPDATING entry regarding gnu
Revert r256095, r256120 (partial), r256121:
r256095: - Add gnu/usr.bin/rcs back to the base system.
r256120: - Add WITHOUT_RCS back to src.conf.5.
r256121: - Remove UPDATING entry regarding gnu/usr.bin/rcs removal.
Requested by: many Approved by: re (marius) Discussed with: core
show more ...
|
| #
258c9eb9 |
| 07-Oct-2013 |
Eitan Adler <[email protected]> |
Good bye RCS. You will be missed.
(devel/rcs and devel/rcs57 are available as alternatives)
Approved by: core Approved by: re (hrs)
|
|
Revision tags: release/9.2.0 |
|
| #
d3e23b57 |
| 03-Sep-2013 |
Pedro F. Giffuni <[email protected]> |
Remove our hacked GNU patch.
The old (2.1) GNU patch has outlived its days. The major local changes have been moved into the less restrictedly licensed patch(1) we adopted in usr.bin/ .
A much new
Remove our hacked GNU patch.
The old (2.1) GNU patch has outlived its days. The major local changes have been moved into the less restrictedly licensed patch(1) we adopted in usr.bin/ .
A much newer version of GNU patch is available in the ports tree (devel/patch).
Disconnect from the build and remove.
show more ...
|
| #
1cbff2a9 |
| 15-Jun-2013 |
Eitan Adler <[email protected]> |
Remove CVS from the base system.
Discussed with: many Reviewed by: peter, zi Approved by: core
|
|
Revision tags: release/8.4.0 |
|
| #
af0dd31f |
| 22-Jan-2013 |
David Chisnall <[email protected]> |
Import new (BSDL) device tree compiler. Now built by default, so that it can't be used on the host system (and not installed on the device, if required). The GPL'd one is still available if there a
Import new (BSDL) device tree compiler. Now built by default, so that it can't be used on the host system (and not installed on the device, if required). The GPL'd one is still available if there are any devices that need it (make universe passes with it, including kernels that use fdt, but there may be some out-of-tree ones). WITH_GPL_DTC can be used to select the old one, for now.
Probably won't be MFC'd, but we'll remove the GPL'd version in head after the new one has had a lot more testing and ship it in 10.0.
show more ...
|
|
Revision tags: release/9.1.0 |
|
| #
d38ae94b |
| 13-Oct-2012 |
Gabor Kovesdan <[email protected]> |
- Remove GNU sort and the WITH_GNU_SORT knob
|