Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 19:26:21 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bbc07a977f63 - main - devel/basu: unbreak with --auto-features=enabled
Message-ID:  <202303201926.32KJQLu7050278@gitrepo.freebsd.org>

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

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

commit bbc07a977f6326fb98d5e034030d0c0a28594c47
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:00:05 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:25:44 +0000

    devel/basu: unbreak with --auto-features=enabled
    
    meson.build:239:0: ERROR: Dependency lookup for libcap with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.
    meson.build:243:0: ERROR: Dependency lookup for audit with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.
    
    PR:             270361
---
 devel/basu/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/basu/Makefile b/devel/basu/Makefile
index 12a42ed4003f..a61510b77fb9 100644
--- a/devel/basu/Makefile
+++ b/devel/basu/Makefile
@@ -14,5 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL2.1
 USES=		compiler:c11 gperf meson python:build shebangfix
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	src/basic/generate-gperfs.py
+MESON_ARGS=	-Daudit=disabled -Dlibcap=disabled
 
 .include <bsd.port.mk>



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