Date: Fri, 25 Apr 2025 02:43:28 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 07926f4e9dc8 - main - security/aide: Don't include e2fsprogs-core in without_acl flavor Message-ID: <202504250243.53P2hSlw039228@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=07926f4e9dc8765b60edb029dac3d8bdf6669eea commit 07926f4e9dc8765b60edb029dac3d8bdf6669eea Author: Michael Proto <mike@jellydonut.org> AuthorDate: 2025-04-24 22:48:51 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2025-04-25 02:40:48 +0000 security/aide: Don't include e2fsprogs-core in without_acl flavor PR: 286330 --- security/aide/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/aide/Makefile b/security/aide/Makefile index ec7acb4d0ada..c4ceac52b2a5 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -1,6 +1,6 @@ PORTNAME= aide PORTVERSION= 0.18.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://github.com/aide/aide/releases/download/v${PORTVERSION}/ @@ -9,8 +9,7 @@ COMMENT= File and directory integrity checker WWW= https://aide.github.io/ LIB_DEPENDS= libmhash.so:security/mhash \ - libpcre2-8.so:devel/pcre2 \ - libe2p.so:filesystems/e2fsprogs-core + libpcre2-8.so:devel/pcre2 USES= bison gmake localbase pkgconfig:build @@ -35,6 +34,7 @@ FLAVOR?= ${FLAVORS:[1]} .if ${FLAVOR:U} != without_acl CONFIGURE_ARGS+=--with-posix-acl \ --with-e2fsattrs +LIB_DEPENDS+= libe2p.so:filesystems/e2fsprogs-core .endif default_PKGNAMESUFFIX=home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504250243.53P2hSlw039228>
