View | Details | Raw Unified | Return to bug 238938 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+10 lines)
Lines 15-21 Link Here
15
LICENSE_FILE=	${WRKSRC}/doc/LICENSE
15
LICENSE_FILE=	${WRKSRC}/doc/LICENSE
16
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
16
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
17
18
FLAVORS=	default sssd
19
18
USES=		cpe libtool
20
USES=		cpe libtool
21
22
default_CONFLICTS_INSTALL=	sudo-sssd
23
sssd_CONFLICTS_INSTALL=		sudo
24
sssd_PKGNAMESUFFIX=		-sssd
25
19
CPE_VENDOR=	todd_miller
26
CPE_VENDOR=	todd_miller
20
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
21
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
Lines 33-38 Link Here
33
		AUDIT OPIE PAM NLS SSSD DOCS EXAMPLES
40
		AUDIT OPIE PAM NLS SSSD DOCS EXAMPLES
34
OPTIONS_RADIO=	KERBEROS
41
OPTIONS_RADIO=	KERBEROS
35
OPTIONS_DEFAULT=	AUDIT PAM
42
OPTIONS_DEFAULT=	AUDIT PAM
43
.if ${FLAVOR:U} == sssd
44
OPTIONS_DEFAULT+=	SSSD
45
.endif
36
OPTIONS_SUB=	yes
46
OPTIONS_SUB=	yes
37
47
38
INSULTS_DESC=	Enable insults on failures
48
INSULTS_DESC=	Enable insults on failures

Return to bug 238938