summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2012-10-02 12:09:40 +0000
committertron <tron@pkgsrc.org>2012-10-02 12:09:40 +0000
commit6f0f2900002f07a15693e46fa9fbab811dbd7ef9 (patch)
tree665b6c058eca970777ac2a58390d980bceec25fa /graphics
parent8472a8ce2e992a5b5ff8b35a5f3a9c13cf8cf612 (diff)
downloadpkgsrc-6f0f2900002f07a15693e46fa9fbab811dbd7ef9.tar.gz
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.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo/buildlink3.mk3
-rw-r--r--graphics/cairo/options.mk3
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/cairo/buildlink3.mk b/graphics/cairo/buildlink3.mk
index e40d204f96f..c3b2a4d7607 100644
--- a/graphics/cairo/buildlink3.mk
+++ b/graphics/cairo/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.43 2012/10/02 07:39:30 tron Exp $
+# $NetBSD: buildlink3.mk,v 1.44 2012/10/02 12:09:40 tron Exp $
BUILDLINK_TREE+= cairo
@@ -18,7 +18,6 @@ pkgbase := cairo
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.cairo:Mxcb)
-BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.6
.include "../../x11/libxcb/buildlink3.mk"
.endif
diff --git a/graphics/cairo/options.mk b/graphics/cairo/options.mk
index aad1900631e..a84200176ff 100644
--- a/graphics/cairo/options.mk
+++ b/graphics/cairo/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2012/10/02 07:39:30 tron Exp $
+# $NetBSD: options.mk,v 1.9 2012/10/02 12:09:40 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cairo
PKG_SUPPORTED_OPTIONS= x11 xcb
@@ -27,7 +27,6 @@ BUILDLINK_DEPMETHOD.libXt?= build # only for configure
. if !empty(PKG_OPTIONS:Mxcb)
CONFIGURE_ARGS+= --enable-xcb
PLIST.xcb= yes
-BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.6
. include "../../x11/libxcb/buildlink3.mk"
. endif