Supposedly API backwards-compatible with libevent 1.x. Will need a recursive revbump for shlib name changes, though. All regression tests pass except "thread_conditions_simple". Not sure why yet, but it's new API so shouldn't break anything existing in pkgsrc today. Changes in libevent 2.0 include cleaner interfaces, buffered I/O improvements, improved multithreading and openssl integration.
13 lines
360 B
Makefile
13 lines
360 B
Makefile
# $NetBSD: buildlink3.mk,v 1.19 2011/02/11 21:13:47 tnn Exp $
|
|
|
|
BUILDLINK_TREE+= libevent
|
|
|
|
.if !defined(LIBEVENT_BUILDLINK3_MK)
|
|
LIBEVENT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libevent+=libevent>=0.6
|
|
BUILDLINK_ABI_DEPENDS.libevent+=libevent>=2.0.10
|
|
BUILDLINK_PKGSRCDIR.libevent?= ../../devel/libevent
|
|
.endif # LIBEVENT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libevent
|