- New option LDAP_PORT
This commit is contained in:
parent
bf3c76f53a
commit
38963399e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86970
3 changed files with 9 additions and 6 deletions
|
@ -21,6 +21,7 @@ GNU_CONFIGURE= YES
|
|||
CONFIGURE_ARGS+= --with-modules="${CONFIGURE_MODULES} pipe" \
|
||||
--with-dynmodules=""
|
||||
# --enable-debug
|
||||
LDAP_PORT?= net/openldap20-client
|
||||
|
||||
# use user config if possible
|
||||
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
|
||||
|
@ -86,8 +87,8 @@ describe:
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500043 && defined(WITH_LDAP)
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT}
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT}
|
||||
CONFIGURE_MODULES+= "ldap"
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -21,6 +21,7 @@ GNU_CONFIGURE= YES
|
|||
CONFIGURE_ARGS+= --with-modules="${CONFIGURE_MODULES} pipe" \
|
||||
--with-dynmodules=""
|
||||
# --enable-debug
|
||||
LDAP_PORT?= net/openldap20-client
|
||||
|
||||
# use user config if possible
|
||||
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
|
||||
|
@ -86,8 +87,8 @@ describe:
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500043 && defined(WITH_LDAP)
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT}
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT}
|
||||
CONFIGURE_MODULES+= "ldap"
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -21,6 +21,7 @@ GNU_CONFIGURE= YES
|
|||
CONFIGURE_ARGS+= --with-modules="${CONFIGURE_MODULES} pipe" \
|
||||
--with-dynmodules=""
|
||||
# --enable-debug
|
||||
LDAP_PORT?= net/openldap20-client
|
||||
|
||||
# use user config if possible
|
||||
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
|
||||
|
@ -86,8 +87,8 @@ describe:
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500043 && defined(WITH_LDAP)
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT}
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT}
|
||||
CONFIGURE_MODULES+= "ldap"
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue