<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9065390ddc7b1ce2613777f6a947200950a5ac71 - packages: Remove the tests-dev package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/atf/atf-pytest-wrapper/Makefile#9065390ddc7b1ce2613777f6a947200950a5ac71</link>
        <description>packages: Remove the tests-dev packageWe don&apos;t want a tests-dev package, because this means set-devel dependson tests-dev, which transitively depends on tests, which means you can&apos;tinstall set-devel without also getting tests.The only real &quot;dev&quot; files in tests-dev are from ATF (libprivateatf),so move that to its own package and add a dependency from tests.Also move Kyua to its own package, since this might be useful forrunning tests even when the user doesn&apos;t want the whole set of basetests installed.Add a dependency from -tests to both -atf and -kyua, and a dependencyon -set-base, since the tests won&apos;t work without the full base systeminstalled.The remaining &quot;dev&quot; files in tests are actually test artifacts, not realdevelopment libraries.  Add a new NO_DEV_PACKAGE option to bsd.lib.mk,which causes dev files to be installed in the base package instead ofcreating a -dev package, and set this option for everything thatinstalls test libraries.While here, add a slightly more informative description for the testspackage.MFC after:	3 secondsReviewed by:	bapt, emasteDifferential Revision:	https://reviews.freebsd.org/D52597

            List of files:
            /freebsd/libexec/atf/atf-pytest-wrapper/Makefile</description>
        <pubDate>Thu, 18 Sep 2025 11:13:41 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6527682ab7058e5023a2a6dea01d51c15dca701f - src: Use gnu++17 as the default C++ standard</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/atf/atf-pytest-wrapper/Makefile#6527682ab7058e5023a2a6dea01d51c15dca701f</link>
        <description>src: Use gnu++17 as the default C++ standardPreviously the compiler&apos;s default C++ standard was used unlike C wherebsd.sys.mk explicitly sets a default language version.  Setting anexplicit default version will give a more uniform experience acrossdifferent compilers and compiler versions.gnu++17 was chosen to match the default C standard.  It is wellsupported by a wide range of clang (5+) and GCC (9+) versions.gnu++17 is also the default C++ standard in recent versions of clang(16+) and GCC (11+).  As a result, many of the explicit CXXSTDsettings in Makefiles had the effect of lowering the C++ standardinstead of raising it as was originally intended and are removed.Note that the remaining explicit CXXSTD settings for atf and liblutokexplicitly lower the standard to C++11 due to use of the deprecatedauto_ptr&lt;&gt; template which is removed in later versions.Reviewed by:	imp, asomers, dim, emasteDifferential Revision:	https://reviews.freebsd.org/D49223

            List of files:
            /freebsd/libexec/atf/atf-pytest-wrapper/Makefile</description>
        <pubDate>Fri, 11 Apr 2025 15:53:50 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>924226fba12cc9a228c73b956e1b7fa24c60b055 - testing: move atf-pytest-wrapper to /usr/libexec</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/atf/atf-pytest-wrapper/Makefile#924226fba12cc9a228c73b956e1b7fa24c60b055</link>
        <description>testing: move atf-pytest-wrapper to /usr/libexecMove pytest wrapper to the collection of the other atf wrappers in libexec. It solves the problem of combining bits &amp; pieces from bsd.test.mk and bgs.prog.mk to address &quot;test binary, but not the suite binary&quot;.Reviewed by:	kpDifferential Revision: https://reviews.freebsd.org/D35604MFC after:	2 weeks

            List of files:
            /freebsd/libexec/atf/atf-pytest-wrapper/Makefile</description>
        <pubDate>Sun, 26 Jun 2022 13:46:37 +0200</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
