From 6f0f2900002f07a15693e46fa9fbab811dbd7ef9 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 2 Oct 2012 12:09:40 +0000 Subject: Increase the minium required version of the "x11/libxcb" package to 1.6. There are at least two packages ("graphics/cairo" and "x11/xlsclients") which require this. And we definitely want to avoid the situation where both the based and "pkgsrc" version get used at the same time. Bump all the packages which use the "x11/libxcb" package except the two which already require version 1.6. For those package remove the manually set minimum required version. Change discussed with Thomas Klausner in private e-mail. --- x11/libxcb/buildlink3.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/libxcb') diff --git a/x11/libxcb/buildlink3.mk b/x11/libxcb/buildlink3.mk index bf61568a989..84ff4ef9017 100644 --- a/x11/libxcb/buildlink3.mk +++ b/x11/libxcb/buildlink3.mk @@ -1,11 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.2 2012/05/07 02:45:47 dholland Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2012/10/02 12:09:41 tron Exp $ BUILDLINK_TREE+= libxcb .if !defined(LIBXCB_BUILDLINK3_MK) LIBXCB_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.1.93 +BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.6 +BUILDLINK_ABI_DEPENDS.libxcb+= libxcb>=1.6 BUILDLINK_PKGSRCDIR.libxcb?= ../../x11/libxcb .include "../../x11/xcb-proto/buildlink3.mk" -- cgit v1.2.3