pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/x11-links Update "x11-links" package to versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e60810980198
branches:  trunk
changeset: 580345:e60810980198
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Sep 11 19:47:31 2010 +0000

description:
Update "x11-links" package to version 0.52:
- Add support for "xcb-proto".

diffstat:

 pkgtools/x11-links/Makefile             |   4 ++--
 pkgtools/x11-links/buildlink3.mk        |   4 ++--
 pkgtools/x11-links/files/xorg.libxcb    |   3 +--
 pkgtools/x11-links/files/xorg.xcb-proto |  30 ++++++++++++++++++++++++++++++
 pkgtools/x11-links/xorg.mk              |   3 ++-
 5 files changed, 37 insertions(+), 7 deletions(-)

diffs (102 lines):

diff -r 2702911f3280 -r e60810980198 pkgtools/x11-links/Makefile
--- a/pkgtools/x11-links/Makefile       Sat Sep 11 19:46:59 2010 +0000
+++ b/pkgtools/x11-links/Makefile       Sat Sep 11 19:47:31 2010 +0000
@@ -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 -r 2702911f3280 -r e60810980198 pkgtools/x11-links/buildlink3.mk
--- a/pkgtools/x11-links/buildlink3.mk  Sat Sep 11 19:46:59 2010 +0000
+++ b/pkgtools/x11-links/buildlink3.mk  Sat Sep 11 19:47:31 2010 +0000
@@ -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 @@
 .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 -r 2702911f3280 -r e60810980198 pkgtools/x11-links/files/xorg.libxcb
--- a/pkgtools/x11-links/files/xorg.libxcb      Sat Sep 11 19:46:59 2010 +0000
+++ b/pkgtools/x11-links/files/xorg.libxcb      Sat Sep 11 19:47:31 2010 +0000
@@ -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-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 -r 2702911f3280 -r e60810980198 pkgtools/x11-links/files/xorg.xcb-proto
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/x11-links/files/xorg.xcb-proto   Sat Sep 11 19:47:31 2010 +0000
@@ -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 -r 2702911f3280 -r e60810980198 pkgtools/x11-links/xorg.mk
--- a/pkgtools/x11-links/xorg.mk        Sat Sep 11 19:46:59 2010 +0000
+++ b/pkgtools/x11-links/xorg.mk        Sat Sep 11 19:47:31 2010 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index