From 0238e5568bdcf61eff55336cf13041f81fde1e90 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 11 Aug 2013 18:29:10 +0000 Subject: Pullup ticket #4205 - requested by khorben graphics/glx-utils: build fix Revisions pulled up: - graphics/glx-utils/Makefile 1.11 - graphics/glx-utils/hacks.mk 1.1 --- Module Name: pkgsrc Committed By: khorben Date: Sat Aug 10 23:02:26 UTC 2013 Modified Files: pkgsrc/graphics/glx-utils: Makefile Added Files: pkgsrc/graphics/glx-utils: hacks.mk Log Message: Crude compilation fix for graphics/glx-utils: - MesaDemos 7.11.2 was never released - fall back to MesaDemos 7.4.4 for the time being (as still found in distinfo) --- graphics/glx-utils/Makefile | 3 ++- graphics/glx-utils/hacks.mk | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 graphics/glx-utils/hacks.mk diff --git a/graphics/glx-utils/Makefile b/graphics/glx-utils/Makefile index 47dda8d9c03..91c468646e6 100644 --- a/graphics/glx-utils/Makefile +++ b/graphics/glx-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/06 14:10:55 asau Exp $ +# $NetBSD: Makefile,v 1.10.6.1 2013/08/11 18:29:10 tron Exp $ DISTNAME= MesaDemos-${MESA_VERSION} PKGNAME= glx-utils-${MESA_VERSION} @@ -6,6 +6,7 @@ CATEGORIES= x11 graphics COMMENT= OpenGL glxgears and glxinfo .include "../../graphics/Mesa/Makefile.common" +MESA_VERSION= 7.4.4 MESA_PATCHFILES= # don't track Mesa patchlevels diff --git a/graphics/glx-utils/hacks.mk b/graphics/glx-utils/hacks.mk new file mode 100644 index 00000000000..f54498fa298 --- /dev/null +++ b/graphics/glx-utils/hacks.mk @@ -0,0 +1,6 @@ +# $NetBSD: hacks.mk,v 1.1.2.2 2013/08/11 18:29:10 tron Exp $ + +### [Sun Aug 11 01:00:40 CEST 2013 : khorben] +### MesaDemos $MESA_VERSION may not exist, so forcing 7.4.4 for now +### +MESA_VERSION= 7.4.4 -- cgit v1.2.3