aboutsummaryrefslogtreecommitdiffstats
path: root/net/aprsc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-24 21:32:58 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-24 21:32:58 +0800
commitb5646534525f3eb9cce485f6580fe9a473ce2ba7 (patch)
treeffddb673c48038e781d69f6c3d08ec8855ad33a5 /net/aprsc
parentafee9d5cd365a4ef10c99ef86e5358e76a5d37f2 (diff)
downloadfreebsd-ports-gnome-b5646534525f3eb9cce485f6580fe9a473ce2ba7.tar.gz
freebsd-ports-gnome-b5646534525f3eb9cce485f6580fe9a473ce2ba7.tar.zst
freebsd-ports-gnome-b5646534525f3eb9cce485f6580fe9a473ce2ba7.zip
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
Diffstat (limited to 'net/aprsc')
-rw-r--r--net/aprsc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/aprsc/Makefile b/net/aprsc/Makefile
index 4a0496600569..cdb5edf4ce30 100644
--- a/net/aprsc/Makefile
+++ b/net/aprsc/Makefile
@@ -2,7 +2,7 @@
PORTNAME= aprsc
PORTVERSION= 2.0.14
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONSUFFIX= .g28c5a6a
CATEGORIES= net hamradio
MASTER_SITES= http://he.fi/aprsc/down/ \
@@ -15,10 +15,10 @@ COMMENT= Plain APRS-IS server
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib/event2
+LDFLAGS+= -L${LOCALBASE}/lib
MAKEFILE= GNUmakefile
WRKSRC= ${WRKDIR}/${DISTNAME}/src