From nobody Wed Aug 5 15:16:35 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4hFYsc1DXKz6nQYh for ; Wed, 05 Aug 2026 15:16:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hFYsb4XpJz3w1x for ; Wed, 05 Aug 2026 15:16:35 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1785942995; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tyBP3dd6uOWvyM8imqSy1Aj1Ut9eURMI5UFj2Deb15Y=; b=itfMMrUyS3MQMX+6eEricSdYRzcccwnXLvw2Rd6Xk7iptAQ3/0l52NESWZ6/7faBx9Q8pj sS8+8sosEJ2u9AhCx7lS0bW9nuVqlMTJrlmFyeWeao0qLSU1g8waGumTec55Ld7oc76WL6 ze6kLuvlYPd58t5VNY4pDyKa8o3XjNeRWgA64hSKJMzyqTdmxGEyYB7WV+Tgu8HZ3cwGB2 qa04cnQKCADoXOHr9k7AMpR8ZDcyoeahPCj/0IFiQER9bLVWsSr9erbqBg4MN9dQ8+fMfY Lzt3tV6as8QXy+2su9Giyp35Kr2cnfXg28C492Cg7epCyKld7EA8msLBj/gO+Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1785942995; a=rsa-sha256; cv=none; b=LeXyPove0arBdn3b56VpVbiqiT4XBOs9x48wt91FjlVtfjoNsF0KQqdy8VjALHy/CrHWde e0K33J7qNtANjT9C2eLMTxCDsnMZfr6Sjaq2H1w8iP3K3d4+8ZdAzaofy4XW+8xOoqhHMe rKWBwf3JM+4KPDq62l/98aKxDkgf6/MaC/HVHBlBbnpI7BuD+sLfxx+io9KrEPEZMnSREH n/PhPiIESLFKmKIcrNQGbr20IfszjHNWMmq0msk4yvrIE1ZHl5sT99ppzdTgwUCJaDVp/d fujF19IQi39MZ4WhIZNfk+eM1KFZBfL9onLcTR1MSHzE1muU139bpLbzGz1OMw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1785942995; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tyBP3dd6uOWvyM8imqSy1Aj1Ut9eURMI5UFj2Deb15Y=; b=ab7AugRazKolUio5pqfsN+ViCRQdGAzq4pXsYm+N4XoWJ+ifRG7k5wxK3u0CvEyqAI5A2N DUf2qqaGFsdPdd6hhN+nzWKu1hUi/B4L31TYWyH6nzJSieqbWUVmv/BvJfIGPLbXt/U0cp xw/6BwflXyAUHfNF2pg7ckYCcjxtVnNfmC5sgAmr1Nw/t9HGoWC8hP8GZsw2HVy990L3k5 gV7wV7yo/9hAWoQGZMFsZNjpuaHZSBvnJvcMqmBWwQCH/IaOSNXmRMJ5VAVAzbQ71C+xVk GlnI5pl9CxV8ONPKaEAAcdP898335vANmeuJ+S2N5g0mz3hHxfXreqBohqcHPQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hFYsb37qRzfs0 for ; Wed, 05 Aug 2026 15:16:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 466d6 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 05 Aug 2026 15:16:35 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Enji Cooper From: Mark Johnston Subject: git: 09dbcd12d526 - stable/14 - Remove inotify example code when MK_EXAMPLES == no List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: markj X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 09dbcd12d5261f826e91944b17f814ce592e2c7f Auto-Submitted: auto-generated Date: Wed, 05 Aug 2026 15:16:35 +0000 Message-Id: <6a7353d3.466d6.6813a0d3@gitrepo.freebsd.org> The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=09dbcd12d5261f826e91944b17f814ce592e2c7f commit 09dbcd12d5261f826e91944b17f814ce592e2c7f Author: Enji Cooper AuthorDate: 2025-08-16 04:31:58 +0000 Commit: Mark Johnston CommitDate: 2026-08-05 15:15:15 +0000 Remove inotify example code when MK_EXAMPLES == no This change adds the needed entries to OLD_DIRS and OLD_FILES to ensure that the paths are properly cleaned up when `make delete-old` is run and MK_EXAMPLES == no. MFC after: 2 months Fixes: 1d8664d69041 ("examples: Add a demo program for inotify") Differential Revision: https://reviews.freebsd.org/D51934 (cherry picked from commit 19c8cc3162aca9fde56581caee743d68d322c909) --- tools/build/mk/OptionalObsoleteFiles.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 997807d260fc..c73c0e2d6544 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1792,6 +1792,8 @@ OLD_FILES+=usr/share/examples/hostapd/hostapd.conf OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk OLD_FILES+=usr/share/examples/indent/indent.pro +OLD_FILES+=usr/share/examples/inotify/Makefile +OLD_FILES+=usr/share/examples/inotify/inotify.c OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW @@ -2030,6 +2032,7 @@ OLD_DIRS+=usr/share/examples/hast OLD_DIRS+=usr/share/examples/ibcs2 OLD_DIRS+=usr/share/examples/hostapd OLD_DIRS+=usr/share/examples/indent +OLD_DIRS+=usr/share/examples/inotify OLD_DIRS+=usr/share/examples/ipfilter OLD_DIRS+=usr/share/examples/ipfw OLD_DIRS+=usr/share/examples/jails