<?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>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8a688fcc - release: add optional OCI images</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#8a688fcc</link>
        <description>release: add optional OCI imagesThis adds three OCI archive format files to the release containingFreeBSD base images suitable for static linked, dynamic linked and shellworkloads. The shell image also contains pkg-bootstrap and can be easilyextended by installing packages (including pkgbase packages).Approved by:	re (cperciva)Reviewed by: dch, cpersiva, jlduran, zleiDifferential Revision: https://reviews.freebsd.org/D46759MFC after: 2 days(cherry picked from commit d03c82c28da86e0812b98b051d24ae5980804ad7)(cherry picked from commit 6686056ca3547c8280bd2423c59c661c2f501409)

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Wed, 14 Aug 2024 15:39:24 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f060ed39 - sound examples: Move MIDI example out of OSS directory</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#f060ed39</link>
        <description>sound examples: Move MIDI example out of OSS directoryThis example is not related to OSS.Sponsored by:	The FreeBSD FoundationMFC after:	2 daysReviewed by:	dev_submerge.ch, meka_tilda.centerDifferential Revision:	https://reviews.freebsd.org/D46308(cherry picked from commit 6747b1a8218f229c7593cdb02e4b41e2b1186e26)

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Sat, 24 Aug 2024 12:07:49 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a59e4c40 - sound examples: Simplify audio example</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#a59e4c40</link>
        <description>sound examples: Simplify audio example- Merge ossinit.h and basic.c.- Rename basic.c to audio.c.- Use err(3) instead of fprintf(3) + exit(3).- Some style(9) improvements.Sponsored by:	The FreeBSD FoundationMFC after:	2 daysReviewed by:	dev_submerge.chDifferential Revision:	https://reviews.freebsd.org/D46307(cherry picked from commit 3decd659a7887e83c2c8af35053301dc7d6f7be2)

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Sat, 24 Aug 2024 12:07:45 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>276d76ad - sound examples: Simplify MIDI example</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#276d76ad</link>
        <description>sound examples: Simplify MIDI exampleSponsored by:	The FreeBSD FoundationMFC after:	2 daysReviewed by:	dev_submerge.ch, emasteDifferential Revision:	https://reviews.freebsd.org/D46306(cherry picked from commit 0ca4d5d8209cf4d2d0bb37d7f20d95ac3457026d)

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Sat, 24 Aug 2024 12:07:40 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b4a9d6c8 - sound examples: Add sndstat nvlist example</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#b4a9d6c8</link>
        <description>sound examples: Add sndstat nvlist exampleSponsored by:	The FreeBSD FoundationMFC after:	2 daysReviewed by:	dev_submerge.chDifferential Revision:	https://reviews.freebsd.org/D45969(cherry picked from commit f08ecd24a19ba772701fc35caaad92b9fe91fa9c)

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Sat, 27 Jul 2024 11:54:40 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d8c42c34 - sound examples: Organize files in directories</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#d8c42c34</link>
        <description>sound examples: Organize files in directoriesMore examples will be added, so it&apos;s better to be organized.Sponsored by:	The FreeBSD FoundationMFC after:	2 daysReviewed by:	dev_submerge.ch, markjDifferential Revision:	https://reviews.freebsd.org/D45968(cherry picked from commit cb00491fbc51751fe166056cc69e23beeb26fee4)

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Sat, 27 Jul 2024 11:54:35 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>495a1047 - Retire old diskless setup scripts</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#495a1047</link>
        <description>Retire old diskless setup scriptsThese scripts predate /etc/rc.diskless* and use a different scheme.  Acomment was added to them back in 2002 noting they were 3 years old atthat point.Reviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D41951(cherry picked from commit 7736786b08e8c9edb07088db3229695d0afed600)(cherry picked from commit f97a3f6a017103b2afaf451af055ec4131a455a9)

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Mon, 25 Sep 2023 14:46:21 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>901efd8b - Avoid staging conflict for examples/pf</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#901efd8b</link>
        <description>Avoid staging conflict for examples/pfIf we are staging, let examples/pf stage its bits.

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Wed, 19 Apr 2023 03:23:23 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f092c21b - snd_uaudio(4): Add some examples accessing USB MIDI devices.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#f092c21b</link>
        <description>snd_uaudio(4): Add some examples accessing USB MIDI devices.Differential Revision:	https://reviews.freebsd.org/D36195MFC after:	1 weekSponsored by:	NVIDIA Networking

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Tue, 27 Sep 2022 17:28:27 +0000</pubDate>
        <dc:creator>Goran Mekic &lt;meka@tilda.center&gt;</dc:creator>
    </item>
