View | Details | Raw Unified | Return to bug 225480
Collapse All | Expand All

(-)openldap24-server/Makefile (+19 lines)
Lines 86-91 Link Here
86
OPTIONS_DEFINE+=	OUTLOOK
86
OPTIONS_DEFINE+=	OUTLOOK
87
OPTIONS_DEFINE+=	LASTBIND
87
OPTIONS_DEFINE+=	LASTBIND
88
OPTIONS_DEFINE+=	KQUEUE
88
OPTIONS_DEFINE+=	KQUEUE
89
OPTIONS_DEFINE+=	AUTOGROUP
89
90
90
OPTIONS_DEFAULT=	MDB SYNCPROV DYNAMIC_BACKENDS
91
OPTIONS_DEFAULT=	MDB SYNCPROV DYNAMIC_BACKENDS
91
92
Lines 132-137 Link Here
132
OUTLOOK_DESC=		Force caseIgnoreOrderingMatch on name attribute (experimental)
133
OUTLOOK_DESC=		Force caseIgnoreOrderingMatch on name attribute (experimental)
133
LASTBIND_DESC=		With lastbind overlay
134
LASTBIND_DESC=		With lastbind overlay
134
KQUEUE_DESC=		With kqueue support (experimental)
135
KQUEUE_DESC=		With kqueue support (experimental)
136
AUTOGROUP_DESC=	With autogroup overlay
135
.endif
137
.endif
136
138
137
.if defined(CLIENT_ONLY)
139
.if defined(CLIENT_ONLY)
Lines 475-480 Link Here
475
PLIST_SUB+=		LASTBIND="@comment "
477
PLIST_SUB+=		LASTBIND="@comment "
476
.endif
478
.endif
477
479
480
.if ${PORT_OPTIONS:MAUTOGROUP}
481
PLIST_SUB+=		AUTOGROUP=""
482
.else
483
PLIST_SUB+=		AUTOGROUP="@comment "
484
.endif
485
478
.if ${PORT_OPTIONS:MRLOOKUPS}
486
.if ${PORT_OPTIONS:MRLOOKUPS}
479
CONFIGURE_ARGS+=	--enable-rlookups
487
CONFIGURE_ARGS+=	--enable-rlookups
480
PLIST_SUB+=		RLOOKUPS=""
488
PLIST_SUB+=		RLOOKUPS=""
Lines 591-596 Link Here
591
		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \
599
		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \
592
		${MAKE_ARGS} prefix="${PREFIX}" all)
600
		${MAKE_ARGS} prefix="${PREFIX}" all)
593
.endif
601
.endif
602
.if ${PORT_OPTIONS:MAUTOGROUP}
603
	@(cd ${BUILD_WRKSRC}/contrib/slapd-modules/autogroup && \
604
		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \
605
		${MAKE_ARGS} prefix="${PREFIX}" all)
606
.endif
594
.endif
607
.endif
595
608
596
pre-install:
609
pre-install:
Lines 633-638 Link Here
633
		${MAKE_ARGS} prefix="${PREFIX}" install)
646
		${MAKE_ARGS} prefix="${PREFIX}" install)
634
	${RM} ${STAGEDIR}${PREFIX}/libexec/openldap/lastbind.a
647
	${RM} ${STAGEDIR}${PREFIX}/libexec/openldap/lastbind.a
635
.endif
648
.endif
649
.if ${PORT_OPTIONS:MAUTOGROUP}
650
	(cd ${WRKSRC}/contrib/slapd-modules/autogroup && \
651
		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \
652
		${MAKE_ARGS} prefix="${PREFIX}" install)
653
	${RM} ${STAGEDIR}${PREFIX}/libexec/openldap/autogroup.a
654
.endif
636
.if ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSMBPWD} || ${PORT_OPTIONS:MSHA2}
655
.if ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSMBPWD} || ${PORT_OPTIONS:MSHA2}
637
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/openldap/*.so
656
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/openldap/*.so
638
.endif
657
.endif
(-)openldap24-server/pkg-plist (+4 lines)
Lines 101-106 Link Here
101
%%LASTBIND%%libexec/openldap/lastbind.so
101
%%LASTBIND%%libexec/openldap/lastbind.so
102
%%LASTBIND%%libexec/openldap/lastbind.so.0
102
%%LASTBIND%%libexec/openldap/lastbind.so.0
103
%%LASTBIND%%libexec/openldap/lastbind.so.0.0.0
103
%%LASTBIND%%libexec/openldap/lastbind.so.0.0.0
104
%%AUTOGROUP%%libexec/openldap/autogroup.la
105
%%AUTOGROUP%%libexec/openldap/autogroup.so
106
%%AUTOGROUP%%libexec/openldap/autogroup.so.0
107
%%AUTOGROUP%%libexec/openldap/autogroup.so.0.0.0
104
libexec/slapd
108
libexec/slapd
105
man/man5/slapd-bdb.5.gz
109
man/man5/slapd-bdb.5.gz
106
man/man5/slapd-config.5.gz
110
man/man5/slapd-config.5.gz

Return to bug 225480