summaryrefslogtreecommitdiff
path: root/graphics/MesaDemos/patches/patch-ac
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-07-27 00:03:42 +0000
committerbjs <bjs@pkgsrc.org>2008-07-27 00:03:42 +0000
commitd86b2d37280d96d009d913c8a26999a4442200bd (patch)
tree7c65f0da0b8da23c4951cf9c284a77a1e0666911 /graphics/MesaDemos/patches/patch-ac
parent11fe3b926911a3f1f9f1eaac601a1ddbe4986386 (diff)
downloadpkgsrc-d86b2d37280d96d009d913c8a26999a4442200bd.tar.gz
Update to Mesa-7.0.4 (the head of the 7.0 branch in GIT). Basically,
lots of bug fixes; the intent of my update was mostly to fix problems with i915 and r300 dri drivers and to provide the best environment possible for the xorg server update to the 1.4 branch. Morever, many of our patches from pkgsrc, i.e. those removed in this commit, are now included upstream. Additionally, MesaDemos now builds. NOTES: - MesaLib now requires xf86driproto 2.0.4, as earlier versions install dri_interface.h, which is not correct. - glu now exports its symbols via libtool's -export-symfile. The symfile is generated pre-build--see glu/Makefile. - glxinfo/glxgears do not seem to need to be linked to libpthread, and this seems to cause problems on NetBSD with the new drm code. If I am wrong about this, please let me know. The only program that seems to need libpthread is glthreads in MesaDemos.
Diffstat (limited to 'graphics/MesaDemos/patches/patch-ac')
-rw-r--r--graphics/MesaDemos/patches/patch-ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/MesaDemos/patches/patch-ac b/graphics/MesaDemos/patches/patch-ac
deleted file mode 100644
index 17737b17e2e..00000000000
--- a/graphics/MesaDemos/patches/patch-ac
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ac,v 1.11 2007/08/13 11:18:36 seb Exp $
-
---- Makefile.orig 2005-11-29 23:38:49.000000000 +0100
-+++ Makefile
-@@ -2,7 +2,7 @@
-
- TOP = .
-
--SUBDIRS = src progs
-+SUBDIRS = progs
-
-
- default: $(TOP)/configs/current
-@@ -117,6 +117,7 @@ linux-x86-xcb \
- linux-x86-glide \
- linux-x86-static \
- netbsd \
-+pkgsrc \
- openbsd \
- osf1 \
- solaris-x86 \