forked from Lainports/freebsd-ports
The 4.X base system version of Kerberos is not supported, and does not
work with ximian-connector, so use security/heimdal even if Kerberos is in the base system on 4.X. PR: 73845 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us>
This commit is contained in:
parent
59fc5151e6
commit
245e8a7237
2 changed files with 2 additions and 16 deletions
|
|
@ -36,14 +36,7 @@ PLIST_SUB= VERSION="2.0" EVO_VERSION=${EVO_VERSION}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000 && defined(MAKE_KERBEROS5) && \
|
||||
exists(/usr/lib/libkrb5.so) && !defined(PACKAGE_BUILDING)
|
||||
CONFIGURE_ARGS+= --with-krb5=/usr
|
||||
.elif ( ${OSVERSION} < 500000 && !defined(MAKE_KERBEROS5) ) || \
|
||||
defined(PACKAGE_BUILDING)
|
||||
LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
|
||||
CONFIGURE_ARGS+= --with-krb5=${LOCALBASE}
|
||||
.elif ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \
|
||||
.if ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \
|
||||
exists(/usr/lib/libkrb5.so)
|
||||
CONFIGURE_ARGS+= --with-krb5=/usr
|
||||
.else
|
||||
|
|
|
|||
|
|
@ -36,14 +36,7 @@ PLIST_SUB= VERSION="2.0" EVO_VERSION=${EVO_VERSION}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000 && defined(MAKE_KERBEROS5) && \
|
||||
exists(/usr/lib/libkrb5.so) && !defined(PACKAGE_BUILDING)
|
||||
CONFIGURE_ARGS+= --with-krb5=/usr
|
||||
.elif ( ${OSVERSION} < 500000 && !defined(MAKE_KERBEROS5) ) || \
|
||||
defined(PACKAGE_BUILDING)
|
||||
LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
|
||||
CONFIGURE_ARGS+= --with-krb5=${LOCALBASE}
|
||||
.elif ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \
|
||||
.if ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \
|
||||
exists(/usr/lib/libkrb5.so)
|
||||
CONFIGURE_ARGS+= --with-krb5=/usr
|
||||
.else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue