summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-07 02:22:17 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-07 02:22:17 +0800
commitb5107437acf897ecad78a66aa6df13466b57ff1a (patch)
treebf8f1bb8b68232fbe4308be735b4b1347c69ac0f /databases
parent790914a7725a0edb8fd11e7a0efb2046ea724107 (diff)
downloadmarcuscom-ports-b5107437acf897ecad78a66aa6df13466b57ff1a.tar
marcuscom-ports-b5107437acf897ecad78a66aa6df13466b57ff1a.tar.gz
marcuscom-ports-b5107437acf897ecad78a66aa6df13466b57ff1a.tar.bz2
marcuscom-ports-b5107437acf897ecad78a66aa6df13466b57ff1a.tar.lz
marcuscom-ports-b5107437acf897ecad78a66aa6df13466b57ff1a.tar.xz
marcuscom-ports-b5107437acf897ecad78a66aa6df13466b57ff1a.tar.zst
marcuscom-ports-b5107437acf897ecad78a66aa6df13466b57ff1a.zip
Remove WITHOUT_LDAP and always have LDAP enable. The WITHOUT_LDAP gains
nothing, but cause problems for the other apps that depend on this port. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4193 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r--databases/evolution-data-server/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index 19049ff9f..a0ae99108 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/evolution-data-server/Makefile,v 1.48 2005/07/01 17:55:37 marcus Exp $
+# $MCom: ports/databases/evolution-data-server/Makefile,v 1.49 2005/07/03 22:19:35 kwm Exp $
#
PORTNAME= evolution-data-server
@@ -25,11 +25,13 @@ USE_GMAKE= yes
USE_BISON= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnomeui
+USE_OPENLDAP= yes
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static \
--enable-nss=yes \
+ --with-openldap=yes \
--with-nss-includes=${LOCALBASE}/include/nss/nss \
--with-nss-libs=${LOCALBASE}/lib \
--with-nspr-includes=${LOCALBASE}/include/nspr \
@@ -46,13 +48,6 @@ PLIST_SUB= VERSION="1.4" EVO_VERSION="1.2"
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libedataserver_e-msgport.c
.endif
-.if !defined(WITHOUT_LDAP)
-USE_OPENLDAP= yes
-CONFIGURE_ARGS+=--with-openldap=yes
-.else
-CONFIGURE_ARGS+=--with-openldap=no
-.endif
-
.if ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \
exists(/usr/lib/libkrb5.so)
CONFIGURE_ARGS+= --with-krb5=/usr
@@ -65,10 +60,4 @@ CONFIGURE_ARGS+= --with-krb5=${LOCALBASE}
.endif
.endif
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} "evolution-data-server has the following configurable option(s):"
- @${ECHO_MSG} " WITHOUT_LDAP Disable LDAP support"
- @${ECHO_MSG} ""
-
.include <bsd.port.post.mk>