summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/x11-links/Makefile4
-rw-r--r--pkgtools/x11-links/files/xorg.inputproto6
-rw-r--r--pkgtools/x11-links/files/xorg.randrproto6
-rw-r--r--pkgtools/x11-links/files/xorg.xineramaproto6
-rw-r--r--pkgtools/x11-links/xorg.mk3
5 files changed, 22 insertions, 3 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile
index bfddbb0b074..e9ba8c96837 100644
--- a/pkgtools/x11-links/Makefile
+++ b/pkgtools/x11-links/Makefile
@@ -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 --git a/pkgtools/x11-links/files/xorg.inputproto b/pkgtools/x11-links/files/xorg.inputproto
new file mode 100644
index 00000000000..94a4c21a246
--- /dev/null
+++ b/pkgtools/x11-links/files/xorg.inputproto
@@ -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 --git a/pkgtools/x11-links/files/xorg.randrproto b/pkgtools/x11-links/files/xorg.randrproto
new file mode 100644
index 00000000000..3349ec1b421
--- /dev/null
+++ b/pkgtools/x11-links/files/xorg.randrproto
@@ -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 --git a/pkgtools/x11-links/files/xorg.xineramaproto b/pkgtools/x11-links/files/xorg.xineramaproto
new file mode 100644
index 00000000000..1f7f91b279a
--- /dev/null
+++ b/pkgtools/x11-links/files/xorg.xineramaproto
@@ -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 --git a/pkgtools/x11-links/xorg.mk b/pkgtools/x11-links/xorg.mk
index eff137f7582..d2e05e8d34b 100644
--- a/pkgtools/x11-links/xorg.mk
+++ b/pkgtools/x11-links/xorg.mk
@@ -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 @@ FILES_LIST= ${FILESDIR}/xorg
.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"