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/a80552939a73
branches:  trunk
changeset: 537248:a80552939a73
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Jan 05 16:08:52 2008 +0000

description:
Update "x11-links" package to version 0.35:
- Add suport for "inputproto", "randrproto" and "xineramaproto".

diffstat:

 pkgtools/x11-links/Makefile                 |  4 ++--
 pkgtools/x11-links/files/xorg.inputproto    |  6 ++++++
 pkgtools/x11-links/files/xorg.randrproto    |  6 ++++++
 pkgtools/x11-links/files/xorg.xineramaproto |  6 ++++++
 pkgtools/x11-links/xorg.mk                  |  3 ++-
 5 files changed, 22 insertions(+), 3 deletions(-)

diffs (63 lines):

diff -r 4ef0e8fee5f0 -r a80552939a73 pkgtools/x11-links/Makefile
--- a/pkgtools/x11-links/Makefile       Sat Jan 05 16:05:52 2008 +0000
+++ b/pkgtools/x11-links/Makefile       Sat Jan 05 16:08:52 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.88 2007/12/17 18:20:19 tron Exp $
+# $NetBSD: Makefile,v 1.89 2008/01/05 16:08:52 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.34
+DISTNAME=      x11-links-0.35
 CATEGORIES=    pkgtools x11
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 4ef0e8fee5f0 -r a80552939a73 pkgtools/x11-links/files/xorg.inputproto
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/x11-links/files/xorg.inputproto  Sat Jan 05 16:08:52 2008 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: xorg.inputproto,v 1.1 2008/01/05 16:08:53 tron Exp $
+#
+include/X11/extensions/XI.h
+include/X11/extensions/XInput.h
+include/X11/extensions/XIproto.h
+lib/pkgconfig/inputproto.pc
diff -r 4ef0e8fee5f0 -r a80552939a73 pkgtools/x11-links/files/xorg.randrproto
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/x11-links/files/xorg.randrproto  Sat Jan 05 16:08:52 2008 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: xorg.randrproto,v 1.1 2008/01/05 16:08:53 tron Exp $
+#
+include/X11/extensions/randr.h
+include/X11/extensions/randrproto.h
+lib/pkgconfig/randrproto.pc
+share/doc/randrproto/randrproto.txt
diff -r 4ef0e8fee5f0 -r a80552939a73 pkgtools/x11-links/files/xorg.xineramaproto
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/x11-links/files/xorg.xineramaproto       Sat Jan 05 16:08:52 2008 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: xorg.xineramaproto,v 1.1 2008/01/05 16:08:53 tron Exp $
+#
+include/X11/extensions/Xinerama.h
+include/X11/extensions/panoramiXext.h
+include/X11/extensions/panoramiXproto.h
+lib/pkgconfig/xineramaproto.pc
diff -r 4ef0e8fee5f0 -r a80552939a73 pkgtools/x11-links/xorg.mk
--- a/pkgtools/x11-links/xorg.mk        Sat Jan 05 16:05:52 2008 +0000
+++ b/pkgtools/x11-links/xorg.mk        Sat Jan 05 16:08:52 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.mk,v 1.8 2007/12/17 18:20:19 tron Exp $
+# $NetBSD: xorg.mk,v 1.9 2008/01/05 16:08:52 tron Exp $
 #
 # This is for X.org, but use "xfree" files also.
 
@@ -14,6 +14,7 @@
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../x11/compositeproto/buildlink3.mk"
 .include "../../x11/fixesproto/buildlink3.mk"
+.include "../../x11/inputproto/buildlink3.mk"
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"



Home | Main Index | Thread Index | Old Index