Home | History | Annotate | Download | only in troff
History log of /src/external/gpl2/groff/bin/troff/Makefile
RevisionDateAuthorComments
 1.4  03-Jun-2023  lukem bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
 1.3  13-Oct-2019  mrg branches: 1.3.8;
introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
 1.2  14-Jan-2016  christos branches: 1.2.16; 1.2.18;
- remove generated files
- remove libdriver dependencies where they are not needed
- add bin to Makefile
 1.1  13-Jan-2016  christos merge our changes and add build glue
 1.2.18.1  22-Jan-2026  martin Pull up the following revisions, requested by mrg in ticket #1996

external/gpl2/gmake/dist/ar.c up to 1.1.1.1
external/gpl2/gmake/dist/arscan.c up to 1.4
external/gpl2/gmake/dist/configure up to 1.3
external/gpl2/gmake/dist/getopt.c up to 1.1.1.1
external/gpl2/gmake/dist/getopt.h up to 1.1.1.1
external/gpl2/gmake/dist/getopt1.c up to 1.1.1.1
external/gpl2/gmake/dist/job.c up to 1.4
external/gpl2/gmake/dist/main.c up to 1.2
external/gpl2/gmake/dist/make.h up to 1.4
external/gpl2/gmake/dist/read.c up to 1.4
external/gpl2/gmake/dist/config/config.guess up to 1.5
external/gpl2/gmake/dist/doc/Makefile.in up to 1.2
external/gpl2/gmake/dist/glob/fnmatch.c up to 1.1.1.1
external/gpl2/groff/groff2netbsd up to 1.2
external/gpl2/groff/bin/troff/Makefile up to 1.4
external/gpl2/groff/dist/src/libs/libgroff/getopt.c up to 1.1.1.1
external/gpl2/groff/dist/src/roff/groff/groff.cpp up to 1.2
external/gpl2/groff/dist/src/roff/troff/input.cpp up to 1.5
external/gpl2/groff/dist/tmac/doc-syms up to 1.9
external/gpl2/groff/dist/tmac/groff_mdoc.man up to 1.10
external/gpl2/groff/tmac/mdoc.local up to 1.12

Allow building with modern compilers
 1.2.16.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.3.8.2  24-Jan-2026  martin Additional build fix for ticket #1219:

external/gpl2/groff/bin/troff/Makefile (apply patch)

Adapt CC_WNO_STRINGOP_OVERFLOW makefile variable to the old
name used on this branch: GCC_NO_STRINGOP_OVERFLOW
 1.3.8.1  22-Jan-2026  martin Pull up the following, requested by mrg in #1219 ticket:

external/gpl2/gmake/dist/ar.c up to 1.1.1.1
external/gpl2/gmake/dist/arscan.c up to 1.4
external/gpl2/gmake/dist/configure up to 1.3
external/gpl2/gmake/dist/getopt.c up to 1.1.1.1
external/gpl2/gmake/dist/getopt.h up to 1.1.1.1
external/gpl2/gmake/dist/getopt1.c up to 1.1.1.1
external/gpl2/gmake/dist/job.c up to 1.4
external/gpl2/gmake/dist/main.c up to 1.2
external/gpl2/gmake/dist/make.h up to 1.4
external/gpl2/gmake/dist/read.c up to 1.4
external/gpl2/gmake/dist/glob/fnmatch.c up to 1.1.1.1
external/gpl2/groff/groff2netbsd up to 1.2
external/gpl2/groff/bin/troff/Makefile up to 1.4
external/gpl2/groff/dist/src/libs/libgroff/getopt.c up to 1.1.1.1
external/gpl2/groff/dist/tmac/doc-syms up to 1.9
external/gpl2/groff/dist/tmac/groff_mdoc.man up to 1.10
external/gpl2/groff/tmac/mdoc.local up to 1.12
external/gpl2/texinfo/texinfo2netbsd up to 1.2
external/gpl2/texinfo/dist/info/display.c up to 1.2
external/gpl2/texinfo/dist/intl/dcigettext.c up to 1.1.1.1
external/gpl2/texinfo/dist/intl/gettextP.h up to 1.1.1.1
external/gpl2/texinfo/dist/lib/getopt.c up to 1.2
external/gpl2/texinfo/dist/lib/getopt_.h up to 1.1.1.1
external/gpl2/texinfo/dist/lib/mkstemp.c up to 1.2
external/gpl2/texinfo/dist/lib/system.h up to 1.3
external/gpl2/texinfo/dist/makeinfo/cmds.c up to 1.5
external/gpl2/texinfo/dist/makeinfo/cmds.h up to 1.4
external/gpl2/texinfo/dist/makeinfo/defun.c up to 1.4
external/gpl2/texinfo/dist/makeinfo/defun.h up to 1.4
external/gpl2/texinfo/dist/makeinfo/float.c up to 1.4
external/gpl2/texinfo/dist/makeinfo/footnote.c up to 1.4
external/gpl2/texinfo/dist/makeinfo/footnote.h up to 1.4
external/gpl2/texinfo/dist/makeinfo/index.c up to 1.6
external/gpl2/texinfo/dist/makeinfo/insertion.c up to 1.4
external/gpl2/texinfo/dist/makeinfo/insertion.h up to 1.4
external/gpl2/texinfo/dist/makeinfo/lang.c up to 1.4
external/gpl2/texinfo/dist/makeinfo/lang.h up to 1.4
external/gpl2/texinfo/dist/makeinfo/macro.c up to 1.4
external/gpl2/texinfo/dist/makeinfo/macro.h up to 1.4
external/gpl2/texinfo/dist/makeinfo/makeinfo.c up to 1.5
external/gpl2/texinfo/dist/makeinfo/multi.c up to 1.5
external/gpl2/texinfo/dist/makeinfo/node.c up to 1.5
external/gpl2/texinfo/dist/makeinfo/sectioning.c up to 1.5
external/gpl2/texinfo/dist/makeinfo/sectioning.h up to 1.4
external/gpl2/texinfo/dist/makeinfo/toc.c up to 1.4
external/gpl2/texinfo/dist/makeinfo/toc.h up to 1.4
external/gpl2/texinfo/dist/makeinfo/xref.c up to 1.4
external/gpl2/texinfo/dist/util/texindex.c up to 1.6

Allow building with newer compilers

RSS XML Feed