<item>
        <title>21d85465 - sound: Add an example of basic sound application</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#21d85465</link>
        <description>sound: Add an example of basic sound applicationThis is an example demonstrating the usage of the OSS-compatible APIsprovided by the sound(4) subsystem. It reads frames from a dsp node andwrites them to the same dsp node.MFC after:	2 weeksReviewed by:	hselasky, bcrDifferential revision:	https://reviews.freebsd.org/D30149

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Wed, 04 Aug 2021 10:04:54 +0000</pubDate>
        <dc:creator>Goran Meki&#263; &lt;meka@tilda.center&gt;</dc:creator>
    </item>
<item>
        <title>73577bf0 - flua: Add a libjail module</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#73577bf0</link>
        <description>flua: Add a libjail modulelibjail is pretty small, so it makes for a good proof of concept demonstratinghow a system library can be wrapped to create a loadable Lua module for flua.* Introduce 3lua section for man pages* Add libjail moduleReviewed by:	kevans, manpagesRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D26080

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Sat, 24 Oct 2020 17:08:59 +0000</pubDate>
        <dc:creator>Ryan Moeller &lt;freqlabs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8b94f3d - pkgbase: Move login.access to usb.bin/login</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#a8b94f3d</link>
        <description>pkgbase: Move login.access to usb.bin/loginAlso remove the etc-examples target as we don&apos;t have any filesto handle here.Reviewed by:	bapt

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Wed, 22 May 2019 07:23:03 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>405c3050 - Remove iBCS2, part1: userspace</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#405c3050</link>
        <description>Remove iBCS2, part1: userspaceiBCS2 was disconnected from the build in 2015 (see r291419)bsdconfig parts submitted by dteske.Reviewed by:	kib (previous version)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Wed, 19 Dec 2018 21:56:54 +0000</pubDate>
        <dc:creator>Mateusz Guzik &lt;mjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01cebb69 - MK_EFI - Add uefisign and friends to this knob and ensure that we don&apos;t</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#01cebb69</link>
        <description>MK_EFI - Add uefisign and friends to this knob and ensure that we don&apos;ttry to build them if MK_OPENSSL is unset.Reviewed by:	emaste imp kevansSponsored by:	Limelight NetworksDifferential Revision:	https://reviews.freebsd.org/D15211

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Tue, 19 Jun 2018 21:07:25 +0000</pubDate>
        <dc:creator>Sean Bruno &lt;sbruno@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e37f7b3 - Convert share/examples/Makefile over to using FILES and FILESDIR.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#5e37f7b3</link>
        <description>Convert share/examples/Makefile over to using FILES and FILESDIR.The goal is to avoid using install directly so we can make changes the affecthow the entire system is installed, without having to touch many places.This is part of the packaging base work.Reviewed by:	willApproved by:	bapt (mentor), allanjude (mentor)Differential Revision:	https://reviews.freebsd.org/D1513

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Wed, 09 May 2018 13:53:10 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>576157b3 - Install files added in SVN&apos;s r295373, r295457, r295542</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#576157b3</link>
        <description>Install files added in SVN&apos;s r295373, r295457, r295542Reported by:	woodsb02MFC after:	3 daysX-MFC to:	stable/11

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Tue, 13 Mar 2018 23:37:33 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fb93a0c - Unbreak install</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#8fb93a0c</link>
        <description>Unbreak installReported by:	cy

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Mon, 30 Oct 2017 04:30:34 +0000</pubDate>
        <dc:creator>Eitan Adler &lt;eadler@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#d511b20a</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:50:42 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/Makefile#4b330699</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd-14.2/share/examples/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
