Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2024 13:13:32 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0ac024cf489b - main - security/sssd2: Use proper path to adcli and add RUN_DEPENDS on it
Message-ID:  <202406071313.457DDWEw016866@gitrepo.freebsd.org>

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

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

commit 0ac024cf489b9dc11e822f266711c85d860092a4
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-06-07 13:12:53 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-06-07 13:13:27 +0000

    security/sssd2: Use proper path to adcli and add RUN_DEPENDS on it
    
    Sponsored by:   Serenity Cybersecurity, LLC
---
 security/sssd2/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/security/sssd2/Makefile b/security/sssd2/Makefile
index d0b7155fc26e..d2b6ca35c7ef 100644
--- a/security/sssd2/Makefile
+++ b/security/sssd2/Makefile
@@ -54,14 +54,14 @@ LIB_DEPENDS=	libcares.so:dns/c-ares \
 		libunistring.so:devel/libunistring \
 		libuuid.so:misc/e2fsprogs-libuuid
 
-RUN_DEPENDS=	cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi
+RUN_DEPENDS=	adcli:net-mgmt/adcli \
+		cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi
 
 USES=	autoreconf cpe gettext gmake gssapi:bootstrap,flags,mit iconv ldap \
 	libtool localbase:ldflags pathfix pkgconfig python:3.9+ shebangfix ssl
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 INSTALL_TARGET=	install-strip
 CPE_VENDOR=	fedoraproject
@@ -120,6 +120,7 @@ CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--with-python_prefix=${PREFIX} \
 		--with-unicode-lib=libunistring
 
+CPPFLAGS+=	-DRENEWAL_PROG_PATH='\"${LOCALBASE}/sbin/adcli\"'
 CFLAGS+=	-fstack-protector-all
 CFLAGS+=	-I${LOCALBASE}/include/samba4
 



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