Switch to kqueue(2)
This commit is contained in:
parent
a7862307e6
commit
6e133e15ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390103
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= jabberd
|
PORTNAME= jabberd
|
||||||
PORTVERSION= 2.3.1
|
PORTVERSION= 2.3.1
|
||||||
PORTREVISION= 7
|
PORTREVISION= 8
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
|
MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
|
||||||
LOCAL/matthew/${PORTNAME}
|
LOCAL/matthew/${PORTNAME}
|
||||||
|
@ -33,7 +33,7 @@ USE_RC_SUBR= jabberd
|
||||||
USE_LDCONFIG= ${PREFIX}/lib/jabberd
|
USE_LDCONFIG= ${PREFIX}/lib/jabberd
|
||||||
CONFIGURE_ARGS= --localstatedir=/var \
|
CONFIGURE_ARGS= --localstatedir=/var \
|
||||||
--sysconfdir=${PREFIX}/etc/jabberd \
|
--sysconfdir=${PREFIX}/etc/jabberd \
|
||||||
--enable-ssl --enable-mio=poll \
|
--enable-ssl --enable-mio=kqueue \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
--with-extra-include-path="${LOCALBASE}/include ${EIP}" \
|
--with-extra-include-path="${LOCALBASE}/include ${EIP}" \
|
||||||
--with-extra-library-path="${LOCALBASE}/lib ${ELP}"
|
--with-extra-library-path="${LOCALBASE}/lib ${ELP}"
|
||||||
|
|
Loading…
Reference in a new issue