diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-17 19:39:33 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-17 19:39:33 +0000 |
commit | c86e05972e941b8248675d1ecee98ed7181505e5 (patch) | |
tree | fa8334f2f4786eec8040a9f5150ae5c87d8b8011 /mail | |
parent | 221e01ca65a309496799442e42f45d598ff7c560 (diff) | |
download | FreeBSD-ports-c86e05972e941b8248675d1ecee98ed7181505e5.zip FreeBSD-ports-c86e05972e941b8248675d1ecee98ed7181505e5.tar.gz |
Disable LDAP support for now, because it appears that db3-3.2.9 linked with
libopenldap is being linked into evolution before our private static
db3-3.1.17, which again destabilises Evolution. Bump PORTREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-devel/Makefile | 10 | ||||
-rw-r--r-- | mail/evolution/Makefile | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index f290c58..0b673be 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail gnome MASTER_SITES= http://www.sleepycat.com/update/3.1.17/ \ ${MASTER_SITE_GNOME} @@ -17,8 +17,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ - ldap.2:${PORTSDIR}/net/openldap2 +LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf +# ldap.2:${PORTSDIR}/net/openldap2 .if !defined(WITHOUT_PILOT) BUILD_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits RUN_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits @@ -36,8 +36,8 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \ --with-db3-includes=${DB3_WRKSRC} \ --with-html-dir=${PREFIX}/share/gnome/html \ --with-openssl-includes=${OPENSSLBASE}/include \ - --with-openssl-libs=${OPENSSLBASE}/lib \ - --with-openldap=${LOCALBASE} + --with-openssl-libs=${OPENSSLBASE}/lib +# --with-openldap=${LOCALBASE} .if !defined(WITHOUT_PILOT) CONFIGURE_ARGS+= --with-pisock=${LOCALBASE}/pilot \ --enable-pilot-conduits=yes diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index f290c58..0b673be 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,7 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail gnome MASTER_SITES= http://www.sleepycat.com/update/3.1.17/ \ ${MASTER_SITE_GNOME} @@ -17,8 +17,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ - ldap.2:${PORTSDIR}/net/openldap2 +LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf +# ldap.2:${PORTSDIR}/net/openldap2 .if !defined(WITHOUT_PILOT) BUILD_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits RUN_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits @@ -36,8 +36,8 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \ --with-db3-includes=${DB3_WRKSRC} \ --with-html-dir=${PREFIX}/share/gnome/html \ --with-openssl-includes=${OPENSSLBASE}/include \ - --with-openssl-libs=${OPENSSLBASE}/lib \ - --with-openldap=${LOCALBASE} + --with-openssl-libs=${OPENSSLBASE}/lib +# --with-openldap=${LOCALBASE} .if !defined(WITHOUT_PILOT) CONFIGURE_ARGS+= --with-pisock=${LOCALBASE}/pilot \ --enable-pilot-conduits=yes |