<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/external/gpl2/groff/bin/troff/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>bsd.own.mk: rename GCC_NO_* to CC_WNO_*<br/><br/>Rename compiler-warning-disable variables from<br/>	GCC_NO_warning<br/>to<br/>	CC_WNO_warning<br/>where warning is the full warning name as used by the compiler.<br/><br/>GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH<br/><br/>Using the convention CC_compilerflag, where compilerflag<br/>is based on the full compiler flag name.</title>
    <description>/src/external/gpl2/groff/bin/troff/Makefile - 1.4</description>
    <pubDate>Sat Jun 03 09:09:06 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.3.8;<br/>introduce some common variables for use in GCC warning disables:<br/><br/>GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)<br/>GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)<br/>GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)<br/>GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)<br/><br/>use these to turn off warnings for most GCC-8 complaints.  many<br/>of these are false positives, most of the real bugs are already<br/>commited, or are yet to come.<br/><br/><br/>we plan to introduce versions of (some?) of these that use the<br/>"-Wno-error=" form, which still displays the warnings but does<br/>not make it an error, and all of the above will be re-considered<br/>as either being "fix me" (warning still displayed) or "warning<br/>is wrong."</title>
    <description>/src/external/gpl2/groff/bin/troff/Makefile - 1.3</description>
    <pubDate>Sun Oct 13 07:28:08 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.2.16;  1.2.18;<br/>- remove generated files<br/>- remove libdriver dependencies where they are not needed<br/>- add bin to Makefile</title>
    <description>/src/external/gpl2/groff/bin/troff/Makefile - 1.2</description>
    <pubDate>Thu Jan 14 02:30:18 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>merge our changes and add build glue</title>
    <description>/src/external/gpl2/groff/bin/troff/Makefile - 1.1</description>
    <pubDate>Wed Jan 13 19:01:57 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Pull up the following revisions, requested by mrg in ticket #1996<br/><br/>	external/gpl2/gmake/dist/ar.c                   up to 1.1.1.1<br/>	external/gpl2/gmake/dist/arscan.c               up to 1.4<br/>	external/gpl2/gmake/dist/configure              up to 1.3<br/>	external/gpl2/gmake/dist/getopt.c               up to 1.1.1.1<br/>	external/gpl2/gmake/dist/getopt.h               up to 1.1.1.1<br/>	external/gpl2/gmake/dist/getopt1.c              up to 1.1.1.1<br/>	external/gpl2/gmake/dist/job.c                  up to 1.4<br/>	external/gpl2/gmake/dist/main.c                 up to 1.2<br/>	external/gpl2/gmake/dist/make.h                 up to 1.4<br/>	external/gpl2/gmake/dist/read.c                 up to 1.4<br/>	external/gpl2/gmake/dist/config/config.guess    up to 1.5<br/>	external/gpl2/gmake/dist/doc/Makefile.in        up to 1.2<br/>	external/gpl2/gmake/dist/glob/fnmatch.c         up to 1.1.1.1<br/>	external/gpl2/groff/groff2netbsd                up to 1.2<br/>	external/gpl2/groff/bin/troff/Makefile          up to 1.4<br/>	external/gpl2/groff/dist/src/libs/libgroff/getopt.c up to 1.1.1.1<br/>	external/gpl2/groff/dist/src/roff/groff/groff.cpp up to 1.2<br/>	external/gpl2/groff/dist/src/roff/troff/input.cpp up to 1.5<br/>	external/gpl2/groff/dist/tmac/doc-syms          up to 1.9<br/>	external/gpl2/groff/dist/tmac/groff_mdoc.man    up to 1.10<br/>	external/gpl2/groff/tmac/mdoc.local             up to 1.12<br/><br/>Allow building with modern compilers</title>
    <description>/src/external/gpl2/groff/bin/troff/Makefile - 1.2.18.1</description>
    <pubDate>Thu Jan 22 18:57:52 UTC 2026</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Mostly merge changes from HEAD upto 20200411</title>
    <description>/src/external/gpl2/groff/bin/troff/Makefile - 1.2.16.1</description>
    <pubDate>Mon Apr 13 07:56:41 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Additional build fix for ticket #1219:<br/><br/>	external/gpl2/groff/bin/troff/Makefile	(apply patch)<br/><br/>Adapt CC_WNO_STRINGOP_OVERFLOW makefile variable to the old<br/>name used on this branch: GCC_NO_STRINGOP_OVERFLOW</title>
    <description>/src/external/gpl2/groff/bin/troff/Makefile - 1.3.8.2</description>
    <pubDate>Sat Jan 24 09:18:38 UTC 2026</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Pull up the following, requested by mrg in #1219 ticket:<br/><br/>	external/gpl2/gmake/dist/ar.c                   up to 1.1.1.1<br/>	external/gpl2/gmake/dist/arscan.c               up to 1.4<br/>	external/gpl2/gmake/dist/configure              up to 1.3<br/>	external/gpl2/gmake/dist/getopt.c               up to 1.1.1.1<br/>	external/gpl2/gmake/dist/getopt.h               up to 1.1.1.1<br/>	external/gpl2/gmake/dist/getopt1.c              up to 1.1.1.1<br/>	external/gpl2/gmake/dist/job.c                  up to 1.4<br/>	external/gpl2/gmake/dist/main.c                 up to 1.2<br/>	external/gpl2/gmake/dist/make.h                 up to 1.4<br/>	external/gpl2/gmake/dist/read.c                 up to 1.4<br/>	external/gpl2/gmake/dist/glob/fnmatch.c         up to 1.1.1.1<br/>	external/gpl2/groff/groff2netbsd                up to 1.2<br/>	external/gpl2/groff/bin/troff/Makefile          up to 1.4<br/>	external/gpl2/groff/dist/src/libs/libgroff/getopt.c up to 1.1.1.1<br/>	external/gpl2/groff/dist/tmac/doc-syms          up to 1.9<br/>	external/gpl2/groff/dist/tmac/groff_mdoc.man    up to 1.10<br/>	external/gpl2/groff/tmac/mdoc.local             up to 1.12<br/>	external/gpl2/texinfo/texinfo2netbsd            up to 1.2<br/>	external/gpl2/texinfo/dist/info/display.c       up to 1.2<br/>	external/gpl2/texinfo/dist/intl/dcigettext.c    up to 1.1.1.1<br/>	external/gpl2/texinfo/dist/intl/gettextP.h      up to 1.1.1.1<br/>	external/gpl2/texinfo/dist/lib/getopt.c         up to 1.2<br/>	external/gpl2/texinfo/dist/lib/getopt_.h        up to 1.1.1.1<br/>	external/gpl2/texinfo/dist/lib/mkstemp.c        up to 1.2<br/>	external/gpl2/texinfo/dist/lib/system.h         up to 1.3<br/>	external/gpl2/texinfo/dist/makeinfo/cmds.c      up to 1.5<br/>	external/gpl2/texinfo/dist/makeinfo/cmds.h      up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/defun.c     up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/defun.h     up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/float.c     up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/footnote.c  up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/footnote.h  up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/index.c     up to 1.6<br/>	external/gpl2/texinfo/dist/makeinfo/insertion.c up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/insertion.h up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/lang.c      up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/lang.h      up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/macro.c     up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/macro.h     up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/makeinfo.c  up to 1.5<br/>	external/gpl2/texinfo/dist/makeinfo/multi.c     up to 1.5<br/>	external/gpl2/texinfo/dist/makeinfo/node.c      up to 1.5<br/>	external/gpl2/texinfo/dist/makeinfo/sectioning.c up to 1.5<br/>	external/gpl2/texinfo/dist/makeinfo/sectioning.h up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/toc.c       up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/toc.h       up to 1.4<br/>	external/gpl2/texinfo/dist/makeinfo/xref.c      up to 1.4<br/>	external/gpl2/texinfo/dist/util/texindex.c      up to 1.6<br/><br/>Allow building with newer compilers</title>
    <description>/src/external/gpl2/groff/bin/troff/Makefile - 1.3.8.1</description>
    <pubDate>Thu Jan 22 19:20:38 UTC 2026</pubDate>
    <dc:creator>martin</dc:creator>
</item>
</channel></rss>

