From a650954f15bbaa7a81c2518b30a6dd8c1ee5e23d Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 11 Sep 2015 00:10:43 +0000 Subject: make it build with current mesa release --- graphics/MesaDemos/Makefile | 4 ++-- graphics/MesaDemos/distinfo | 3 ++- graphics/MesaDemos/patches/patch-src_Makefile.in | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 graphics/MesaDemos/patches/patch-src_Makefile.in (limited to 'graphics/MesaDemos') diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile index 1153864f27f..9f7016aed8e 100644 --- a/graphics/MesaDemos/Makefile +++ b/graphics/MesaDemos/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2015/04/25 14:23:06 tnn Exp $ +# $NetBSD: Makefile,v 1.39 2015/09/11 00:10:43 tnn Exp $ DISTNAME= mesa-demos-8.2.0 PKGNAME= ${DISTNAME:S/mesa-demos/MesaDemos/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/8.2.0/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/MesaDemos/distinfo b/graphics/MesaDemos/distinfo index 675e29a28a9..0264713e0d9 100644 --- a/graphics/MesaDemos/distinfo +++ b/graphics/MesaDemos/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.22 2015/04/13 14:00:17 tnn Exp $ +$NetBSD: distinfo,v 1.23 2015/09/11 00:10:43 tnn Exp $ SHA1 (mesa-demos-8.2.0.tar.bz2) = e1a66ac63eebba4f950f95d830f34a6005167116 RMD160 (mesa-demos-8.2.0.tar.bz2) = e6804e480ed5d227ba689cb9b3ea95cc85353889 Size (mesa-demos-8.2.0.tar.bz2) = 10071635 bytes +SHA1 (patch-src_Makefile.in) = ab349abae606c4b0f8dae4604e96fc51c02828ac SHA1 (patch-src_xdemos_glinfo__common.c) = 1f657daf58f2ae08a161cd7ab73285af441f17b0 diff --git a/graphics/MesaDemos/patches/patch-src_Makefile.in b/graphics/MesaDemos/patches/patch-src_Makefile.in new file mode 100644 index 00000000000..65050caa064 --- /dev/null +++ b/graphics/MesaDemos/patches/patch-src_Makefile.in @@ -0,0 +1,14 @@ +$NetBSD: patch-src_Makefile.in,v 1.1 2015/09/11 00:10:43 tnn Exp $ + +egl subdir doesn't build with current Mesa release. + +--- src/Makefile.in.orig 2014-07-05 09:13:27.000000000 +0000 ++++ src/Makefile.in +@@ -354,7 +354,6 @@ SUBDIRS = \ + util \ + data \ + demos \ +- egl \ + fp \ + fpglsl \ + glsl \ -- cgit v1.2.3