summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortron <tron>2010-09-11 19:47:31 +0000
committertron <tron>2010-09-11 19:47:31 +0000
commitc63f4fb0134bc7931850315f0dfc9ea24b650b8f (patch)
tree2a08e75ff5ad94e5e7f75ef20a09a8e21d474615 /pkgtools
parent534a6e30a22bfd77c58841f8a258ce0281eaa96b (diff)
downloadpkgsrc-c63f4fb0134bc7931850315f0dfc9ea24b650b8f.tar.gz
Update "x11-links" package to version 0.52:
- Add support for "xcb-proto".
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/x11-links/Makefile4
-rw-r--r--pkgtools/x11-links/buildlink3.mk4
-rw-r--r--pkgtools/x11-links/files/xorg.libxcb3
-rw-r--r--pkgtools/x11-links/files/xorg.xcb-proto30
-rw-r--r--pkgtools/x11-links/xorg.mk3
5 files changed, 37 insertions, 7 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile
index e7931f5f04a..60e7b8debb0 100644
--- a/pkgtools/x11-links/Makefile
+++ b/pkgtools/x11-links/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.116 2010/09/11 19:11:47 tron Exp $
+# $NetBSD: Makefile,v 1.117 2010/09/11 19:47:31 tron Exp $
#
# NOTE: If you update this package, then you'll likely need to also update
# the x11-links dependency in buildlink3.mk to the correct version,
# usually the most recent.
-DISTNAME= x11-links-0.51
+DISTNAME= x11-links-0.52
CATEGORIES= pkgtools x11
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/x11-links/buildlink3.mk b/pkgtools/x11-links/buildlink3.mk
index 03b4ad39071..2168a68ca61 100644
--- a/pkgtools/x11-links/buildlink3.mk
+++ b/pkgtools/x11-links/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.28 2010/09/11 19:11:47 tron Exp $
+# $NetBSD: buildlink3.mk,v 1.29 2010/09/11 19:47:31 tron Exp $
#
# Don't include this file manually! It will be included as necessary
# by bsd.buildlink3.mk.
@@ -12,7 +12,7 @@ BUILDLINK_TREE+= x11-links
.if !defined(X11_LINKS_BUILDLINK3_MK)
X11_LINKS_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.51
+BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.52
BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links
BUILDLINK_DEPMETHOD.x11-links?= build
diff --git a/pkgtools/x11-links/files/xorg.libxcb b/pkgtools/x11-links/files/xorg.libxcb
index 733f821b155..c6664dfe12e 100644
--- a/pkgtools/x11-links/files/xorg.libxcb
+++ b/pkgtools/x11-links/files/xorg.libxcb
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.libxcb,v 1.1 2010/09/11 19:11:47 tron Exp $
+# $NetBSD: xorg.libxcb,v 1.2 2010/09/11 19:47:31 tron Exp $
#
include/xcb/bigreq.h
include/xcb/composite.h
@@ -167,7 +167,6 @@ lib/pkgconfig/xcb-icccm.pc
lib/pkgconfig/xcb-image.pc
lib/pkgconfig/xcb-keysyms.pc
lib/pkgconfig/xcb-property.pc
-lib/pkgconfig/xcb-proto.pc
lib/pkgconfig/xcb-randr.pc
lib/pkgconfig/xcb-record.pc
lib/pkgconfig/xcb-render.pc
diff --git a/pkgtools/x11-links/files/xorg.xcb-proto b/pkgtools/x11-links/files/xorg.xcb-proto
new file mode 100644
index 00000000000..2b5ef6f41c9
--- /dev/null
+++ b/pkgtools/x11-links/files/xorg.xcb-proto
@@ -0,0 +1,30 @@
+# $NetBSD: xorg.xcb-proto,v 1.1 2010/09/11 19:47:31 tron Exp $
+#
+lib/pkgconfig/xcb-proto.pc
+share/xcb/bigreq.xml
+share/xcb/composite.xml
+share/xcb/damage.xml
+share/xcb/dpms.xml
+share/xcb/dri2.xml
+share/xcb/glx.xml
+share/xcb/randr.xml
+share/xcb/record.xml
+share/xcb/render.xml
+share/xcb/res.xml
+share/xcb/screensaver.xml
+share/xcb/shape.xml
+share/xcb/shm.xml
+share/xcb/sync.xml
+share/xcb/xc_misc.xml
+share/xcb/xcb.xsd
+share/xcb/xevie.xml
+share/xcb/xf86dri.xml
+share/xcb/xfixes.xml
+share/xcb/xinerama.xml
+share/xcb/xinput.xml
+share/xcb/xprint.xml
+share/xcb/xproto.xml
+share/xcb/xselinux.xml
+share/xcb/xtest.xml
+share/xcb/xv.xml
+share/xcb/xvmc.xml
diff --git a/pkgtools/x11-links/xorg.mk b/pkgtools/x11-links/xorg.mk
index f4e14dc7b4a..042c8d28043 100644
--- a/pkgtools/x11-links/xorg.mk
+++ b/pkgtools/x11-links/xorg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.mk,v 1.17 2010/09/11 19:11:47 tron Exp $
+# $NetBSD: xorg.mk,v 1.18 2010/09/11 19:47:31 tron Exp $
#
# This is for X.org, but use "xfree" files also.
@@ -61,6 +61,7 @@ FILES_LIST= ${FILESDIR}/xorg
.include "../../x11/trapproto/buildlink3.mk"
.include "../../x11/videoproto/buildlink3.mk"
.include "../../x11/xcmiscproto/buildlink3.mk"
+.include "../../x11/xcb-proto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/xf86bigfontproto/buildlink3.mk"
.include "../../x11/xf86dgaproto/buildlink3.mk"