1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

Add OpenLDAP2 support if WITH_LDAP is defined - this is a candidate for

turning into a WITHOUT_LDAP switch to abide by accepted GNOME bloatware
standards.

PR:		32838
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
Ade Lovett 2002-02-13 05:03:22 +00:00
parent 1d25b2294b
commit 90be146649
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54647
2 changed files with 18 additions and 8 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= evolution
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.sleepycat.com/update/3.1.17/:db \
${MASTER_SITE_GNOME}
@ -18,15 +19,15 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \
nss3.1:${PORTSDIR}/security/nss
# ldap.2:${PORTSDIR}/net/openldap2
.if defined(WITH_LDAP}
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
.endif
RUN_DEPENDS= gnome-spell-component:${PORTSDIR}/textproc/gnomespell
.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
.endif
#BROKEN= "Out of sync with latest gal"
USE_GMAKE= yes
USE_BISON= yes
USE_X_PREFIX= yes
@ -40,7 +41,11 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \
--with-nspr-libs=${LOCALBASE}/lib \
--with-nss-includes=${LOCALBASE}/include/nss/security \
--with-nss-libs=${LOCALBASE}/lib
# --with-openldap=${LOCALBASE}
.if defined(WITH_LDAP)
CONFIGURE_ARGS+= --with-openldap=${LOCALBASE}
.endif
.if !defined(WITHOUT_PILOT)
CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \
--enable-pilot-conduits=yes

View File

@ -7,6 +7,7 @@
PORTNAME= evolution
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.sleepycat.com/update/3.1.17/:db \
${MASTER_SITE_GNOME}
@ -18,15 +19,15 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \
nss3.1:${PORTSDIR}/security/nss
# ldap.2:${PORTSDIR}/net/openldap2
.if defined(WITH_LDAP}
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
.endif
RUN_DEPENDS= gnome-spell-component:${PORTSDIR}/textproc/gnomespell
.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
.endif
#BROKEN= "Out of sync with latest gal"
USE_GMAKE= yes
USE_BISON= yes
USE_X_PREFIX= yes
@ -40,7 +41,11 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \
--with-nspr-libs=${LOCALBASE}/lib \
--with-nss-includes=${LOCALBASE}/include/nss/security \
--with-nss-libs=${LOCALBASE}/lib
# --with-openldap=${LOCALBASE}
.if defined(WITH_LDAP)
CONFIGURE_ARGS+= --with-openldap=${LOCALBASE}
.endif
.if !defined(WITHOUT_PILOT)
CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \
--enable-pilot-conduits=yes