pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libevent this conflicts with libev, ride on rece...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1fea6593a13
branches:  trunk
changeset: 397650:c1fea6593a13
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Aug 17 11:07:55 2009 +0000

description:
this conflicts with libev, ride on recent update

diffstat:

 devel/libevent/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 663e3e15e883 -r c1fea6593a13 devel/libevent/Makefile
--- a/devel/libevent/Makefile   Mon Aug 17 10:26:17 2009 +0000
+++ b/devel/libevent/Makefile   Mon Aug 17 11:07:55 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2009/08/16 15:35:03 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2009/08/17 11:07:55 drochner Exp $
 #
 # WARNING: updating this package (as of the 1.1/1.2 releases) means
 # updating BUILDLINK_ABI_DEPENDS in buildlink3.mk and a PKGREVISION
@@ -16,6 +16,8 @@
 HOMEPAGE=      http://monkey.org/~provos/libevent/
 COMMENT=       Asynchronous event notification library
 
+CONFLICTS+=    libev-[0-9]*
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 TEST_TARGET=   verify



Home | Main Index | Thread Index | Old Index