History log of /freebsd/tools/build/mk/OptionalObsoleteFiles.inc (Results 1 – 25 of 985)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8ea6c115 24-Nov-2024 Stefan Eßer <se@FreeBSD.org>

usr.bin/bc: remove OpenBSD derived bc and dc commands

In 2020, an improved implementation of the bc and dc commands
developed by Gavin D. Howard has been imported into FreeBSD.
It has replaced the O

usr.bin/bc: remove OpenBSD derived bc and dc commands

In 2020, an improved implementation of the bc and dc commands
developed by Gavin D. Howard has been imported into FreeBSD.
It has replaced the OpenBSD-derived versions of these commands
in all currently supported FreeBSD releases.

The OpenBSD versions could still be built using the WITHOUT_GH_BC
option. There have been no reports of problems or unexpected
deviations from the OpenBSD version for some time, therefore
keeping the OpenBSD version is no longer required in FreeBSD.

This commit removes the option to build the OpenBSD version and
corresponding source files from -CURRENT. No MFC is planned, all
currently released FreeBSD versions should retain the build option.

The WITHOUT_GH_BC option is no longer accepted and will cause
make buildworld to fail.

Reviewed by: des, emaste
Approved by: des
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D46876

show more ...


Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0
# 3750ccef 08-Aug-2021 Ed Maste <emaste@FreeBSD.org>

Retire MK_PROFILE infrastructure

It was disabled by default in fe52b7f60ef4. We planned to (but did not)
remove the option before FreeBSD 14. Remove it now, for FreeBSD 15.

Relnotes: Yes
Reviewed

Retire MK_PROFILE infrastructure

It was disabled by default in fe52b7f60ef4. We planned to (but did not)
remove the option before FreeBSD 14. Remove it now, for FreeBSD 15.

Relnotes: Yes
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D31558

show more ...


# 5036d965 07-Nov-2024 Vladimir Kondratyev <wulf@FreeBSD.org>

rtlbtfw: Firmware loader for Realtek 87XX/88XX bluetooth USB adaptors

Firmware files are available in the comms/rtlbt-firmware port.

Sponsored by: Future Crew LLC
MFC after: 1 month
Differential Re

rtlbtfw: Firmware loader for Realtek 87XX/88XX bluetooth USB adaptors

Firmware files are available in the comms/rtlbt-firmware port.

Sponsored by: Future Crew LLC
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D46739

show more ...


# 207ab5f4 29-Oct-2024 Mark Johnston <markj@FreeBSD.org>

rc.d/opensm: Only install when MK_OFED_EXTRA is set

opensm itself is only installed when MK_OFED_EXTRA is set, so it only
makes sense for the same to be true of the rc script.

PR: 257646
Reviewed

rc.d/opensm: Only install when MK_OFED_EXTRA is set

opensm itself is only installed when MK_OFED_EXTRA is set, so it only
makes sense for the same to be true of the rc script.

PR: 257646
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D47313

show more ...


# 0fca6ea1 28-Jul-2024 Dimitry Andric <dim@FreeBSD.org>

Merge llvm-project main llvmorg-19-init-18630-gf2ccf80136a0

This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-19-init-18630-gf2ccf80136a0, t

Merge llvm-project main llvmorg-19-init-18630-gf2ccf80136a0

This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-19-init-18630-gf2ccf80136a0, the
last commit before the upstream release/19.x branch was created.

PR: 280562
MFC after: 1 month

show more ...


# 2201f7c4 02-Oct-2024 Dag-Erling Smørgrav <des@FreeBSD.org>

Build BSD diff3 if GNU diff3 is disabled.

MFC after: 3 weeks
Sponsored by: Klara, Inc.
Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D46799


# 0115ad61 22-May-2024 Warner Losh <imp@FreeBSD.org>

autofs: Fix cross-threading on file to delete

We want to delete the new file, which is installed in man4 not man5.

Noticed by: Gary Jennejohn
Fixes: a03e8a40d404
Sponsored by: Netflix


# a03e8a40 12-May-2024 Alexander Ziaee <concussious@runbox.com>

man filesystems: ObsoleteFiles after move to sec 4

Reported by: imp
Reviewed by: des, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1077


# cb14a3fe 25-Dec-2023 Dimitry Andric <dim@FreeBSD.org>

Merge llvm-project main llvmorg-18-init-15692-g007ed0dccd6a

This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-18-init-15692-g007ed0dccd6a.

Merge llvm-project main llvmorg-18-init-15692-g007ed0dccd6a

This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-18-init-15692-g007ed0dccd6a.

PR: 276104
MFC after: 1 month

show more ...


# 5f757f3f 18-Dec-2023 Dimitry Andric <dim@FreeBSD.org>

Merge llvm-project main llvmorg-18-init-15088-gd14ee76181fb

This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-18-init-15088-gd14ee76181fb.

Merge llvm-project main llvmorg-18-init-15088-gd14ee76181fb

This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-18-init-15088-gd14ee76181fb.

