Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 05:47:18 +0000
From:      Lexi Winter <ivy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 221b1d4156a2 - main - packages: Don't build quotacheck if WITHOUT_QUOTAS=yes
Message-ID:  <69eef866.20269.1d1fde5c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ivy:

URL: https://cgit.FreeBSD.org/src/commit/?id=221b1d4156a2bfe71a473e5abf6a739c063e60d8

commit 221b1d4156a2bfe71a473e5abf6a739c063e60d8
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2026-04-27 05:45:48 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2026-04-27 05:45:48 +0000

    packages: Don't build quotacheck if WITHOUT_QUOTAS=yes
    
    PR:     294775
    Fixes:  bb75b0d581f7 ("packages: Convert world to a subdir build")
    MFC after:      2 weeks
    Reported by:    Alastair Hogge <agh@riseup.net>
    Sponsored by:   https://www.patreon.com/bsdivy
    Differential Revision:  https://reviews.freebsd.org/D56635
---
 packages/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/Makefile b/packages/Makefile
index ba70a38880e0..3c189770dac5 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -61,7 +61,6 @@ SUBDIR=	blocklist \
 	periodic \
 	powerd \
 	ppp \
-	quotacheck \
 	rc \
 	rcmds \
 	resolvconf \
@@ -141,6 +140,7 @@ SUBDIR.${MK_OPENSSL}+=		openssl
 SUBDIR.${MK_PKGBOOTSTRAP}+=	pkg-bootstrap
 SUBDIR.${MK_PKGCONF}+=		pkgconf
 SUBDIR.${MK_PMC}+=		pmc
+SUBDIR.${MK_QUOTAS}+=		quotacheck
 SUBDIR.${MK_RESCUE}+=		rescue
 SUBDIR.${MK_SENDMAIL}+=		sendmail libmilter
 SUBDIR.${MK_SOUND}+=		sound


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eef866.20269.1d1fde5c>