pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libevent Detect libevent-2.0.22 in NetBSD -current
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d1c919c77e0
branches: trunk
changeset: 646176:0d1c919c77e0
user: pettai <pettai%pkgsrc.org@localhost>
date: Thu Feb 05 07:09:31 2015 +0000
description:
Detect libevent-2.0.22 in NetBSD -current
diffstat:
devel/libevent/builtin.mk | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 252b66c7b004 -r 0d1c919c77e0 devel/libevent/builtin.mk
--- a/devel/libevent/builtin.mk Thu Feb 05 07:06:46 2015 +0000
+++ b/devel/libevent/builtin.mk Thu Feb 05 07:09:31 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.16 2015/02/04 23:44:34 tnn Exp $
+# $NetBSD: builtin.mk,v 1.17 2015/02/05 07:09:31 pettai Exp $
BUILTIN_PKG:= libevent
@@ -34,7 +34,11 @@
${GREP} -c 1.4.12-stable ${H_LIBEVENTCONFIG} || ${TRUE}
_BLTN_EVENT_2_0_21!= \
${GREP} -c 2.0.21-stable ${H_LIBEVENTCONFIG} || ${TRUE}
-. if ${_BLTN_EVENT_2_0_21} == "1"
+_BLTN_EVENT_2_0_22!= \
+ ${GREP} -c 2.0.22-stable ${H_LIBEVENTCONFIG} || ${TRUE}
+. if ${_BLTN_EVENT_2_0_22} == "1"
+BUILTIN_VERSION.libevent= 2.0.22
+. elif ${_BLTN_EVENT_2_0_21} == "1"
BUILTIN_VERSION.libevent= 2.0.21
. elif ${_BLTN_EVENT_1_4_12} == "1"
BUILTIN_VERSION.libevent= 1.4.12
Home |
Main Index |
Thread Index |
Old Index