mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user