Use c-client from re-alpine (php-imap).
This commit is contained in:
parent
79facd04ce
commit
0f85fc85d9
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.30 2012/08/23 19:19:17 sthen Exp $
|
# $OpenBSD: Makefile,v 1.31 2012/09/27 16:45:51 ajacoutot Exp $
|
||||||
|
|
||||||
# doesn't set USE_LIBTOOL but use the bundled one because it needs some
|
# doesn't set USE_LIBTOOL but use the bundled one because it needs some
|
||||||
# specific options we don't have.
|
# specific options we don't have.
|
||||||
@ -9,6 +9,7 @@ SUHOSIN_PHPV= 5.2.16
|
|||||||
SUHOSIN_P_V= 0.9.7
|
SUHOSIN_P_V= 0.9.7
|
||||||
|
|
||||||
REVISION= 13
|
REVISION= 13
|
||||||
|
REVISION-imap= 14
|
||||||
|
|
||||||
INI_TEMPLATES= dist recommended
|
INI_TEMPLATES= dist recommended
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.40 2012/09/25 20:16:08 sthen Exp $
|
# $OpenBSD: Makefile,v 1.41 2012/09/27 16:45:51 ajacoutot Exp $
|
||||||
|
|
||||||
BROKEN-hppa = no __sync_bool_compare_and_swap support nor asm fallback
|
BROKEN-hppa = no __sync_bool_compare_and_swap support nor asm fallback
|
||||||
|
|
||||||
@ -7,6 +7,8 @@ V= ${PV}.17
|
|||||||
SUHOSIN_PHPV= 5.3.9
|
SUHOSIN_PHPV= 5.3.9
|
||||||
SUHOSIN_P_V= 0.9.10
|
SUHOSIN_P_V= 0.9.10
|
||||||
|
|
||||||
|
REVISION-imap= 0
|
||||||
|
|
||||||
INI_TEMPLATES= development production
|
INI_TEMPLATES= development production
|
||||||
|
|
||||||
# fpm
|
# fpm
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile.inc,v 1.32 2012/08/23 19:19:17 sthen Exp $
|
# $OpenBSD: Makefile.inc,v 1.33 2012/09/27 16:45:51 ajacoutot Exp $
|
||||||
|
|
||||||
# This port currently only works with archs supporting dynamic loading
|
# This port currently only works with archs supporting dynamic loading
|
||||||
# and has Apache that supports DSO's.
|
# and has Apache that supports DSO's.
|
||||||
@ -161,7 +161,7 @@ MULTI_PACKAGES+= -imap
|
|||||||
COMMENT-imap= imap, pop3 and nntp extensions for php5
|
COMMENT-imap= imap, pop3 and nntp extensions for php5
|
||||||
CONFIGURE_ARGS+= --with-imap=shared,${LOCALBASE} \
|
CONFIGURE_ARGS+= --with-imap=shared,${LOCALBASE} \
|
||||||
--with-kerberos=/usr --with-imap-ssl
|
--with-kerberos=/usr --with-imap-ssl
|
||||||
LIB_DEPENDS-imap= mail/imap-uw,-c-client
|
LIB_DEPENDS-imap= mail/re-alpine,-c-client
|
||||||
WANTLIB-imap= c pthread crypto gssapi krb5 ssl c-client>=5
|
WANTLIB-imap= c pthread crypto gssapi krb5 ssl c-client>=5
|
||||||
|
|
||||||
# ldap
|
# ldap
|
||||||
|
Loading…
Reference in New Issue
Block a user