summaryrefslogtreecommitdiff
path: root/security/sssd2/Makefile
blob: 3c4f642a401b2270c1624de684b3bbcd898e2de8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
PORTNAME=	sssd
PORTVERSION=	2.9.6
PORTREVISION=	3
CATEGORIES=	security
PKGNAMESUFFIX=	2

MAINTAINER=	jhixson@FreeBSD.org
COMMENT=	System Security Services Daemon
WWW=		https://sssd.io/

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

CONFLICTS_INSTALL?=	sssd*

BUILD_DEPENDS=	${PY_SETUPTOOLS} \
		bash:shells/bash \
		docbook-xsl>=1:textproc/docbook-xsl \
		p11-kit:security/p11-kit \
		nsupdate:dns/bind-tools \
		xmlcatalog:textproc/libxml2 \
		xmlcatmgr:textproc/xmlcatmgr \
		xsltproc:textproc/libxslt

LIB_DEPENDS=	libcares.so:dns/c-ares \
		libcurl.so:ftp/curl \
		libdbus-1.so:devel/dbus \
		libdhash.so:devel/ding-libs \
		libfido2.so:security/libfido2 \
		libinotify.so:devel/libinotify \
		libjansson.so:devel/jansson \
		libjose.so:net/jose \
		libldb.so:${SAMBA_LDB_PORT} \
		libndr-krb5pac.so:${SAMBA_PORT} \
		libndr-nbt.so:${SAMBA_PORT} \
		libndr-standard.so:${SAMBA_PORT} \
		libndr.so:${SAMBA_PORT} \
		libp11-kit.so:security/p11-kit \
		libpcre2-8.so:devel/pcre2 \
		libpopt.so:devel/popt \
		libsamba-util.so:${SAMBA_PORT} \
		libsasl2.so:security/cyrus-sasl2 \
		libsmbclient.so:${SAMBA_PORT} \
		libtalloc.so:${SAMBA_TALLOC_PORT} \
		libtdb.so:${SAMBA_TDB_PORT} \
		libtevent.so:${SAMBA_TEVENT_PORT} \
		libunistring.so:devel/libunistring \
		libuuid.so:misc/e2fsprogs-libuuid

RUN_DEPENDS=	adcli:net-mgmt/adcli \
		cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi

USES=	autoreconf cpe gettext gmake gssapi:flags,mit iconv ldap \
	libtool localbase:ldflags pathfix pkgconfig python:3.9+ samba:env \
	shebangfix ssl

USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip
CPE_VENDOR=	fedoraproject

CONFIGURE_ARGS=	--disable-dependency-tracking \
		--datadir=${DATADIR} \
		--localstatedir=/var \
		--disable-nls \
		--disable-cifs-idmap-plugin \
		--disable-valgrind \
		--disable-systemtap \
		--enable-pammoddir=${PREFIX}/lib \
		--enable-ldb-version-check \
		--enable-pac-responder \
		--with-db-path=/var/db/sss/db \
		--with-os=freebsd \
		--with-plugin-path=${LOCALBASE}/lib/sssd \
		--with-pubconf-path=/var/db/sss/pubconf  \
		--with-pid-path=/var/run \
		--with-pipe-path=/var/run/sss/pipes \
		--with-mcache-path=/var/db/sss/mc \
		--with-environment-file=${LOCALBASE}/etc/sssd \
		--with-init-dir=no \
		--with-manpages \
		--with-xml-catalog-path=${LOCALBASE}/share/xml/catalog \
		--with-krb5-plugin-path=${LOCALBASE}/lib/krb5/plugins/libkrb5 \
		--with-krb5authdata-plugin-path=${LOCALBASE}/lib/krb5/plugins/authdata \
		--with-krb5-conf=/etc/krb5.conf \
		--without-python2-bindings \
		--with-winbind-plugin-path=${LOCALBASE}/lib/samba4/modules/idmap \
		--without-selinux \
		--with-gpo-cache-path=/var/db/sss/gpo_cache  \
		--without-semanage \
		--with-app-libs=${LOCALBASE}/lib/sssd/modules \
		--without-autofs \
		--with-files-provider \
		--with-passkey \
		--with-samba \
		--without-nfsv4-idmapd-plugin \
		--with-secrets-db-path=/var/lib/sss/secrets \
		--with-kcm \
		--with-oidc-child \
		--with-ldb-lib-dir=${LOCALBASE}/lib/shared-modules/ldb \
		--with-smb-idmap-interface-version=6 \
		--without-libnl \
		--with-nscd-conf=/etc/nscd.conf \
		--with-python_prefix=${PREFIX}
