FreeBSD Bugzilla – Attachment 18216 Details for
Bug 32838
Add LDAP support to mail/evolution
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.10 KB, created by
Joe Marcus Clarke
on 2001-12-14 21:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Joe Marcus Clarke
Created:
2001-12-14 21:30:00 UTC
Size:
1.10 KB
patch
obsolete
>--- Makefile.orig Fri Dec 14 16:19:05 2001 >+++ Makefile Fri Dec 14 16:20:17 2001 >@@ -7,7 +7,7 @@ > > PORTNAME= evolution > PORTVERSION= 1.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= mail gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= unstable/sources/evolution >@@ -16,8 +16,9 @@ > > BUILD_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits > LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf >-#ldap.1:${PORTSDIR}/net/openldap <- avoid extra dependency until >-# it actually works >+.if defined(WITH_LDAP) >+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 >+.endif > RUN_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits > > #BROKEN= "Out of sync with latest gal" >@@ -33,6 +34,9 @@ > --with-openssl-includes=${OPENSSLBASE}/include \ > --with-openssl-libs=${OPENSSLBASE}/lib \ > --with-pisock=${LOCALBASE}/pilot --enable-pilot-conduits=yes >+.if defined(WITH_LDAP) >+CONFIGURE_ARGS+= --with-openldap=/usr/local >+.endif > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LIBS="-L${LOCALBASE}/lib"
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 32838
: 18216