That's all not true... SONAMEs didn't change since at least 1.4.3.

Relax ABI dependency and remove an outdated comment.
This commit is contained in:
drochner 2009-08-18 16:53:14 +00:00
parent b64d43c33f
commit f6aa5eae5b
2 changed files with 3 additions and 9 deletions

View file

@ -1,11 +1,5 @@
# $NetBSD: Makefile,v 1.33 2009/08/17 11:07:55 drochner Exp $
# $NetBSD: Makefile,v 1.34 2009/08/18 16:53:14 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
# bump of all first-level dependents. This is because the shlib
# name contains the exact libevent release number, preventing it
# from being ABI compatible across releases until this is fixed.
# [tvierling 20070210]
DISTNAME= libevent-1.4.12-stable
PKGNAME= ${DISTNAME:S/-stable//}

View file

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.17 2009/08/16 15:35:35 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.18 2009/08/18 16:53:14 drochner Exp $
BUILDLINK_TREE+= libevent
@ -6,7 +6,7 @@ BUILDLINK_TREE+= libevent
LIBEVENT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libevent+=libevent>=0.6
BUILDLINK_ABI_DEPENDS.libevent+=libevent-1.4.12* # exact match -- see Makefile
BUILDLINK_ABI_DEPENDS.libevent+=libevent>=1.4.3
BUILDLINK_PKGSRCDIR.libevent?= ../../devel/libevent
.endif # LIBEVENT_BUILDLINK3_MK