History log of /src/usr.bin/mandoc/Makefile (Results 1 – 25 of 249)
Revision Date Author Comments
# acd546f0 02-Oct-2025 Robert Clausecker <fuz@FreeBSD.org>

*/*: remove recallocarray() compat shims following import into libc

libopenbsd retains recallocarray() during bootstrapping for now
as it is needed for mandoc.

Reviewed by: kib
Differential Revisio

*/*: remove recallocarray() compat shims following import into libc

libopenbsd retains recallocarray() during bootstrapping for now
as it is needed for mandoc.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D52864

show more ...


# ea5e50c2 18-Sep-2025 Lexi Winter <ivy@FreeBSD.org>

packages: Add a mandoc package

Move mandoc to its own package so users can install it independently of
-utilities. Put the package in the minimal set, since we also ship
manpages in minimal and "ma

packages: Add a mandoc package

Move mandoc to its own package so users can install it independently of
-utilities. Put the package in the minimal set, since we also ship
manpages in minimal and "man" is a basic Unix utility.

Add a pkg-triggers(5) hook to run makewhatis when new manpages are
installed, so that apropos(1) works. This depends on a new pkg(8)
feature expected to be in in the upcoming 2.3.2 release; in the mean
time, this is a no-op (i.e., having an older pkg doesn't break anything,
it just won't run the trigger).

MFC after: 3 seconds
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D52564

show more ...


# 45488e95 02-Sep-2025 Mark Johnston <markj@FreeBSD.org>

mandoc: Install mandoc.db.5

Reviewed by: ziaee, bapt
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D52343


# c1c95add 06-Dec-2024 Brooks Davis <brooks@FreeBSD.org>

Merge mandoc snapshot 2024-09-22


# 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


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 6f6fbfa3 15-Jan-2022 Ed Maste <emaste@FreeBSD.org>

Remove quotes around Makefile .error/.warn/.info strings

The text after .error et al is emitted verbatim.

Reviewed by: sjg
Sponsored by: The FreeBSD Foundation
Differential Revision: https://review

Remove quotes around Makefile .error/.warn/.info strings

The text after .error et al is emitted verbatim.

Reviewed by: sjg
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D33904

show more ...


# 6d38604f 15-Nov-2021 Baptiste Daroussin <bapt@FreeBSD.org>

mandoc: import version 1.14.6

MFC after: 3 weeks


# b7b5bdba 10-Sep-2020 Alex Richardson <arichardson@FreeBSD.org>

Ensure that the makewhatis symlink is added in the bootstrap-tools stage

We currently set MK_MAN=no in $BSARGS so MK_MAN_UTILS will also be false
which means that the makewhatis symlink will not be

Ensure that the makewhatis symlink is added in the bootstrap-tools stage

We currently set MK_MAN=no in $BSARGS so MK_MAN_UTILS will also be false
which means that the makewhatis symlink will not be created.
This change fixes the build when using both -DBUILD_WITH_STRICT_TMPPATH and
-DBOOTSTRAP_ALL_TOOLS.

Tested by: andrew
Differential Revision: https://reviews.freebsd.org/D16761

show more ...


# 7648bc9f 13-May-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @347527

Sponsored by: The FreeBSD Foundation


# e54f925b 12-Apr-2019 Li-Wen Hsu <lwhsu@FreeBSD.org>

Suppress old gcc warning about null format string

This is workaround to make head build on gcc using architectures

Sponsored by: The FreeBSD Foundation
MFC-with: r346149


# 7295610f 12-Apr-2019 Baptiste Daroussin <bapt@FreeBSD.org>

Update mandoc to 1.14.5

MFC after: 2 weeks


# 01d4e214 05-Oct-2018 Glen Barber <gjb@FreeBSD.org>

MFH r338661 through r339200.

Sponsored by: The FreeBSD Foundation


# ce44d808 27-Sep-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r338731 through r338987.


# 61d06d6b 20-Sep-2018 Baptiste Daroussin <bapt@FreeBSD.org>

Import mandoc 1.14.4

Approved by: re (kib)
MFC after: 1 week


# acd546f0 02-Oct-2025 Robert Clausecker <fuz@FreeBSD.org>

*/*: remove recallocarray() compat shims following import into libc

libopenbsd retains recallocarray() during bootstrapping for now
as it is needed for mandoc.

Reviewed by: kib
Differential Revisio

*/*: remove recallocarray() compat shims following import into libc

libopenbsd retains recallocarray() during bootstrapping for now
as it is needed for mandoc.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D52864

show more ...


# ea5e50c2 18-Sep-2025 Lexi Winter <ivy@FreeBSD.org>

packages: Add a mandoc package

Move mandoc to its own package so users can install it independently of
-utilities. Put the package in the minimal set, since we also ship
manpages in minimal and "ma

packages: Add a mandoc package

Move mandoc to its own package so users can install it independently of
-utilities. Put the package in the minimal set, since we also ship
manpages in minimal and "man" is a basic Unix utility.

Add a pkg-triggers(5) hook to run makewhatis when new manpages are
installed, so that apropos(1) works. This depends on a new pkg(8)
feature expected to be in in the upcoming 2.3.2 release; in the mean
time, this is a no-op (i.e., having an older pkg doesn't break anything,
it just won't run the trigger).

MFC after: 3 seconds
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D52564

show more ...


# 45488e95 02-Sep-2025 Mark Johnston <markj@FreeBSD.org>

mandoc: Install mandoc.db.5

Reviewed by: ziaee, bapt
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D52343


# c1c95add 06-Dec-2024 Brooks Davis <brooks@FreeBSD.org>

Merge mandoc snapshot 2024-09-22


# 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


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 6f6fbfa3 15-Jan-2022 Ed Maste <emaste@FreeBSD.org>

Remove quotes around Makefile .error/.warn/.info strings

The text after .error et al is emitted verbatim.

Reviewed by: sjg
Sponsored by: The FreeBSD Foundation
Differential Revision: https://review

Remove quotes around Makefile .error/.warn/.info strings

The text after .error et al is emitted verbatim.

Reviewed by: sjg
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D33904

show more ...


# 6d38604f 15-Nov-2021 Baptiste Daroussin <bapt@FreeBSD.org>

mandoc: import version 1.14.6

MFC after: 3 weeks


# b7b5bdba 10-Sep-2020 Alex Richardson <arichardson@FreeBSD.org>

Ensure that the makewhatis symlink is added in the bootstrap-tools stage

We currently set MK_MAN=no in $BSARGS so MK_MAN_UTILS will also be false
which means that the makewhatis symlink will not be

Ensure that the makewhatis symlink is added in the bootstrap-tools stage

We currently set MK_MAN=no in $BSARGS so MK_MAN_UTILS will also be false
which means that the makewhatis symlink will not be created.
This change fixes the build when using both -DBUILD_WITH_STRICT_TMPPATH and
-DBOOTSTRAP_ALL_TOOLS.

Tested by: andrew
Differential Revision: https://reviews.freebsd.org/D16761

show more ...


# 7648bc9f 13-May-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @347527

Sponsored by: The FreeBSD Foundation


12345678910