Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2026 10:47:05 +0000
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: b3a144d63902 - main - security/sssd2: Pass a correct path to realmd
Message-ID:  <69998d29.25631.315fda82@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

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

commit b3a144d639026bae0cab305d535dfadc61b6d3b9
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-02-21 10:46:33 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-02-21 10:47:00 +0000

    security/sssd2: Pass a correct path to realmd
---
 security/sssd2/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/security/sssd2/Makefile b/security/sssd2/Makefile
index f46bf6e8c971..442281ec5867 100644
--- a/security/sssd2/Makefile
+++ b/security/sssd2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sssd
 PORTVERSION=	2.12.0
+PORTREVISION=	1
 CATEGORIES=	security
 PKGNAMESUFFIX=	2
 
@@ -46,6 +47,7 @@ LIB_DEPENDS=	libcares.so:dns/c-ares \
 		libutf8proc.so:textproc/utf8proc
 
 RUN_DEPENDS=	adcli:net-mgmt/adcli \
+		realm:net-mgmt/realmd \
 		cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi \
 		nsupdate:dns/bind-tools
 
@@ -71,6 +73,8 @@ CONFIGURE_ARGS=	--disable-cifs-idmap-plugin \
 		--with-pid-path=/var/run \
 		--with-pipe-path=/var/run/sss/pipes \
 		--with-mcache-path=/var/db/sss/mc \
+		--with-adcli-path=${LOCALBASE}/sbin/adcli \
+		--with-realm-path=${LOCALBASE}/sbin/realm \
 		--with-environment-file=${LOCALBASE}/etc/sssd \
 		--with-xml-catalog-path=${LOCALBASE}/share/xml/catalog \
 		--with-krb5-plugin-path=${LOCALBASE}/lib/krb5/plugins/libkrb5 \
@@ -86,7 +90,6 @@ CONFIGURE_ARGS=	--disable-cifs-idmap-plugin \
 CONFIGURE_ENV=	KRB5_CONFIG="${KRB5CONFIG}" \
 		SOFTHSM2_PATH=${LOCALBASE}/lib/softhsm/libsofthsm2.so
 
-CPPFLAGS=	-DRENEWAL_PROG_PATH='\"${LOCALBASE}/sbin/adcli\"'
 LIBS=		-lintl
 
 PLIST_SUB=	PYTHON_VER=${PYTHON_VER} \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69998d29.25631.315fda82>