summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2013-08-11 18:29:10 +0000
committertron <tron>2013-08-11 18:29:10 +0000
commit0238e5568bdcf61eff55336cf13041f81fde1e90 (patch)
treee3ba0a7e321946cc9bb635507b0438595f2c9cf7
parent950c3b6eeb24c3572d9aae1c14700f2beffdd11a (diff)
downloadpkgsrc-0238e5568bdcf61eff55336cf13041f81fde1e90.tar.gz
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)
-rw-r--r--graphics/glx-utils/Makefile3
-rw-r--r--graphics/glx-utils/hacks.mk6
2 files changed, 8 insertions, 1 deletions
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