diff options
author | nia <nia@pkgsrc.org> | 2019-08-22 13:01:14 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-08-22 13:01:14 +0000 |
commit | 82f1d26a309cec257076f456a6b88582e2e79d58 (patch) | |
tree | afba7206bb5727705213fd4597d031588ea99b5b | |
parent | c06034ef4c4343c665760fd7d8c6e68a1bedba16 (diff) | |
download | pkgsrc-82f1d26a309cec257076f456a6b88582e2e79d58.tar.gz |
x11-links-1.28: Add dri3proto
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/buildlink3.mk | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/files/xorg.dri3proto | 5 | ||||
-rw-r--r-- | pkgtools/x11-links/files/xorg.xcb-proto | 3 | ||||
-rw-r--r-- | pkgtools/x11-links/files/xorg.xorgproto | 6 |
5 files changed, 16 insertions, 6 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index c213d93de4f..78ab11d98a5 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.198 2019/08/22 12:35:37 nia Exp $ +# $NetBSD: Makefile,v 1.199 2019/08/22 13:01:14 nia 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. -PKGNAME= x11-links-1.27 +PKGNAME= x11-links-1.28 CATEGORIES= pkgtools x11 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/pkgtools/x11-links/buildlink3.mk b/pkgtools/x11-links/buildlink3.mk index 347ab51c443..5b2ee138e31 100644 --- a/pkgtools/x11-links/buildlink3.mk +++ b/pkgtools/x11-links/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.89 2019/08/22 12:35:37 nia Exp $ +# $NetBSD: buildlink3.mk,v 1.90 2019/08/22 13:01:14 nia 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>=1.27 +BUILDLINK_API_DEPENDS.x11-links+= x11-links>=1.28 BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links BUILDLINK_DEPMETHOD.x11-links?= build diff --git a/pkgtools/x11-links/files/xorg.dri3proto b/pkgtools/x11-links/files/xorg.dri3proto new file mode 100644 index 00000000000..ff84e7ed678 --- /dev/null +++ b/pkgtools/x11-links/files/xorg.dri3proto @@ -0,0 +1,5 @@ +# $NetBSD: xorg.dri3proto,v 1.1 2019/08/22 13:01:15 nia Exp $ +# +include/X11/extensions/dri3proto.h +lib/pkgconfig/dri3proto.pc +share/pkgconfig/dri3proto.pc diff --git a/pkgtools/x11-links/files/xorg.xcb-proto b/pkgtools/x11-links/files/xorg.xcb-proto index cdecdb2bfbb..e33801b184d 100644 --- a/pkgtools/x11-links/files/xorg.xcb-proto +++ b/pkgtools/x11-links/files/xorg.xcb-proto @@ -1,4 +1,4 @@ -# $NetBSD: xorg.xcb-proto,v 1.2 2013/04/18 13:19:36 obache Exp $ +# $NetBSD: xorg.xcb-proto,v 1.3 2019/08/22 13:01:15 nia Exp $ # lib/pkgconfig/xcb-proto.pc share/pkgconfig/xcb-proto.pc @@ -7,6 +7,7 @@ share/xcb/composite.xml share/xcb/damage.xml share/xcb/dpms.xml share/xcb/dri2.xml +share/xcb/dri3.xml share/xcb/glx.xml share/xcb/randr.xml share/xcb/record.xml diff --git a/pkgtools/x11-links/files/xorg.xorgproto b/pkgtools/x11-links/files/xorg.xorgproto index 5e6eb10f8e3..5f6e00e6cec 100644 --- a/pkgtools/x11-links/files/xorg.xorgproto +++ b/pkgtools/x11-links/files/xorg.xorgproto @@ -1,4 +1,4 @@ -# $NetBSD: xorg.xorgproto,v 1.2 2018/03/14 02:11:04 mrg Exp $ +# $NetBSD: xorg.xorgproto,v 1.3 2019/08/22 13:01:15 nia Exp $ include/GL/glxint.h include/GL/glxmd.h include/GL/glxproto.h @@ -78,6 +78,7 @@ include/X11/extensions/dpmsproto.h include/X11/extensions/dpmsstr.h include/X11/extensions/dri2proto.h include/X11/extensions/dri2tokens.h +include/X11/extensions/dri3proto.h include/X11/extensions/ge.h include/X11/extensions/geproto.h include/X11/extensions/lbx.h @@ -151,6 +152,7 @@ lib/pkgconfig/compositeext.pc lib/pkgconfig/compositeproto.pc lib/pkgconfig/damageproto.pc lib/pkgconfig/dri2proto.pc +lib/pkgconfig/dri3proto.pc lib/pkgconfig/fixesproto.pc lib/pkgconfig/fontsproto.pc lib/pkgconfig/glproto.pc @@ -184,6 +186,7 @@ share/pkgconfig/bigreqsproto.pc share/pkgconfig/compositeproto.pc share/pkgconfig/damageproto.pc share/pkgconfig/dri2proto.pc +share/pkgconfig/dri3proto.pc share/pkgconfig/fixesproto.pc share/pkgconfig/fontsproto.pc share/pkgconfig/glproto.pc @@ -210,6 +213,7 @@ share/xcb/composite.xml share/xcb/damage.xml share/xcb/dpms.xml share/xcb/dri2.xml +share/xcb/dri3.xml share/xcb/glx.xml share/xcb/randr.xml share/xcb/record.xml |