<?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/mit/xorg/lib/libxkbfile/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/mit/xorg/lib/libxkbfile/Makefile - 1.7</description>
    <pubDate>Sat Jun 03 09:09:08 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>updates for new libXext, libXmu, libXpresent and libxkbfile.</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.6</description>
    <pubDate>Sat Oct 29 21:06:15 UTC 2022</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>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/mit/xorg/lib/libxkbfile/Makefile - 1.5</description>
    <pubDate>Sun Oct 13 07:28:09 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Remove duplicate INCSDIR</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.4</description>
    <pubDate>Tue Dec 25 08:59:06 UTC 2018</pubDate>
    <dc:creator>maya</dc:creator>
</item>

<item>
    <title>branches:  1.3.46;  1.3.48;<br/>Add missing LIBDPLIBS, found by using 'LDFLAGS += -Wl,-z,defs' and sort<br/>src/external/mit/xorg/lib/Makefile to match the new order.</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.3</description>
    <pubDate>Thu Nov 06 22:28:26 UTC 2008</pubDate>
    <dc:creator>veego</dc:creator>
</item>

<item>
    <title>branches:  1.2.2;  1.2.6;  1.2.8;<br/>Install pkgconfig files.  Where applicable, remove .if 0 code that tried to<br/>do the same thing.</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.2</description>
    <pubDate>Sat Sep 13 04:32:31 UTC 2008</pubDate>
    <dc:creator>cube</dc:creator>
</item>

<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.1</description>
    <pubDate>Tue Jul 29 05:01:22 UTC 2008</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>initial import of the crossbuild framework for modular Xorg.  this<br/>is heavily based upon the work rtr@ did on src/x11, but hacked to<br/>work for modern modular Xorg source split.<br/><br/>the sources will live in xsrc/external/mit/&lt;package&gt;/dist.<br/><br/>documentation on using this will come when the above directories<br/>are fully populated.  there are 192 of them so it may take some time<br/>before that is completed.</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.1.1.1</description>
    <pubDate>Tue Jul 29 05:01:22 UTC 2008</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by veego in ticket #22):<br/>	external/mit/xorg/lib/Makefile: revision 1.6<br/>	external/mit/xorg/lib/libOSMesa/Makefile: revision 1.3<br/>	external/mit/xorg/lib/libXScrnSaver/Makefile: revision 1.4<br/>	external/mit/xorg/lib/libXcomposite/Makefile: revision 1.4<br/>	external/mit/xorg/lib/libXevie/Makefile: revision 1.4<br/>	external/mit/xorg/lib/libXfixes/Makefile: revision 1.4<br/>	external/mit/xorg/lib/libXfont/Makefile: revision 1.4<br/>	external/mit/xorg/lib/libXft/Makefile: revision 1.5<br/>	external/mit/xorg/lib/libXinerama/Makefile: revision 1.4<br/>	external/mit/xorg/lib/libXprintAppUtil/Makefile: revision 1.3<br/>	external/mit/xorg/lib/libXprintUtil/Makefile: revision 1.3<br/>	external/mit/xorg/lib/libXres/Makefile: revision 1.7<br/>	external/mit/xorg/lib/libXvMC/Makefile: revision 1.3<br/>	external/mit/xorg/lib/libXxf86dga/Makefile: revision 1.3<br/>	external/mit/xorg/lib/libXxf86misc/Makefile: revision 1.4<br/>	external/mit/xorg/lib/libXxf86vm/Makefile: revision 1.4<br/>	external/mit/xorg/lib/liblbxutil/Makefile: revision 1.4<br/>	external/mit/xorg/lib/libxkbfile/Makefile: revision 1.3<br/>	external/mit/xorg/lib/libxkbui/Makefile: revision 1.3<br/>	external/mit/xorg/lib/libXdamage/Makefile: revision 1.3<br/>	external/mit/xorg/lib/pixman/Makefile: revision 1.7<br/>Add missing LIBDPLIBS, found by using 'LDFLAGS += -Wl,-z,defs' and sort<br/>src/external/mit/xorg/lib/Makefile to match the new order.</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.2.8.1</description>
    <pubDate>Fri Nov 07 23:23:36 UTC 2008</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.2.6.2</description>
    <pubDate>Sun Oct 19 22:41:12 UTC 2008</pubDate>
    <dc:creator>haad</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch haad-dm on 2008-10-19 22:41:12 +0000</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.2.6.1</description>
    <pubDate>Sat Sep 13 04:32:31 UTC 2008</pubDate>
    <dc:creator>haad</dc:creator>
</item>

<item>
    <title>Merge in changes between wrstuden-revivesa-base-2 and<br/>wrstuden-revivesa-base-3.</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.2.2.3</description>
    <pubDate>Wed Sep 24 16:35:06 UTC 2008</pubDate>
    <dc:creator>wrstuden</dc:creator>
</item>

<item>
    <title>Sync with wrstuden-revivesa-base-2.</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.2.2.2</description>
    <pubDate>Thu Sep 18 05:18:39 UTC 2008</pubDate>
    <dc:creator>wrstuden</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch wrstuden-revivesa on 2008-09-18 05:18:39 +0000</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.2.2.1</description>
    <pubDate>Sat Sep 13 04:32:31 UTC 2008</pubDate>
    <dc:creator>wrstuden</dc:creator>
</item>

<item>
    <title>Mostly merge changes from HEAD upto 20200411</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.3.48.2</description>
    <pubDate>Mon Apr 13 08:02:33 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.3.48.1</description>
    <pubDate>Mon Jun 10 22:02:42 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Sync with HEAD, resolve a few conflicts</title>
    <description>/src/external/mit/xorg/lib/libxkbfile/Makefile - 1.3.46.1</description>
    <pubDate>Wed Dec 26 14:01:18 UTC 2018</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>
</channel></rss>

