git: 21419de0a45d - stable/15 - packages: Don't build quotacheck if WITHOUT_QUOTAS=yes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jul 2026 13:07:55 UTC
The branch stable/15 has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=21419de0a45dca22a950555c82fe14b6d5192a46
commit 21419de0a45dca22a950555c82fe14b6d5192a46
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2026-04-27 05:45:48 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2026-07-25 13:01:23 +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
(cherry picked from commit 221b1d4156a2bfe71a473e5abf6a739c063e60d8)
---
packages/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/Makefile b/packages/Makefile
index 07d9f0f9e3de..269ea2a07649 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -61,7 +61,6 @@ SUBDIR= blocklist \
periodic \
powerd \
ppp \
- quotacheck \
rc \
rcmds \
resolvconf \
@@ -140,6 +139,7 @@ SUBDIR.${MK_OPENSSH}+= ssh
SUBDIR.${MK_OPENSSL}+= openssl
SUBDIR.${MK_PKGBOOTSTRAP}+= pkg-bootstrap
SUBDIR.${MK_PMC}+= pmc
+SUBDIR.${MK_QUOTAS}+= quotacheck
SUBDIR.${MK_RESCUE}+= rescue
SUBDIR.${MK_SENDMAIL}+= sendmail libmilter
SUBDIR.${MK_SOUND}+= sound