summaryrefslogtreecommitdiff
path: root/graphics/Mesa/Makefile.common
diff options
context:
space:
mode:
authorbjs <bjs>2008-07-27 00:03:42 +0000
committerbjs <bjs>2008-07-27 00:03:42 +0000
commit50cf77ea6f6a3fca8438191fbdb0e2e52bd07328 (patch)
tree7c65f0da0b8da23c4951cf9c284a77a1e0666911 /graphics/Mesa/Makefile.common
parent863e397eb69929455e837e1fe84e7ddef3d1861f (diff)
downloadpkgsrc-50cf77ea6f6a3fca8438191fbdb0e2e52bd07328.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/Mesa/Makefile.common')
-rw-r--r--graphics/Mesa/Makefile.common17
1 files changed, 8 insertions, 9 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index c516da2bc51..75293941042 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.65 2008/06/16 15:28:56 tnn Exp $
+# $NetBSD: Makefile.common,v 1.66 2008/07/27 00:03:42 bjs Exp $
#
# This Makefile fragment is included either directly or indirectly (through
# Makefile.lib) by all packages that are built from the Mesa sources.
@@ -8,23 +8,22 @@
DISTNAME?= MesaLib-${MESA_VERSION}
EXTRACT_SUFX= .tar.bz2
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
+MASTER_SITES= ${MASTER_SITE_LOCAL}
# When changing this version, please run "make distinfo" in the following
# package directories:
#
# graphics/MesaLib
-# graphics/MesaDemos
# graphics/glx-utils
#
-MESA_VERSION= 7.0.3
+MESA_VERSION= 7.0.4
MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL}
-MESA_PATCHFILES= 001 002 003
-MESA_PATCHLEVEL= .3
+#MESA_PATCHFILES= 001 002 003
+MESA_PATCHLEVEL= .0
-PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}
-PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/
-PATCH_DIST_STRIP= -p1
+#PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}
+#PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/
+#PATCH_DIST_STRIP= -p1
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://www.mesa3d.org/