Sun Jul 27 00:11:05 2008 UTC ()
Add Mesa-${MESA_VERSION} subdirectory to ${MASTER_SITE_LOCAL}
so we can fetch the distfiles!


(bjs)
diff -r1.66 -r1.67 pkgsrc/graphics/Mesa/Makefile.common

cvs diff -r1.66 -r1.67 pkgsrc/graphics/Mesa/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/Mesa/Attic/Makefile.common 2008/07/27 00:03:42 1.66
+++ pkgsrc/graphics/Mesa/Attic/Makefile.common 2008/07/27 00:11:05 1.67
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile.common,v 1.66 2008/07/27 00:03:42 bjs Exp $ 1# $NetBSD: Makefile.common,v 1.67 2008/07/27 00:11:05 bjs Exp $
2# 2#
3# This Makefile fragment is included either directly or indirectly (through 3# This Makefile fragment is included either directly or indirectly (through
4# Makefile.lib) by all packages that are built from the Mesa sources. 4# Makefile.lib) by all packages that are built from the Mesa sources.
5# 5#
6# used by graphics/Mesa/Makefile.lib 6# used by graphics/Mesa/Makefile.lib
7 7
8DISTNAME?= MesaLib-${MESA_VERSION} 8DISTNAME?= MesaLib-${MESA_VERSION}
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10CATEGORIES= graphics 10CATEGORIES= graphics
11MASTER_SITES= ${MASTER_SITE_LOCAL} 11MASTER_SITES= ${MASTER_SITE_LOCAL:=Mesa-${MESA_VERSION}/}
12 12
13# When changing this version, please run "make distinfo" in the following 13# When changing this version, please run "make distinfo" in the following
14# package directories: 14# package directories:
15# 15#
16# graphics/MesaLib 16# graphics/MesaLib
17# graphics/glx-utils 17# graphics/glx-utils
18# 18#
19MESA_VERSION= 7.0.4 19MESA_VERSION= 7.0.4
20MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL} 20MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL}
21#MESA_PATCHFILES= 001 002 003 21#MESA_PATCHFILES= 001 002 003
22MESA_PATCHLEVEL= .0 22MESA_PATCHLEVEL= .0
23 23
24#PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@} 24#PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}