Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2025 01:36:41 GMT
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 32cf046d7ffd - main - sysutils/lsof: update ignore to suggest setting SRC_BASE.
Message-ID:  <202502050136.5151afLK025836@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ler:

URL: https://cgit.FreeBSD.org/ports/commit/?id=32cf046d7ffdaad3122d6db980e7a815324c424a

commit 32cf046d7ffdaad3122d6db980e7a815324c424a
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2025-02-05 01:35:10 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2025-02-05 01:36:37 +0000

    sysutils/lsof: update ignore to suggest setting SRC_BASE.
    
    Reported by:    emaste
---
 sysutils/lsof/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 66bb97052ae9..e888fb6dade3 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -52,7 +52,7 @@ CONFIGURE_ENV+=	LSOF_CFGL="-lzfs -lzpool"
 .endif
 
 .if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
-IGNORE+=	requires kernel sources
+IGNORE+=	requires kernel sources (or set SRC_BASE)
 .endif
 
 do-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502050136.5151afLK025836>