PR: 276104
MFC after: 1 month

show more ...


# a9275714 02-Apr-2024 Olivier Cochard <olivier@FreeBSD.org>

OptionalObsoleteFiles: add missed cuda wrappers include files

Files introduced since clang 17.0.2.

Approved by: dim
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D44597


# 125c4560 01-Apr-2024 Dag-Erling Smørgrav <des@FreeBSD.org>

usr.bin: Make lorder conditional on MK_TOOLCHAIN.

MFC after: 1 week
Reviewed by: allanjude, markj
Differential Revision: https://reviews.freebsd.org/D44558


# a42d6f76 23-Nov-2022 Baptiste Daroussin <bapt@FreeBSD.org>

nuageinit: add basic support for cloudinit.

this is a very early script to support cloudinit, it does not intend to
be a full featured cloudinit client, but will support a good enough
subset to be v

nuageinit: add basic support for cloudinit.

this is a very early script to support cloudinit, it does not intend to
be a full featured cloudinit client, but will support a good enough
subset to be viable in most case.

It support nocloud and openstack config-2 config drive mode (iso9660 or
msdosfs)

The following features are currently supported:
- adding users (including a default user named 'freebsd' with password
'freebsd'
- adding groups
- adding ssh keys
- static ipv4, static ipv6, dynamic ipv4

With this one is able to use the 'bring your own image feature" out of
box.

It is expected that the script grows the support of other clouds
supporting cloud-init, contributions are welcomed.

It is designed to be only run once via the firstboot mecanism.

Sponsored by: OVHCloud
MFC After: 3 weeks
Differential Revision: https://reviews.freebsd.org/D44141

show more ...


# 1b6a5580 01-Feb-2024 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

New sendmail 8.18.1 cf file


# e7300a8f 28-Dec-2023 John Baldwin <jhb@FreeBSD.org>

OptionalObsoleteFiles.inc: Add libnss_tacplus_p.a as an old profiled library

Noticed this was still present after upgrading a 12.x stable host to
14.0 stable.


# 272b4b76 22-Dec-2023 Tijl Coosemans <tijl@FreeBSD.org>

devd: Don't install autofs.conf with WITHOUT_AUTOFS


# 06c3fb27 02-Sep-2023 Dimitry Andric <dim@FreeBSD.org>

Merge llvm-project main llvmorg-17-init-19304-gd0b54bb50e51

This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-17-init-19304-gd0b54bb50e51, t

Merge llvm-project main llvmorg-17-init-19304-gd0b54bb50e51

This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-17-init-19304-gd0b54bb50e51, the
last commit before the upstream release/17.x branch was created.

PR: 273753
MFC after: 1 month

show more ...


# 4cd0f014 14-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

OptionalObsoleteFiles.inc: document block order

Options should be in sort(1) order by primary option (usually, but not
always, first in the if statement).

Reviewed by: emaste, imp, netchild
Pull Re

OptionalObsoleteFiles.inc: document block order

Options should be in sort(1) order by primary option (usually, but not
always, first in the if statement).

Reviewed by: emaste, imp, netchild
Pull Request: https://github.com/freebsd/freebsd-src/pull/896

show more ...


# c90d0600 09-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

Sort MK_NETLINK option

Reviewed by: emaste, imp, netchild
Pull Request: https://github.com/freebsd/freebsd-src/pull/896


# 2b3bf27d 09-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

Sort MK_GNU_DIFF option

Reviewed by: emaste, imp, netchild
Pull Request: https://github.com/freebsd/freebsd-src/pull/896


# fb173fc8 09-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

Combine and sort MK_LLVM_COV

These used to be grouped with MK_GCOV option or the like.

Reviewed by: emaste, imp, netchild
Pull Request: https://github.com/freebsd/freebsd-src/pull/896


# 16743f0e 09-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

Sort MK_EFI and MK_FTP options

Reviewed by: emaste, imp, netchild
Pull Request: https://github.com/freebsd/freebsd-src/pull/896


# a62cefbb 09-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

Sort MK_DTRACE and MK_ZFS options

Presumably these were under MK_CDDL at some point, but these days
src.opts.mk takes care of setting them to "no" when MK_CDDL is.

Reviewed by: emaste, imp, netchil

Sort MK_DTRACE and MK_ZFS options

Presumably these were under MK_CDDL at some point, but these days
src.opts.mk takes care of setting them to "no" when MK_CDDL is.

Reviewed by: emaste, imp, netchild
Pull Request: https://github.com/freebsd/freebsd-src/pull/896

show more ...


# e70ad278 09-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

Sort MK_HYPERV option

Reviewed by: emaste, imp, netchild
Pull Request: https://github.com/freebsd/freebsd-src/pull/896


# 4ca5df80 09-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

Sort MK_BSD_CPIO before MK_BSDINSTALL

Using sort(1) order makes verification of the sort easier.

Reviewed by: emaste, imp, netchild
Pull Request: https://github.com/freebsd/freebsd-src/pull/896


12345678910>>...40