<?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 WITHOUT_PROFILE</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f94360971e649fa684ef3b7e72839b59c7242bdb - Clarify notice for profiled libraries in FreeBSD 14</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#f94360971e649fa684ef3b7e72839b59c7242bdb</link>
        <description>Clarify notice for profiled libraries in FreeBSD 14Reported by:	kevansFixes:		175841285e28 (&quot;Add deprecation notice for...&quot;)Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Mon, 28 Jun 2021 21:30:48 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>175841285e289edebb6603da39f02549521ce950 - Add deprecation notice for WITH_PROFILE option</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#175841285e289edebb6603da39f02549521ce950</link>
        <description>Add deprecation notice for WITH_PROFILE optionAs discussed on freebsd-current [1] and freebsd-arch [2] and reviewD30833, FreeBSD 14 will ship without the _p.a libraries built with -pg.Both upstream and base system (in commit b762974cf4b9) Clang have beenmodified to remove the special case for linking against these libraries.Clang&apos;s -pg support and mcount() remain, so building with -pg can stillbe used on code that the user builds; we just do not provide prebuiltlibraries compiled with -pg.  A similar change is still needed for GCC.[1]  https://lists.freebsd.org/pipermail/freebsd-current/2020-January/075105.html[2] https://lists.freebsd.org/archives/freebsd-arch/2021-June/000016.htmlMFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Sun, 27 Jun 2021 17:21:26 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d178c925fb9acd88d2e5c5145d639b30b398c12 - Drop &apos;Set to&apos; from most src.conf(5) knobs</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#9d178c925fb9acd88d2e5c5145d639b30b398c12</link>
        <description>Drop &apos;Set to&apos; from most src.conf(5) knobsThe description is clearly what effect the knob has when set, so theadditional text was unnecessary.Reviewed by:	jhb, seSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29583

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Sat, 10 Apr 2021 02:23:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f94360971e649fa684ef3b7e72839b59c7242bdb - Clarify notice for profiled libraries in FreeBSD 14</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#f94360971e649fa684ef3b7e72839b59c7242bdb</link>
        <description>Clarify notice for profiled libraries in FreeBSD 14Reported by:	kevansFixes:		175841285e28 (&quot;Add deprecation notice for...&quot;)Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Mon, 28 Jun 2021 21:30:48 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>175841285e289edebb6603da39f02549521ce950 - Add deprecation notice for WITH_PROFILE option</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#175841285e289edebb6603da39f02549521ce950</link>
        <description>Add deprecation notice for WITH_PROFILE optionAs discussed on freebsd-current [1] and freebsd-arch [2] and reviewD30833, FreeBSD 14 will ship without the _p.a libraries built with -pg.Both upstream and base system (in commit b762974cf4b9) Clang have beenmodified to remove the special case for linking against these libraries.Clang&apos;s -pg support and mcount() remain, so building with -pg can stillbe used on code that the user builds; we just do not provide prebuiltlibraries compiled with -pg.  A similar change is still needed for GCC.[1]  https://lists.freebsd.org/pipermail/freebsd-current/2020-January/075105.html[2] https://lists.freebsd.org/archives/freebsd-arch/2021-June/000016.htmlMFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Sun, 27 Jun 2021 17:21:26 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d178c925fb9acd88d2e5c5145d639b30b398c12 - Drop &apos;Set to&apos; from most src.conf(5) knobs</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#9d178c925fb9acd88d2e5c5145d639b30b398c12</link>
        <description>Drop &apos;Set to&apos; from most src.conf(5) knobsThe description is clearly what effect the knob has when set, so theadditional text was unnecessary.Reviewed by:	jhb, seSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29583

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Sat, 10 Apr 2021 02:23:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>554491ffbdcfe51993d5b436a9bbca7aba388dd3 - Merge ^/head r316992 through r317215.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#554491ffbdcfe51993d5b436a9bbca7aba388dd3</link>
        <description>Merge ^/head r316992 through r317215.

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Thu, 20 Apr 2017 21:04:21 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>863d0264b148daaee7151043188344ff27754adc - Clean up WITH*_PROFILE</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#863d0264b148daaee7151043188344ff27754adc</link>
        <description>Clean up WITH*_PROFILE- Clarify that profiled libraries are usable with gprof(8).- Add WITH_PROFILE to complement WITHOUT_PROFILE and placate makeman.MFC after:	7 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Thu, 20 Apr 2017 03:36:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>554491ffbdcfe51993d5b436a9bbca7aba388dd3 - Merge ^/head r316992 through r317215.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#554491ffbdcfe51993d5b436a9bbca7aba388dd3</link>
        <description>Merge ^/head r316992 through r317215.

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Thu, 20 Apr 2017 21:04:21 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>863d0264b148daaee7151043188344ff27754adc - Clean up WITH*_PROFILE</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#863d0264b148daaee7151043188344ff27754adc</link>
        <description>Clean up WITH*_PROFILE- Clarify that profiled libraries are usable with gprof(8).- Add WITH_PROFILE to complement WITHOUT_PROFILE and placate makeman.MFC after:	7 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Thu, 20 Apr 2017 03:36:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5f73185f0ff7c95ec5fedcdb49bd74d52da47354 - Revert to conservative defaults. WITH_PROFILE is a default now.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#5f73185f0ff7c95ec5fedcdb49bd74d52da47354</link>
        <description>Revert to conservative defaults. WITH_PROFILE is a default now.NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intactso that the reversal to the WITHOUT_PROFILE will be easier in future.

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Fri, 02 Dec 2011 09:09:54 +0000</pubDate>
        <dc:creator>Max Khon &lt;fjoe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5990647d422eead9f0ef07018b7cc35029d0b4b2 - Prepare to autogenerate the src.conf(5) manpage.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#5990647d422eead9f0ef07018b7cc35029d0b4b2</link>
        <description>Prepare to autogenerate the src.conf(5) manpage.

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Tue, 21 Mar 2006 07:50:50 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f94360971e649fa684ef3b7e72839b59c7242bdb - Clarify notice for profiled libraries in FreeBSD 14</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#f94360971e649fa684ef3b7e72839b59c7242bdb</link>
        <description>Clarify notice for profiled libraries in FreeBSD 14Reported by:	kevansFixes:		175841285e28 (&quot;Add deprecation notice for...&quot;)Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Mon, 28 Jun 2021 21:30:48 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>175841285e289edebb6603da39f02549521ce950 - Add deprecation notice for WITH_PROFILE option</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#175841285e289edebb6603da39f02549521ce950</link>
        <description>Add deprecation notice for WITH_PROFILE optionAs discussed on freebsd-current [1] and freebsd-arch [2] and reviewD30833, FreeBSD 14 will ship without the _p.a libraries built with -pg.Both upstream and base system (in commit b762974cf4b9) Clang have beenmodified to remove the special case for linking against these libraries.Clang&apos;s -pg support and mcount() remain, so building with -pg can stillbe used on code that the user builds; we just do not provide prebuiltlibraries compiled with -pg.  A similar change is still needed for GCC.[1]  https://lists.freebsd.org/pipermail/freebsd-current/2020-January/075105.html[2] https://lists.freebsd.org/archives/freebsd-arch/2021-June/000016.htmlMFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Sun, 27 Jun 2021 17:21:26 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d178c925fb9acd88d2e5c5145d639b30b398c12 - Drop &apos;Set to&apos; from most src.conf(5) knobs</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#9d178c925fb9acd88d2e5c5145d639b30b398c12</link>
        <description>Drop &apos;Set to&apos; from most src.conf(5) knobsThe description is clearly what effect the knob has when set, so theadditional text was unnecessary.Reviewed by:	jhb, seSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29583

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Sat, 10 Apr 2021 02:23:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>554491ffbdcfe51993d5b436a9bbca7aba388dd3 - Merge ^/head r316992 through r317215.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#554491ffbdcfe51993d5b436a9bbca7aba388dd3</link>
        <description>Merge ^/head r316992 through r317215.

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Thu, 20 Apr 2017 21:04:21 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>863d0264b148daaee7151043188344ff27754adc - Clean up WITH*_PROFILE</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_PROFILE#863d0264b148daaee7151043188344ff27754adc</link>
        <description>Clean up WITH*_PROFILE- Clarify that profiled libraries are usable with gprof(8).- Add WITH_PROFILE to complement WITHOUT_PROFILE and placate makeman.MFC after:	7 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /src/tools/build/options/WITHOUT_PROFILE</description>
        <pubDate>Thu, 20 Apr 2017 03:36:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
