Home | History | Annotate | only in /src/tools/mandoc
History log of /src/tools/mandoc
RevisionDateAuthorComments
 1.16 19-Jun-2025  gutteridge tools/mandoc/Makefile: quote HOST_CC

Addresses PR toolchain/59468 from Sotiris Lamprinidis, who provided the
patch.
 1.15 26-Mar-2025  christos don't define _OPENBSD_SOURCE from the command line; it is defined again
in the generated config.h
 1.14 15-Aug-2018  christos branches: 1.14.12;
Expose re{c,}allocarray decls in current.
 1.13 01-May-2018  christos branches: 1.13.2;
Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host
 1.12 01-May-2018  christos Centralize NOMAN handling.
 1.11 01-May-2018  christos PR/53238: Robert Elz: Disable MKREPRO in tools; the host compiler might
not support the necessary options. This is done thusly:

1. Set MKREPRO=no in Makefile.host. This handles all the Makefiles that
use it and don't include bsd.own.mk.
2. Create Makefile.inc and set MKREPRO=no in it. Change the Makefiles that
include bsd.own.mk, to include bsd.init.mk which includes Makefile.inc
first. This will also allow us to control other tools options from a
single location if we need to.

XXX: pullup-8
 1.10 07-Sep-2017  joerg branches: 1.10.2;
Honor HOST_CC.
 1.9 27-Jan-2016  christos branches: 1.9.8;
clean Makefile.local
 1.8 17-Dec-2015  christos kill -x, files that don't exist anymore
 1.7 16-Jan-2014  christos eliminate use of bsd.sys.mk from Makefiles
 1.6 05-Jan-2014  joerg Update build system and import script for mdocml 1.12.3.
 1.5 20-Feb-2010  joerg branches: 1.5.6; 1.5.12;
Add intermediate files to CLEANFILES. Explicitly include bsd.sys.mk to
ensure that HOST_SH is set, even when e.g. cleandir is used.
Noticed by Nicolas Joly.
 1.4 19-Feb-2010  joerg Update tool version for mdocml 1.9.15.
 1.3 30-Oct-2009  joerg Need to provide NOMAN explicitly before bsd.own.mk.
 1.2 26-Oct-2009  joerg Hard-wire NetBSD major+minor version for the tool version of mandoc.
This gives "NetBSD 5.99" for .Os in -current and "NetBSD 6.0" for the
next release.
 1.1 21-Oct-2009  joerg Build glue for mdocml and for mandoc as standalone tool.
 1.5.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.9.8.2 05-May-2018  martin Pull up following revision(s) (requested by christos in ticket #796):

tools/mdsetimage/Makefile: revision 1.15
tools/compat/Makefile: revision 1.82
tools/gdb/Makefile: revision 1.35
tools/lorder/Makefile: revision 1.13
tools/gcc/Makefile: revision 1.85
tools/dtc/Makefile: revision 1.3
tools/cvslatest/Makefile: revision 1.2
tools/ctfmerge/Makefile: revision 1.8
tools/libelf/Makefile: revision 1.9
tools/libdwarf/Makefile: revision 1.8
tools/ctfconvert/Makefile: revision 1.7
tools/makekeys/Makefile: revision 1.2
tools/gettext/Makefile: revision 1.7
tools/binstall/Makefile: revision 1.12
tools/libfdt/Makefile: revision 1.3
tools/libctf/Makefile: revision 1.7
tools/binutils/Makefile: revision 1.27
tools/mandoc/Makefile: revision 1.11
tools/Makefile.host: revision 1.32
tools/dbsym/Makefile: revision 1.13
tools/genassym/Makefile: revision 1.7
tools/Makefile.inc: revision 1.14

PR/53238: Robert Elz: Disable MKREPRO in tools; the host compiler might
not support the necessary options. This is done thusly:

1. Set MKREPRO=no in Makefile.host. This handles all the Makefiles that
use it and don't include bsd.own.mk.
2. Create Makefile.inc and set MKREPRO=no in it. Change the Makefiles that
include bsd.own.mk, to include bsd.init.mk which includes Makefile.inc
first. This will also allow us to control other tools options from a
single location if we need to.

XXX: pullup-8
 1.9.8.1 13-Mar-2018  martin Pull up following revision(s) (requested by hans in ticket #623):
external/bsd/mdocml/dist/configure: revision 1.10
tools/mandoc/Makefile: revision 1.10
Honor HOST_CC.
 1.10.2.2 06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.10.2.1 02-May-2018  pgoyette Synch with HEAD
 1.13.2.1 10-Jun-2019  christos Sync with HEAD
 1.14.12.1 02-Aug-2025  perseant Sync with HEAD

RSS XML Feed