Fix wantlib after OpenLDAP upgrade

spotted by landry@
This commit is contained in:
pea 2011-01-07 10:27:20 +00:00
parent d8e2f5d8db
commit ead0a13e53
4 changed files with 12 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.77 2010/11/26 14:50:10 espie Exp $
# $OpenBSD: Makefile,v 1.78 2011/01/07 10:27:20 pea Exp $
SHARED_ONLY= Yes
@ -6,6 +6,7 @@ COMMENT= data backends for the Evolution mail/PIM suite
GNOME_PROJECT= evolution-data-server
GNOME_VERSION= 2.32.1
REVISION= 0
CATEGORIES= databases
@ -40,7 +41,7 @@ WANTLIB += gthread-2.0 gtk-x11-2.0 krb5 m nspr4 pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 plc4 plds4 png proxy pthread
WANTLIB += pthread-stubs sasl2 soup-2.4 soup-gnome-2.4 sqlite3
WANTLIB += ssl tasn1 xcb xcb-render xml2 z nssutil3
WANTLIB += db ldap-2.3 lber-2.3 gpg-error gnutls nss3>=19 smime3 ssl3 ical
WANTLIB += db ldap lber gpg-error gnutls nss3>=19 smime3 ssl3 ical
WANTLIB += icalss icalvcal gnome-keyring>=6 gweather gdata
WANTLIB += GL Xxf86vm drm xcb-shm

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.116 2010/11/19 07:23:06 espie Exp $
# $OpenBSD: Makefile,v 1.117 2011/01/07 10:31:16 pea Exp $
COMMENT-main= integrated email and PIM software for GNOME
COMMENT-plugins= additionnal plugins for evolution
GNOME_PROJECT= evolution
GNOME_VERSION= 2.32.1
REVISION-main= 0
# Only get the first x.y which is needed in the PLIST.
# NOTE: when major version changes, increment EVO_VERSION accordingly
@ -65,7 +66,7 @@ WANTLIB += icalss icalvcal nssutil3 softokn3 xcb-shm
WANTLIB-main += ${WANTLIB} vorbisfile canberra-gtk
WANTLIB-main += gweather icalss icalvcal ogg db gtkimageview
WANTLIB-main += icalss icalvcal ldap-2.3 ltdl ogg pst softokn3
WANTLIB-main += icalss icalvcal ldap ltdl ogg pst softokn3
WANTLIB-main += ebackend-1.2 egroupwise-1.2 vorbis
WANTLIB-main += canberra-gtk ltdl ogg vorbis vorbisfile

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.59 2010/12/27 14:50:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.60 2011/01/07 10:36:35 pea Exp $
COMMENT-main= MS Exchange groupware suite replacement
COMMENT-web= zarafa webaccess frontend and MAPI extensions for PHP
@ -7,7 +7,7 @@ PKGNAME= zarafa-${V}
PKGNAME-main= zarafa-${V}
PKGNAME-web= zarafa-webaccess-${V}
REVISION-main= 2
REVISION-main= 3
CATEGORIES= mail www productivity
@ -33,7 +33,7 @@ BUILD_DEPENDS= www/php5/core \
WANTLIB-main = ${MODGETTEXT_WANTLIB}
WANTLIB-main += asn1 c com_err crypto gssapi krb5 m ncurses pthread ssl
WANTLIB-main += sasl2 stdc++ z xml2 mysqlclient lber-2.3 ldap-2.3 uuid execinfo
WANTLIB-main += sasl2 stdc++ z xml2 mysqlclient lber ldap uuid execinfo
WANTLIB-main += vmime-zarafa ical icalss
LIB_DEPENDS-main= ${MODGETTEXT_LIB_DEPENDS} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2010/11/22 10:16:08 espie Exp $
# $OpenBSD: Makefile,v 1.47 2011/01/07 10:33:52 pea Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= manage encryption keys
GNOME_PROJECT= seahorse
GNOME_VERSION= 2.32.0
REVISION= 1
REVISION= 2
SHARED_LIBS += cryptui 1.0 # .0.0
@ -28,7 +28,7 @@ WANTLIB += glib-2.0 gmodule-2.0 gnutls gobject-2.0 gpg-error
WANTLIB += gssapi gthread-2.0 gtk-x11-2.0 krb5 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += sasl2 ssl tasn1 xcb xml2 z xcb-render xcb-render-util
WANTLIB += lber-2.3 ldap-2.3 notify soup-2.4 gpgme gnome-keyring>=6 gcr>=1
WANTLIB += lber ldap notify soup-2.4 gpgme gnome-keyring>=6 gcr>=1
WANTLIB += gp11 avahi-client avahi-common avahi-glib
LIB_DEPENDS= databases/openldap \