Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2026 15:46:49 +0000
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 073245406ee3 - main - Mk/Scripts/qa.sh: USES=fam is gone
Message-ID:  <696d0069.31fa1.37ba8995@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=073245406ee3929a312abfd542be1a0c8ce5c378

commit 073245406ee3929a312abfd542be1a0c8ce5c378
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2026-01-18 15:45:04 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2026-01-18 15:45:04 +0000

    Mk/Scripts/qa.sh: USES=fam is gone
---
 Mk/Scripts/qa.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 9c351420f607..bb7aa8116847 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -569,9 +569,6 @@ proxydeps_suggest_uses() {
 	# bdb
 	elif expr ${pkg} : "^databases/db[456]" > /dev/null; then
 		warn "you need USES+=bdb"
-	# fam/gamin
-	elif [ ${pkg} = "devel/fam" -o ${pkg} = "devel/gamin" ]; then
-		warn "you need USES+=fam"
 	# firebird
 	elif [ ${pkg} = "databases/firebird25-client" ]; then
 		warn "you need USES+=firebird"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696d0069.31fa1.37ba8995>