The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=4d5c434ed16e821003a9c2dc1c1ea245b8d0b678
commit 4d5c434ed16e821003a9c2dc1c1ea245b8d0b678 Author: Baptiste Daroussin <[email protected]> AuthorDate: 2026-02-13 17:44:12 +0000 Commit: Baptiste Daroussin <[email protected]> CommitDate: 2026-02-13 19:26:02 +0000 diff3: use bsd diff3 by default --- share/mk/src.opts.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 5aae1eafedd7..bd70c668ca6d 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -102,7 +102,6 @@ __DEFAULT_YES_OPTIONS = \ FREEBSD_UPDATE \ FTP \ GAMES \ - GNU_DIFF \ GOOGLETEST \ GPIO \ HAST \ @@ -209,6 +208,7 @@ __DEFAULT_NO_OPTIONS = \ DTRACE_ASAN \ DTRACE_TESTS \ EXPERIMENTAL \ + GNU_DIFF \ HESIOD \ IPFILTER_IPFS \ LOADER_VERBOSE \
