Switch to kqueue(2)

This commit is contained in:
Martin Matuska 2015-06-19 06:35:31 +00:00
parent a7862307e6
commit 6e133e15ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390103

View file

@ -3,7 +3,7 @@
PORTNAME= jabberd
PORTVERSION= 2.3.1
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= net-im
MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
LOCAL/matthew/${PORTNAME}
@ -33,7 +33,7 @@ USE_RC_SUBR= jabberd
USE_LDCONFIG= ${PREFIX}/lib/jabberd
CONFIGURE_ARGS= --localstatedir=/var \
--sysconfdir=${PREFIX}/etc/jabberd \
--enable-ssl --enable-mio=poll \
--enable-ssl --enable-mio=kqueue \
--disable-tests \
--with-extra-include-path="${LOCALBASE}/include ${EIP}" \
--with-extra-library-path="${LOCALBASE}/lib ${ELP}"