From a8844613fabe6f02880be5a2bbab4d9af2853c2d Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 24 Jul 2014 13:32:58 +0000 Subject: Only use libevent2 Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr --- textproc/groonga/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 3a743b199e14..5e8ab9c3acae 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -2,7 +2,7 @@ PORTNAME= groonga PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -55,7 +55,7 @@ PLIST_SUB+= MECAB="@comment " CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} \ --with-message-pack=${LOCALBASE} \ --enable-zeromq -LIB_DEPENDS+= libevent-1.4.so:${PORTSDIR}/devel/libevent \ +LIB_DEPENDS+= libevent.so:${PORTSDIR}/devel/libevent2 \ libmsgpack.so:${PORTSDIR}/devel/msgpack \ libzmq.so:${PORTSDIR}/net/libzmq2 PLIST_SUB+= SUGGEST="" -- cgit