From nobody Thu Apr 9 14:31:58 2026 X-Original-To: dev-commits-src-main@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 4fs2Sb08jYz6Y1Zm for ; Thu, 09 Apr 2026 14:31:59 +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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fs2SZ6CGBz424B for ; Thu, 09 Apr 2026 14:31:58 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1775745118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dmSpz8huaWL1y/arz2meC4UxAmjNZc9sD8ROnU+VSlo=; b=R9GY6C59n58kvQMqhrsWbrsuMWs41QRTX8mbzOYnpAJ6Y+qozdfGzB2LQyUvqY257wMcOs gtjg1Z32f+wHkAJgCahA5/YdnAEwD5Hb+Tehf4hi2eeHOezqGuAZOWFTMsHLpa6YPe5Sx9 44gFCdz/iHdG6ONZWjcjozX4knRBV2KDlQ5qZEMFerS6ziYEj9p3Xtj469XBOZKTO2lVuT P+ygxuwbIdmjQitgFJOQcWf187LiJjlJsfVH/Ltfs/UH3zc5YYcnUGbNONorZsx4+XNkIS X3HE3ry+gaOy22MK9YuNW3q9ijPK6cSlAqCFZTN256/H0wAfSLrTSYCsFocLfQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1775745118; a=rsa-sha256; cv=none; b=B9wGerNSNEDnV+sw5gFq6yxoe6UUD6Vyui9S4ga1IUUYQ45DqQh9cZb2mWQ5OHWkkLmMx+ 5+FFSydw3b+A7byxOwyL9VmBwncuMBRBNszeVkUOl9JxJ6zMIqdahbcKr/Wdvg8sBGZYZb /n3Ux5omzQtWmWr0CeWJVSk5l6WPbbStbauOQ6hOvy3+cl360p+o5nB8F1lLNQqKF38tTk VCEc2OqrpgzF+J4DgrDpi/otkk5WHMHrjAPP5cbAtiTJlaSCnHM0oQxqZoaBZuUqMpzJCl ui9uY8OjlEnRGSOuea2XXH3G6p31WuLd660sPs/Iwa71d8xtB2X5r8NqbtjxqQ== 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=1775745118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dmSpz8huaWL1y/arz2meC4UxAmjNZc9sD8ROnU+VSlo=; b=LoAdkWJZm+4vxfQG4bdPJgHxF16ZD1d3h3tHe2Aiabq7wn5OdcSWLoouwzx+NOLs4BKHzN e55THyDd8C1CBtlAIsuCLePzoc8NxdCWqzVYynadZtO2Or+fwA+5z9xJ1+eD4TUACOUQve sBSEs1O7ddwpdFbcCzCIMgfzOyp6qg/ctvQKtXBVCXWOe2q5kltWbCft9V+Nas6v6Nd2cc 2ncdlcTl+madTGQPLUqQ8syh4tTUEqwNo+n3rYZtWtHGCqRmNFSrLpfAp8rq1oc0w+4/7U F6YExVFUm1NhWEBwcQvgBESFlQDpSJff6qAssxtiF7/QwjkW2woQsdnZBiwXkw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fs2SZ5nHzz1GBL for ; Thu, 09 Apr 2026 14:31:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3e2bc by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 09 Apr 2026 14:31:58 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Lexi Winter Subject: git: 0dd9c4abf0e5 - main - tools/build/Makefile: Always add md4.h to SYSINCS List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ivy X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0dd9c4abf0e56b9d4f6f7204a68b1475f2bbf1fc Auto-Submitted: auto-generated Date: Thu, 09 Apr 2026 14:31:58 +0000 Message-Id: <69d7b85e.3e2bc.642fd04a@gitrepo.freebsd.org> The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=0dd9c4abf0e56b9d4f6f7204a68b1475f2bbf1fc commit 0dd9c4abf0e56b9d4f6f7204a68b1475f2bbf1fc Author: Lexi Winter AuthorDate: 2026-04-09 14:30:20 +0000 Commit: Lexi Winter CommitDate: 2026-04-09 14:30:20 +0000 tools/build/Makefile: Always add md4.h to SYSINCS Since libmd was added to the bootstrap, building main on stable/14 fails because of an incompatibility in its old md4.h. Fix this by always including md4.h in the bootstrap headers, instead of only doing so when building on a non-FreeBSD host. Fixes: 50de0bf50512 ("flua: Always build as a bootstrap tool") Reported by: olce Reviewed by: olce, kevans Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D56327 --- tools/build/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/build/Makefile b/tools/build/Makefile index 604885dea4c8..f0856900b281 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -395,10 +395,8 @@ SYSINCS+= ${SRCTOP}/sys/sys/ctf.h SYSINCS+= ${SRCTOP}/sys/sys/kbio.h # for kldxref: SYSINCS+= ${SRCTOP}/sys/sys/module.h -.if ${.MAKE.OS} != "FreeBSD" # for libmd: SYSINCS+= ${SRCTOP}/sys/sys/md4.h -.endif # We want to run the build with only ${WORLDTMP} in $PATH to ensure we don't # accidentally run tools that are incompatible but happen to be in $PATH.