FreeBSD Bugzilla – Attachment 87051 Details for
Bug 123602
[PATCH] Change default OpenLDAP version to 2.4.x series in ports/Mk/bsd.port.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
exp-bsd.port.mk.diff
exp-bsd.port.mk.diff (text/plain), 1.45 KB, created by
Xin LI
on 2008-05-12 06:50:00 UTC
(
hide
)
Description:
exp-bsd.port.mk.diff
Filename:
MIME Type:
Creator:
Xin LI
Created:
2008-05-12 06:50:00 UTC
Size:
1.45 KB
patch
obsolete
>Index: bsd.port.mk >=================================================================== >RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v >retrieving revision 1.592 >diff -u -p -r1.592 bsd.port.mk >--- bsd.port.mk 14 Apr 2008 16:46:41 -0000 1.592 >+++ bsd.port.mk 7 May 2008 20:57:07 -0000 >@@ -399,9 +399,9 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org > # USE_OPENSSL - If set, this port relies on the OpenSSL package. > ## > # USE_OPENLDAP - If set, this port uses the OpenLDAP libraries. >-# Implies: WANT_OPENLDAP_VER?=23 >+# Implies: WANT_OPENLDAP_VER?=24 > # WANT_OPENLDAP_VER >-# - Legal values are: 22, 23, 24 >+# - Legal values are: 23, 24 > # If set to an unkown value, the port is marked BROKEN. > # WANT_OPENLDAP_SASL > # - If set, the system should use OpenLDAP libraries >@@ -1531,7 +1531,7 @@ PERL= ${LOCALBASE}/bin/perl > # Location of mounted CDROM(s) to search for files > CD_MOUNTPTS?= /cdrom ${CD_MOUNTPT} > >-WANT_OPENLDAP_VER?= 23 >+WANT_OPENLDAP_VER?= 24 > > # Owner and group of the WWW user > WWWOWN?= www >@@ -1687,9 +1687,7 @@ _OPENLDAP_FLAVOUR= -sasl > .else > _OPENLDAP_FLAVOUR= > .endif >-.if ${WANT_OPENLDAP_VER} == 22 >-LIB_DEPENDS+= ldap-2.2.7:${PORTSDIR}/net/openldap22${_OPENLDAP_FLAVOUR}-client >-.elif ${WANT_OPENLDAP_VER} == 23 >+.if ${WANT_OPENLDAP_VER} == 23 > LIB_DEPENDS+= ldap-2.3.2:${PORTSDIR}/net/openldap23${_OPENLDAP_FLAVOUR}-client > .elif ${WANT_OPENLDAP_VER} == 24 > LIB_DEPENDS+= ldap-2.4.2:${PORTSDIR}/net/openldap24${_OPENLDAP_FLAVOUR}-client
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 123602
: 87051