<?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>37164224eefd11278b0203e1367e1d9d1454da3f - libexec/rc/rc.d/Makefile: Remove duplicate mixer entry</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#37164224eefd11278b0203e1367e1d9d1454da3f</link>
        <description>libexec/rc/rc.d/Makefile: Remove duplicate mixer entryFixes:		f74f891581bc (&quot;src.opts: Introduce MK_SOUND&quot;)PR:		292436Sponsored by:	The FreeBSD FoundationMFC after:	4 daysReviewed by:	ivy, emasteDifferential Revision:	https://reviews.freebsd.org/D54706

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Thu, 15 Jan 2026 18:53:55 +0100</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f74f891581bc4df20431607de9b761107f6a0aa7 - src.opts: Introduce MK_SOUND</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#f74f891581bc4df20431607de9b761107f6a0aa7</link>
        <description>src.opts: Introduce MK_SOUNDPR:		291853Sponsored by:	The FreeBSD FoundationMFC after:	1 weekReviewed by:	zarychtam_plan-b.pwste.edu.pl, markjDifferential Revision:	https://reviews.freebsd.org/D54456

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Mon, 12 Jan 2026 15:16:35 +0100</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bf84861460f9287fe9cf66b2cd22fefe8e242a28 - packages: Rename unbound to local-unbound</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#bf84861460f9287fe9cf66b2cd22fefe8e242a28</link>
        <description>packages: Rename unbound to local-unboundThis more accurately reflects its purpose, and its contents, sinceeverything in the package is prefixed with &quot;local-&quot;.While here, add a message on upgrade about regenerating the config.MFC after:	3 secondsRequested by:	desReviewed by:	desSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D53056

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Wed, 15 Oct 2025 13:00:35 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7238317403b95a8e35cf0bc7cd66fbd78ecbe521 - blocklist: Rename blacklist to blocklist</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#7238317403b95a8e35cf0bc7cd66fbd78ecbe521</link>
        <description>blocklist: Rename blacklist to blocklistFollow up upstream rename from blacklist to blocklist.- Old names and rc scripts are still valid, but emitting an ugly warning- Old firewall rules and anchor names should work, but emitting an ugly  warning- Old MK_BLACKLIST* knobs are wired to the new onesAlthough care has been taken not to break current configurations, thisis a large patch containing mostly duplicated code.  If issues arise, itwill be swiftly reverted.Reviewed by:	ivy (pkgbase)Approved by:	emaste (mentor)MFC after:	2 daysRelnotes:	yes

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Sun, 12 Oct 2025 19:14:27 +0200</pubDate>
        <dc:creator>Jose Luis Duran &lt;jlduran@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56f9879c3dd8fb9cd82fb7bc33e1acf5f8b578ff - libexec/rc/rc.d/Makefile: Use CONFGROUPS.yes</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#56f9879c3dd8fb9cd82fb7bc33e1acf5f8b578ff</link>
        <description>libexec/rc/rc.d/Makefile: Use CONFGROUPS.yesReplace .if statements with CONFGROUPS.${MK_FOO} where possible,and also sort and re-indent the file for readability.A couple of more complicated sections don&apos;t work with CONFGROUPS.yesyet, so leave those as they are for now.MFC after:	1 weekReviewed by:	impSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D52974

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Wed, 08 Oct 2025 08:08:31 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b806e607f52285f973fb1106491668fd28da6a4 - packages: Add a sound package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#1b806e607f52285f973fb1106491668fd28da6a4</link>
        <description>packages: Add a sound packagePut virtual_oss, /etc/devd/snd.conf and the other audio-related toolsinto a new &quot;sound&quot; package.  Don&apos;t create a separate -lib package,since it&apos;s unlikely someone will want mixer(3) without mixer(8).Put the sound package in the optional set rather than minimal, sinceit&apos;s not actually required for audio hardware support, and many systems(including nearly all servers) won&apos;t want it installed.MFC after:	3 secondsReviewed by:	christosSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D52823

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Thu, 02 Oct 2025 03:16:11 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bce8cdaf4cb184db577a5633e82bdabe24239af1 - rc.d: Fix package for virtual_oss</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#bce8cdaf4cb184db577a5633e82bdabe24239af1</link>
        <description>rc.d: Fix package for virtual_ossThere is no virtual_oss package.  Install the virtual_oss script inrc, since there&apos;s currently no specific package for sound utilities.This fixes the pkgbase build.Fixes:	f040ee6e4078 (&quot;virtual_oss: Do not build if WITHOUT_CUSE is set&quot;)

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Wed, 01 Oct 2025 12:04:19 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f040ee6e407832fc9f08d85cd792d1cfb8104976 - virtual_oss: Do not build if WITHOUT_CUSE is set</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#f040ee6e407832fc9f08d85cd792d1cfb8104976</link>
        <description>virtual_oss: Do not build if WITHOUT_CUSE is setPR:		289920Fixes:          9cab9fde5eda (&quot;virtual_oss: Port to base&quot;)Sponsored by:	The FreeBSD FoundationMFC after:	1 dayReviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D52807

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Tue, 30 Sep 2025 19:01:37 +0200</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>614c8750ce116865953916b8b5bab2467ee94187 - Remove ftpd(8)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#614c8750ce116865953916b8b5bab2467ee94187</link>
        <description>Remove ftpd(8)This was previously deprecated and is slated for removal in 15.0.Users who still need ftpd(8) can install the ftp/freebsd-ftpd port.Retain the ftp(d) PAM services since other FTP daemons use them.Update /etc/inetd.conf to point to /usr/local.Add ftpd to ObsoleteFiles, but do not list configuration files sinceusers may want to preserve these to use with the freebsd-ftpd port.There is still some language in the manual referring to ftpd(8)which is relevant to the port, which has been retained but updatedto reference the port.MFC after:	3 daysRelnotes:	yesReviewed by:	cpercivaDifferential Revision:	https://reviews.freebsd.org/D52739

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Mon, 29 Sep 2025 22:26:26 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9cab9fde5edad9b409dd2317a2aec7815e6d6bed - virtual_oss: Port to base</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#9cab9fde5edad9b409dd2317a2aec7815e6d6bed</link>
        <description>virtual_oss: Port to baseThis patch diverges quite a bit from the current upstream [1] in a fewways:1. virtual_oss(8), virtual_bt_speaker(8) and virtual_oss_cmd(8) are   actually separate programs.2. Backends (lib/virtual_oss) are built as separate shared libraries and   we dlopen() them in virtual_oss(8) and virtual_bt_speaker(8) on   demand.3. virtual_equalizer(8) and the sndio and bluetooth backends are built   as ports, because they depend on third-party libraries.4. Use newer libav API in bluetooth backend (see HAVE_LIBAV ifdefs) to   address compiler errors.[1] https://github.com/freebsd/virtual_ossSponsored by:	The FreeBSD FoundationMFC after:	1 weekReviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D52308

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Sun, 28 Sep 2025 11:56:52 +0200</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb373ef459cd87dd9fcab63dc72f3e53c7493758 - chat, pppoed: Move to the ppp package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#eb373ef459cd87dd9fcab63dc72f3e53c7493758</link>
        <description>chat, pppoed: Move to the ppp packageMFC after:	1 dayReviewed by:	manuDifferential Revision:	https://reviews.freebsd.org/D52650

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Tue, 23 Sep 2025 23:20:25 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5efd371bba1508ed94faed2afbd11936f5fe4dac - packages: Move powerd to its own package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#5efd371bba1508ed94faed2afbd11936f5fe4dac</link>
        <description>packages: Move powerd to its own packageNearly everyone wants powerd to manage CPU frequency scaling on realhardware, even if -utilities isn&apos;t installed.  Conversely, very smalljails might want -utilities but don&apos;t need powerd.Move it to its own package and add it to the minimal set.MFC after:	1 dayReviewed by:	manu, impDifferential Revision:	https://reviews.freebsd.org/D52645

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Tue, 23 Sep 2025 23:05:05 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aef807876c305587c60f73e2cd914115d22a53fd - moused(8): Add support for evdev protocol</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#aef807876c305587c60f73e2cd914115d22a53fd</link>
        <description>moused(8): Add support for evdev protocolThe new daemon have following properties as compared with previousincarnation:- evdev protocol support for mices and touchpads. Additionally to  relative PS/2 and USB devices it enables console support for I2C/USB  touchpads and bluetooth mices.- Other aged protocols like COM, raw PS/2 and X10 are dropped with only  exception of sysmouse. For those who still use them there is an  utility called msconvd(8).- single daemon per system where hotplug is processed via devd socket.  Per device mode still supported too.- Configuration and quirks files in libinput-compatible format.  Actually, the new moused config parser is taken from libinput.The moused(8) can work in 2 modes:1. Evdev support mode. It enables all previously mentioned devices.   It is enabled by deault.2. Sysmouse support mode. All should work as before.   No new devices supported. To enable it add following lines to   /etc/rc.conf:      moused_port=&quot;/dev/psm0&quot;      moused_nondefault_enable=&quot;YES&quot;   One may add hw.usb.usbhid.enable=0 to /boot/loader.conf to enable   ums(4) driver which supports sysmouse protocol.Differential Revision:	https://reviews.freebsd.org/D52164

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Thu, 04 Sep 2025 23:07:25 +0200</pubDate>
        <dc:creator>Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc5ba6b8b4f028eb944434be82838d272330f26f - Remove MK_GSSAPI</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#dc5ba6b8b4f028eb944434be82838d272330f26f</link>
        <description>Remove MK_GSSAPIFor MIT Kerberos, MK_GSSAPI has no meaning: GSSAPI is a required part ofKerberos and is always built if MK_KERBEROS is enabled.  Backport thisbehaviour to Heimdal so it works the same way.While here, change Heimdal&apos;s libcom_err and compile_et to be selected byMK_KERBEROS, not MK_KERBEROS_SUPPORT, since these are part of Kerberosand third-party users might need it even if Kerberos support is disabledin the base system.  This means MK_KERBEROS_SUPPORT installs the samefiles with both MIT and Heimdal.Reviewed by:	cyDifferential Revision:	https://reviews.freebsd.org/D51859

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Wed, 20 Aug 2025 20:42:20 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>837b13af68bde317414f6c0ce295df66308cc31b - Revert &quot;Remove Secure RPC DES authentication&quot;</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#837b13af68bde317414f6c0ce295df66308cc31b</link>
        <description>Revert &quot;Remove Secure RPC DES authentication&quot;This reverts commit 7ac276298b72982189ac1a5b17461936dc00163e.Requested by:	kib

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Fri, 15 Aug 2025 17:56:46 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ac276298b72982189ac1a5b17461936dc00163e - Remove Secure RPC DES authentication</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#7ac276298b72982189ac1a5b17461936dc00163e</link>
        <description>Remove Secure RPC DES authenticationFollowing the earlier removal of keyserv, none of this functionalityworks since it requires keyserv.Remove the relevant symbols from libc&apos;s Symbol.map.  Leave compatibilitysymbols for existing applications, but since the functions don&apos;t workwithout keyserv, stub them out to return an error.Remove some private symbols that were only used by keyserv; these don&apos;tget compatibility symbols.Remove the documentation for the old functions.Remove rpc.ypupdated since it requires DES authentication.Reviewed by:		manu, des, emasteDifferential Revision:	https://reviews.freebsd.org/D50442

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Sun, 10 Aug 2025 14:57:36 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>992d2f928452519877c7d4377d8e5ae124d68dba - rc.d: Fix Kerberos rc scripts</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#992d2f928452519877c7d4377d8e5ae124d68dba</link>
        <description>rc.d: Fix Kerberos rc scriptsSplit the Kerberos rc scripts into two sections, one for MIT Kerberosand one for Heimdal.  Don&apos;t install Heimdal-specific rc scripts (e.g.,kfd) for the MIT case.This does not include an OptionalObsoleteFiles change (even though oneis needed) because that will be fixed later in a different way.Reviewed by:		des (previous version)Differential Revision:	https://reviews.freebsd.org/D51830

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Sun, 10 Aug 2025 14:26:44 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2fb03d6c1142e5edca8e11beade756b4b4f02119 - gssd: Be consistent about Makefile conditionals</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#2fb03d6c1142e5edca8e11beade756b4b4f02119</link>
        <description>gssd: Be consistent about Makefile conditionalsgssd itself is only built when both MK_GSSAPI and MK_KERBEROS_SUPPORTare enabled, but the init script and OptionalObsoleteFiles entriesonly checked MK_GSSAPI.  Check both variables everywhere.Reviewed by:		desDifferential Revision:	https://reviews.freebsd.org/D51812

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Fri, 08 Aug 2025 14:49:36 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ed6b6b9d1a7085ab063c62f063938aacfb04e75 - packages: move route(6)d to the rip package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#7ed6b6b9d1a7085ab063c62f063938aacfb04e75</link>
        <description>packages: move route(6)d to the rip packageThese are deprecated, but in the mean time, move them to anotherpackage.  routed in particularly doesn&apos;t need to be in -runtime.Reviewed by:		manuDifferential Revision:	https://reviews.freebsd.org/D51783

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Thu, 07 Aug 2025 13:37:57 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76446b5aa350873c3c426de734fdd9a0052f6270 - gssd: move to a new package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/Makefile#76446b5aa350873c3c426de734fdd9a0052f6270</link>
        <description>gssd: move to a new packageIt&apos;s reasonable to want to install gssd without the Kerberos utilities(e.g., if using security/krb5 from ports), so move gssd to its ownpackage to allow this.Reviewed by:	manu, cyDifferential Revision:	https://reviews.freebsd.org/D51486

            List of files:
            /freebsd/libexec/rc/rc.d/Makefile</description>
        <pubDate>Fri, 25 Jul 2025 16:08:03 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