CONFIGURE_ENV=	KRB5_CONFIG="${KRB5CONFIG}"

CPPFLAGS+=	-DRENEWAL_PROG_PATH='\"${LOCALBASE}/sbin/adcli\"'
CFLAGS+=	-fstack-protector-all
LIBS+=		-linotify -lintl

PLIST_SUB=	PYTHON_VER=${PYTHON_VER}
MAKE_ENV=	MAKELEVEL=0 LINGUAS="bg de eu es fr hu id it ja nb nl pl pt ru sv tg tr uk zh_CN zh_TW"
SUB_FILES=	pkg-message

BINARY_ALIAS=	python3=python${PYTHON_VER}
SHEBANG_FILES=	sbus_generate.sh.in \
		src/tools/analyzer/sss_analyze \
		src/tools/sss_obfuscate \
		src/config/SSSDConfigTest.py \
		src/tests/*.py \
		src/tests/cwrap/cwrap_test_setup.sh \
		src/tests/whitespace_test \
		src/tests/multihost/data/memcachesize.py \
		src/tests/double_semicolon_test \
		scripts/release.sh \
		contrib/git/pre-push \
		contrib/ci/rpm-spec-builddeps \
		contrib/ci/clean \
		contrib/ci/valgrind-condense \
		contrib/ci/run-multihost \
		contrib/ci/run \
		contrib/ci/get-matrix.py \
		contrib/vagrant/bootstrap.sh \
		contrib/fedora/make_srpm.sh

USE_RC_SUBR=	${PORTNAME}

USE_GITHUB=yes
GH_ACCOUNT=sssd

post-patch:
	@${REINPLACE_CMD} -e 's|/usr/bin/|${PREFIX}/bin/|g' \
		-e 's|/var/lib/sss/pubconf/|/var/db/sss/pubconf/|g' \
		${WRKSRC}/src/man/sss_ssh_knownhostsproxy.1.xml \
		${WRKSRC}/src/man/po/*.po || true
	@${REINPLACE_CMD} -e 's|/etc/sssd/|${ETCDIR}/|g' \
		-e 's|/etc/openldap/|${LOCALBASE}/etc/openldap/|g' \
		${WRKSRC}/src/man/*xml || true
	@${CP} ${FILESDIR}/sss_bsd_errno.h ${WRKSRC}/src/util/sss_bsd_errno.h
	@${CP} ${FILESDIR}/bsdnss.c ${WRKSRC}/src/sss_client/bsdnss.c

post-install:
	${INSTALL_DATA} ${WRKSRC}/src/examples/sssd-example.conf \
		${STAGEDIR}${ETCDIR}/sssd.conf.sample
	${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/system.d
	${INSTALL_DATA} ${WRKSRC}/src/responder/ifp/org.freedesktop.sssd.infopipe.conf \
		${STAGEDIR}${PREFIX}/share/dbus-1/system.d/org.freedesktop.sssd.infopipe.conf
	${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/system-services
	${INSTALL_DATA} ${WRKSRC}/src/responder/ifp/org.freedesktop.sssd.infopipe.service \
		${STAGEDIR}${PREFIX}/share/dbus-1/system-services/org.freedesktop.sssd.infopipe.service
	${LN} -sf libnss_sss.so.2 ${STAGEDIR}${PREFIX}/lib/nss_sss.so.1

.include <bsd.port.mk>