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

Collapse All | Expand All

(-)b/security/krb5-120/Makefile (-1 / +3 lines)
Lines 38-44 CPE_VERSION= 5-${PORTVERSION} Link Here
38
CPE_PRODUCT=		kerberos
38
CPE_PRODUCT=		kerberos
39
39
40
OPTIONS_DEFINE=		EXAMPLES NLS KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP LMDB
40
OPTIONS_DEFINE=		EXAMPLES NLS KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP LMDB
41
OPTIONS_DEFAULT=	KRB5_PDF KRB5_HTML READLINE
41
OPTIONS_DEFAULT=	KRB5_PDF KRB5_HTML READLINE ${OPTIONS_SLAVE}
42
OPTIONS_RADIO=		CMD_LINE_EDITING
42
OPTIONS_RADIO=		CMD_LINE_EDITING
43
OPTIONS_RADIO_CMD_LINE_EDITING=	READLINE LIBEDIT LIBEDIT_BASE
43
OPTIONS_RADIO_CMD_LINE_EDITING=	READLINE LIBEDIT LIBEDIT_BASE
44
CMD_LINE_EDITING_DESC=	Command line editing for kadmin and ktutil
44
CMD_LINE_EDITING_DESC=	Command line editing for kadmin and ktutil
Lines 52-58 LDAP_CONFIGURE_WITH= ldap Link Here
52
LMDB_DESC=		OpenLDAP Lightning Memory-Mapped Database support
52
LMDB_DESC=		OpenLDAP Lightning Memory-Mapped Database support
53
LMDB_CONFIGURE_WITH=	lmdb
53
LMDB_CONFIGURE_WITH=	lmdb
54
LMDB_LIB_DEPENDS=	liblmdb.so:databases/lmdb
54
LMDB_LIB_DEPENDS=	liblmdb.so:databases/lmdb
55
.if ${SLAVE_PORT:U} != ldap
55
LMDB_IMPLIES=		LDAP
56
LMDB_IMPLIES=		LDAP
57
.endif
56
NLS_USES=		gettext
58
NLS_USES=		gettext
57
NLS_CONFIGURE_OFF=	--disable-nls
59
NLS_CONFIGURE_OFF=	--disable-nls
58
READLINE_USES=		readline
60
READLINE_USES=		readline
(-)b/security/krb5-121/Makefile (-1 / +3 lines)
Lines 38-44 CPE_VERSION= 5-${PORTVERSION} Link Here
38
CPE_PRODUCT=		kerberos
38
CPE_PRODUCT=		kerberos
39
39
40
OPTIONS_DEFINE=		EXAMPLES NLS KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP LMDB
40
OPTIONS_DEFINE=		EXAMPLES NLS KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP LMDB
41
OPTIONS_DEFAULT=	KRB5_PDF KRB5_HTML READLINE
41
OPTIONS_DEFAULT=	KRB5_PDF KRB5_HTML READLINE ${OPTIONS_SLAVE}
42
OPTIONS_RADIO=		CMD_LINE_EDITING
42
OPTIONS_RADIO=		CMD_LINE_EDITING
43
OPTIONS_RADIO_CMD_LINE_EDITING=	READLINE LIBEDIT LIBEDIT_BASE
43
OPTIONS_RADIO_CMD_LINE_EDITING=	READLINE LIBEDIT LIBEDIT_BASE
44
CMD_LINE_EDITING_DESC=	Command line editing for kadmin and ktutil
44
CMD_LINE_EDITING_DESC=	Command line editing for kadmin and ktutil
Lines 52-58 LDAP_CONFIGURE_WITH= ldap Link Here
52
LMDB_DESC=		OpenLDAP Lightning Memory-Mapped Database support
52
LMDB_DESC=		OpenLDAP Lightning Memory-Mapped Database support
53
LMDB_CONFIGURE_WITH=	lmdb
53
LMDB_CONFIGURE_WITH=	lmdb
54
LMDB_LIB_DEPENDS=	liblmdb.so:databases/lmdb
54
LMDB_LIB_DEPENDS=	liblmdb.so:databases/lmdb
55
.if ${SLAVE_PORT:U} != ldap
55
LMDB_IMPLIES=		LDAP
56
LMDB_IMPLIES=		LDAP
57
.endif
56
NLS_USES=		gettext
58
NLS_USES=		gettext
57
NLS_CONFIGURE_OFF=	--disable-nls
59
NLS_CONFIGURE_OFF=	--disable-nls
58
READLINE_USES=		readline
60
READLINE_USES=		readline
(-)b/security/krb5-ldap-120/Makefile (+8 lines)
Added Link Here
1
PORTNAME=	krb5
2
PKGNAMESUFFIX=	-ldap
3
4
OPTIONS_SLAVE+=	LDAP
5
SLAVE_PORT=	ldap
6
MASTERDIR=	${.CURDIR}/../krb5-120
7
8
.include "${MASTERDIR}/Makefile"
(-)b/security/krb5-ldap-121/Makefile (+8 lines)
Added Link Here
1
PORTNAME=	krb5
2
PKGNAMESUFFIX=	-ldap
3
4
OPTIONS_SLAVE+=	LDAP
5
SLAVE_PORT=	ldap
6
MASTERDIR=	${.CURDIR}/../krb5-121
7
8
.include "${MASTERDIR}/Makefile"
(-)b/security/krb5-ldap/Makefile (-1 / +8 lines)
Added Link Here
0
- 
1
VERSIONS=		120 121
2
# When changing this, remember to build test security/sssd with SMB=on
3
# Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244778
4
KRB5_VERSION?=		121
5
6
MASTERDIR=		${.CURDIR}/../krb5-ldap-${KRB5_VERSION}
7
8
.include "${MASTERDIR}/Makefile"

Return to bug 277015